khanat-code-old/code/ryzom/tools/leveldesign/ld_2_build.bat
Fabien_HENON 11298004e9 Updating the world_editor_classes.xml file for the guild missions
- Adding new actions for guild missions
- Adding the guild option for some actions
- Adding the nb_guild_members_needed option for the objectives
2011-05-23 16:09:14 +02: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