From dfe2de6e6af36a2c78f8493f6560f30a61d16b6e Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Tue, 13 Aug 2024 05:21:36 -0400 Subject: [PATCH] maint: 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..16122b8f --- /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\iw7-mod.sln /p:Configuration=Release /p:Platform=x64 + +pause \ No newline at end of file