khanat-code-old/code/ryzom/tools/leveldesign/ld_1_get.bat
kervala 47ccfe279a Changed: Don't use anymore the current SDK in registry (very unreliable)
Changed: Use the Windows SDK installed with VC++ or the most recent compatible one
2013-09-27 10:52:44 +02:00

13 lines
459 B
Batchfile

r:
cd \code_private\nel\tools\leveldesign
cvs -d :pserver:besson@server:/home/cvsroot update
cd \code_private\nel\tools\3d\ligo
cvs -d :pserver:besson@server:/home/cvsroot update
cd \code\ryzom\src
cvs -d :pserver:besson@server:/home/cvsroot update
xcopy "\\server\code\distrib\gamedev\lib\logic_rd.lib" "R:\distrib\gamedev\lib" /Y
xcopy "\\server\code\distrib\nel\lib\nlnet_rd.lib" "R:\distrib\nel\lib" /Y
pause
cd \code\nel\tools\leveldesign