From 5fb452136a69b70880ab0032a887444cc1658ae9 Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Thu, 7 Mar 2024 05:16:58 -0500 Subject: [PATCH] Add build script --- build.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.bat diff --git a/build.bat b/build.bat new file mode 100644 index 00000000..2d71a9d6 --- /dev/null +++ b/build.bat @@ -0,0 +1,5 @@ +@echo off + +"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" build\iw4x.sln /p:Configuration=Release /p:Platform=Win32 + +pause \ No newline at end of file