diff --git a/compile_ibuild_win32.bat b/compile_ibuild_win32.bat new file mode 100644 index 00000000..5541e349 --- /dev/null +++ b/compile_ibuild_win32.bat @@ -0,0 +1,5 @@ +rem silly build script for compiling with MSVC using the IncrediBuild console +rem can't figure how to use the buildbot ShellCommand to pass the correct CFG= line +rem because of the configuration name with a | in it (Release|Win32) + +buildconsole.exe radiant.sln /BUILD /CFG="Release|Win32"