mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-23 18:10:40 +00:00
add build script for win32
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@238 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
4b9f42f82a
commit
869373e95a
1 changed files with 5 additions and 0 deletions
5
compile_ibuild_win32.bat
Normal file
5
compile_ibuild_win32.bat
Normal file
|
@ -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"
|
Loading…
Reference in a new issue