mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
869373e95a
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@238 8a3a26a2-13c4-0310-b231-cf6edde360e5
5 lines
294 B
Batchfile
5 lines
294 B
Batchfile
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"
|