mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-01-16 23:04:27 -05:00
removed libMozilla linker from ClientMain.cpp so debug client builds, and fix for Aconite
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user