From 3bf42c6ff3805a0d42bbc661794a95ff31bedc26 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sat, 15 Mar 2025 16:22:09 +0500 Subject: Add whatever I was working on for the last month --- build.windows.x32.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.windows.x32.sh (limited to 'build.windows.x32.sh') 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 -- cgit