From db0ffd2d4c9248e4c73125a2281a2b2f5822679c Mon Sep 17 00:00:00 2001 From: Rim Date: Wed, 15 May 2024 01:28:10 -0400 Subject: [PATCH] chore: 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 0000000..8a580f1 --- /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\open-iw5.sln /p:Configuration=Release /p:Platform=Win32 + +pause \ No newline at end of file