khanat-code-old/code/ryzom/tools/leveldesign/ld_2_build.bat
Guillaume Dupuy 6f1197d633 Allow target to work with sheetName and a quiet option
HG : Enter commit message.  Lines beginning with 'HG:' are removed.
2016-11-28 00:54:33 +01:00

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