mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Merge with develop
This commit is contained in:
parent
910c6dc7b9
commit
7292d41acf
2 changed files with 9 additions and 1 deletions
|
@ -348,7 +348,8 @@ IF(WITH_QT5)
|
||||||
IF(WIN32)
|
IF(WIN32)
|
||||||
SET(QT_LIBRARIES ${QT_LIBRARIES}
|
SET(QT_LIBRARIES ${QT_LIBRARIES}
|
||||||
${WINSDK_LIBRARY_DIR}/Crypt32.lib
|
${WINSDK_LIBRARY_DIR}/Crypt32.lib
|
||||||
${WINSDK_LIBRARY_DIR}/WS2_32.Lib)
|
${WINSDK_LIBRARY_DIR}/WS2_32.Lib
|
||||||
|
${WINSDK_LIBRARY_DIR}/IPHlpApi.Lib)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# Core
|
# Core
|
||||||
|
|
|
@ -1040,6 +1040,13 @@ void CPatchManager::executeBatchFile()
|
||||||
arguments.push_back(startupPath);
|
arguments.push_back(startupPath);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// log parameters passed to Ryzom client
|
||||||
|
nlinfo("Restarting Ryzom...");
|
||||||
|
nlinfo("RyzomFilename = %s", RyzomFilename.c_str());
|
||||||
|
nlinfo("ClientPatchPath = %s", ClientPatchPath.c_str());
|
||||||
|
nlinfo("ClientRootPath = %s", ClientRootPath.c_str());
|
||||||
|
nlinfo("StartupPath = %s", startupPath.c_str());
|
||||||
|
|
||||||
batchFilename += UpdateBatchFilename;
|
batchFilename += UpdateBatchFilename;
|
||||||
|
|
||||||
// make script executable
|
// make script executable
|
||||||
|
|
Loading…
Reference in a new issue