mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
MSVC compile fixes:
1) Names of compile units need to be unique, renamed the new CLogget.cpp to CNewLogger.cpp. (at least till the old CLogger is gone) 2) Fixes for project files (a few includes were marked as compile items).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "StdInc.h"
|
||||
#include "CLogger.h"
|
||||
#include "CNewLogger.h"
|
||||
|
||||
const std::string CLoggerDomain::DOMAIN_GLOBAL = "global";
|
||||
|
||||
Reference in New Issue
Block a user