Fix library dependencies for Debug and Release_NoGD configurations

- 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
This commit is contained in:
2025-11-30 15:52:49 +09:00
parent 4d1b7b3d74
commit c6745638bb
5 changed files with 54 additions and 13 deletions

3
Game/copyfile.bat Normal file
View File

@@ -0,0 +1,3 @@
echo copy file
copy *.* S:\YouxiLand\ROW
pause