diff options
author | Haru <haru@dotalux.com> | 2015-12-12 18:28:12 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-12 21:55:35 +0100 |
commit | 527a32a0b29d9c063ca6f5060d436076524d6c32 (patch) | |
tree | 76b2499f7ad16cd4041d4bd062bdb5f7e802a10a /vcproj-11/map-server.vcxproj | |
parent | 7811d90b625c1b1bdfa9c1c4a4677de1e0d56566 (diff) | |
download | hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.tar.gz hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.tar.bz2 hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.tar.xz hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.zip |
Updated filters and included files in the VS2012 project
Related to issue #795
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-11/map-server.vcxproj')
-rw-r--r-- | vcproj-11/map-server.vcxproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vcproj-11/map-server.vcxproj b/vcproj-11/map-server.vcxproj index e4a932d65..fbd1b198b 100644 --- a/vcproj-11/map-server.vcxproj +++ b/vcproj-11/map-server.vcxproj @@ -96,7 +96,7 @@ <OmitFramePointers>true</OmitFramePointers> <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> <WholeProgramOptimization>true</WholeProgramOptimization> - <AdditionalIncludeDirectories>..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalIncludeDirectories>..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions)</PreprocessorDefinitions> <StringPooling>true</StringPooling> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -138,6 +138,7 @@ <ClInclude Include="..\3rdparty\libconfig\strbuf.h" /> <ClInclude Include="..\3rdparty\libconfig\wincompat.h" /> <ClInclude Include="..\3rdparty\mt19937ar\mt19937ar.h" /> + <ClInclude Include="..\src\common\atomic.h" /> <ClInclude Include="..\src\common\cbasetypes.h" /> <ClInclude Include="..\src\common\conf.h" /> <ClInclude Include="..\src\common\core.h" /> @@ -146,8 +147,11 @@ <ClInclude Include="..\src\common\des.h" /> <ClInclude Include="..\src\common\ers.h" /> <ClInclude Include="..\src\common\grfio.h" /> + <ClInclude Include="..\src\common\hercules.h" /> <ClInclude Include="..\src\common\HPM.h" /> + <ClInclude Include="..\src\common\HPMDataCheck.h" /> <ClInclude Include="..\src\common\HPMi.h" /> + <ClInclude Include="..\src\common\HPMSymbols.inc.h" /> <ClInclude Include="..\src\common\memmgr.h" /> <ClInclude Include="..\src\common\mapindex.h" /> <ClInclude Include="..\src\common\md5calc.h" /> @@ -157,6 +161,7 @@ <ClInclude Include="..\src\common\random.h" /> <ClInclude Include="..\src\common\showmsg.h" /> <ClInclude Include="..\src\common\socket.h" /> + <ClInclude Include="..\src\common\spinlock.h" /> <ClInclude Include="..\src\common\sql.h" /> <ClInclude Include="..\src\common\strlib.h" /> <ClInclude Include="..\src\common\sysinfo.h" /> |