[Build] Some cleanup to the Windows build - not complete

This commit is contained in:
Antz 2015-02-04 23:10:04 +00:00 committed by Antz
parent 483c954621
commit d258cc922a
28 changed files with 1239 additions and 506 deletions

View file

@ -235,7 +235,7 @@ INSTANTIATE_SINGLETON_1(AuctionBotConfig);
//== AuctionBotConfig functions ============================
AuctionBotConfig::AuctionBotConfig() : m_configFileName(_AUCTIONHOUSEBOT_CONFIG)
AuctionBotConfig::AuctionBotConfig() : m_configFileName(AUCTIONHOUSEBOT_CONFIG_LOCATION)
{
}