]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
add build script for win32
authorTTimo <ttimo@ttimo.net>
Sat, 5 Apr 2008 19:14:42 +0000 (19:14 +0000)
committerTTimo <ttimo@ttimo.net>
Sat, 5 Apr 2008 19:14:42 +0000 (19:14 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@238 8a3a26a2-13c4-0310-b231-cf6edde360e5

compile_ibuild_win32.bat [new file with mode: 0644]

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