diff options
author | Haru <haru@dotalux.com> | 2015-12-12 19:26:56 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-12 21:55:36 +0100 |
commit | 9c380ed8c833729930cabe5df72396dddacaf6bd (patch) | |
tree | 650d9bb49b66a89ddf843a15a6e2f20eb3c9eaef /vcproj-12/map-server.vcxproj | |
parent | 527a32a0b29d9c063ca6f5060d436076524d6c32 (diff) | |
download | hercules-9c380ed8c833729930cabe5df72396dddacaf6bd.tar.gz hercules-9c380ed8c833729930cabe5df72396dddacaf6bd.tar.bz2 hercules-9c380ed8c833729930cabe5df72396dddacaf6bd.tar.xz hercules-9c380ed8c833729930cabe5df72396dddacaf6bd.zip |
Updated filters and included files in the VS2013 project
Related to issue #795
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-12/map-server.vcxproj')
-rw-r--r-- | vcproj-12/map-server.vcxproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vcproj-12/map-server.vcxproj b/vcproj-12/map-server.vcxproj index 3d8d53f9d..94158114c 100644 --- a/vcproj-12/map-server.vcxproj +++ b/vcproj-12/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" /> |