summaryrefslogtreecommitdiffstats
path: root/build.windows.x32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.windows.x32.sh')
-rw-r--r--build.windows.x32.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.windows.x32.sh b/build.windows.x32.sh
new file mode 100644
index 0000000..010a23c
--- /dev/null
+++ b/build.windows.x32.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+cmake -B build32 -A Win32 || exit 1
+cmake --build build32 --config Release --parallel || exit 1
+exit 0