From: timo Date: Sat, 5 Apr 2008 19:14:42 +0000 (+0000) Subject: add build script for win32 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cea32f8712514ba943d000ee9b40db61d3b5f40c;p=xonotic%2Fnetradiant.git add build script for win32 git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@238 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- 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"