removed libMozilla linker from ClientMain.cpp so debug client builds, and fix for Aconite

This commit is contained in:
Erusman
2021-09-08 17:59:40 -07:00
parent 8777a22412
commit e42ca68dae
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -157,7 +157,7 @@ int ClientMain(
data.windowSmallIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_ICON2));
data.hInstance = hInstance;
data.commandLine = lpCmdLine;
#if DEBUG_LEVEL DEBUG_LEVEL_DEBUG
#if PRODUCTION == 0
data.configFile = "client_d.cfg";
#else
data.configFile = "client.cfg";