diff options
author | Haru <haru@dotalux.com> | 2015-12-12 17:45:44 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-12 21:55:35 +0100 |
commit | 7811d90b625c1b1bdfa9c1c4a4677de1e0d56566 (patch) | |
tree | 22af88570e3a51695c51e3800a8947f42e1b5bc9 /vcproj-10/map-server.vcxproj | |
parent | d1458c61c59b7773c9cf826a3a5785774416d258 (diff) | |
download | hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.tar.gz hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.tar.bz2 hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.tar.xz hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.zip |
Updated filters and included files in the VS2010 project
Related to issue #795
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-10/map-server.vcxproj')
-rw-r--r-- | vcproj-10/map-server.vcxproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vcproj-10/map-server.vcxproj b/vcproj-10/map-server.vcxproj index cbd4706c4..7e5a46ea3 100644 --- a/vcproj-10/map-server.vcxproj +++ b/vcproj-10/map-server.vcxproj @@ -134,6 +134,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" /> @@ -141,9 +142,12 @@ <ClInclude Include="..\src\common\db.h" /> <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\grfio.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" /> @@ -153,6 +157,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" /> |