mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-06 07:19:05 +00:00
16 lines
320 B
Batchfile
16 lines
320 B
Batchfile
|
r:
|
||
|
|
||
|
cd \code_private\nel\tools\leveldesign
|
||
|
|
||
|
rem set visual path
|
||
|
|
||
|
call "C:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT"
|
||
|
|
||
|
rem compiles misc library in all config
|
||
|
|
||
|
msdev leveldesign.dsw /MAKE "master - Win32 ReleaseDebug"
|
||
|
|
||
|
rem wait the user input to quit
|
||
|
|
||
|
pause
|
||
|
cd \code\nel\tools\leveldesign
|