mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
6f1197d633
HG : Enter commit message. Lines beginning with 'HG:' are removed.
16 lines
No EOL
320 B
Batchfile
16 lines
No EOL
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 |