- Added LUA Release_NoGD configuration to LUA.vcxproj - Fixed RYLClient Debug/Release_NoGD library dependencies (Effect.lib, SoundLib.lib, Caldron.lib, GlobalScript.lib, etc.) - Unified library path separators to forward slashes - Changed OutDir from Game folder to Executable/Configuration folder - Added copyfile.bat scripts for deployment to S:\YouxiLand\ROW
3 lines
46 B
Batchfile
3 lines
46 B
Batchfile
echo copy file
|
|
copy *.* S:\YouxiLand\ROW
|
|
pause |