diff options
| author | untodesu <kirill@untode.su> | 2025-09-11 13:10:52 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-11 13:10:52 +0500 |
| commit | 96bd73ae020ecca1f94698744c77498a89ad19f7 (patch) | |
| tree | dc0ee946138141e7a0327a7d3c566f4a37adff3f /build.windows.x64.sh | |
| parent | 6dc5194895b6bd61d19bf5c95021471784084325 (diff) | |
| download | voxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.tar.bz2 voxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.zip | |
Graft build scripts and buffer code from QFengine
Diffstat (limited to 'build.windows.x64.sh')
| -rw-r--r-- | build.windows.x64.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build.windows.x64.sh b/build.windows.x64.sh deleted file mode 100644 index 10c9c0e..0000000 --- a/build.windows.x64.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -cmake -B build64 -A x64 || exit 1 -cmake --build build64 --config Release --parallel || exit 1 -exit 0 |
