Fix Debug and Release_NoGD build configurations

- Add _USE_32BIT_TIME_T preprocessor definition to GlobalScript Debug build
  to resolve LNK2019 error (time_t size mismatch between projects)

- Update Release_NoGD configuration in RYLClient.vcxproj:
  * Add SSE2 instruction set support
  * Enable OpenMP support
  * Add warning suppressions (4996, 4819, 4482, 4566)
  * Add ManifestFile setting
  * Align with Release configuration settings

- Modify RYLClientMain.cpp:
  * Update _RYL_TEST macro to enable ADMIN_L3 mode automatically
  * Allow standalone execution without Login.exe in test mode

Issues resolved:
- Debug build: ParsePacket::HandleUserLogin linker error
- Release_NoGD build: Compilation failure due to configuration differences
This commit is contained in:
2025-11-30 18:34:17 +09:00
parent 1626f649c5
commit bd9cb3776e
4 changed files with 123 additions and 113 deletions

Binary file not shown.