From 96bd73ae020ecca1f94698744c77498a89ad19f7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 13:10:52 +0500 Subject: Graft build scripts and buffer code from QFengine --- build.windows.x32.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 build.windows.x32.sh (limited to 'build.windows.x32.sh') diff --git a/build.windows.x32.sh b/build.windows.x32.sh deleted file mode 100644 index 010a23c..0000000 --- a/build.windows.x32.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -cmake -B build32 -A Win32 || exit 1 -cmake --build build32 --config Release --parallel || exit 1 -exit 0 -- cgit