diff options
author | shennetsind <ind@henn.et> | 2013-08-08 15:16:32 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-08-08 15:16:32 -0300 |
commit | 04db720ee56ad8ddddf4255575c5d60e2c214a13 (patch) | |
tree | cbfd9f0847cb5b9e65cd77ab4e8861f34165c67d /vcproj-10/map-server.vcxproj.filters | |
parent | 6b9f58446c46877ecfc5fe40847636145acf5af8 (diff) | |
download | hercules-04db720ee56ad8ddddf4255575c5d60e2c214a13.tar.gz hercules-04db720ee56ad8ddddf4255575c5d60e2c214a13.tar.bz2 hercules-04db720ee56ad8ddddf4255575c5d60e2c214a13.tar.xz hercules-04db720ee56ad8ddddf4255575c5d60e2c214a13.zip |
MSVC and CMake support for 6b9f58446c46877ecfc5fe40847636145acf5af8
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'vcproj-10/map-server.vcxproj.filters')
-rw-r--r-- | vcproj-10/map-server.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcproj-10/map-server.vcxproj.filters b/vcproj-10/map-server.vcxproj.filters index 2b04a4211..1dff3e560 100644 --- a/vcproj-10/map-server.vcxproj.filters +++ b/vcproj-10/map-server.vcxproj.filters @@ -37,6 +37,9 @@ <ClCompile Include="..\src\map\homunculus.c"> <Filter>map_sql</Filter> </ClCompile> + <ClCompile Include="..\src\map\HPMmap.c"> + <Filter>map_sql</Filter> + </ClCompile> <ClCompile Include="..\src\map\instance.c"> <Filter>map_sql</Filter> </ClCompile> @@ -240,6 +243,9 @@ <ClInclude Include="..\src\map\homunculus.h"> <Filter>map_sql</Filter> </ClInclude> + <ClInclude Include="..\src\map\HPMmap.h"> + <Filter>map_sql</Filter> + </ClInclude> <ClInclude Include="..\src\map\instance.h"> <Filter>map_sql</Filter> </ClInclude> |