khanat-opennel-code/code/nel/tools/3d/build_gamedata/update_tools.bat
StudioEtrange 9bc219ee14 CMAKE TARGET : SHARED and MODULE
About Shared Library (shared) and Module Library (module) type of cmake target
INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
2014-02-16 19:43:44 +01:00

15 lines
271 B
Batchfile

@echo off
SET COPYCMD=/Y
REM -- Backup config files
copy cfg\*.cfg cfg\*.bak
REM -- Copy tools
xcopy \\server\code\tools\build_gamedata\*.* . /E /D
REM -- Restore config files
copy cfg\*.bak cfg\*.cfg
REM -- Delete backuped config files
del cfg\*.bak