summaryrefslogtreecommitdiff
path: root/vcproj-10/map-server_sql.vcxproj
diff options
context:
space:
mode:
authorblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-10 16:08:18 +0000
committerblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-10 16:08:18 +0000
commiteadbcb71e5d5d453a56403dee28abb82b3836bb7 (patch)
treef633306faf06b717b8fcd469ba49dfd70b488bba /vcproj-10/map-server_sql.vcxproj
parente85c28ce148e0740697c76e9751b0d9cacbe67d1 (diff)
downloadhercules-eadbcb71e5d5d453a56403dee28abb82b3836bb7.tar.gz
hercules-eadbcb71e5d5d453a56403dee28abb82b3836bb7.tar.bz2
hercules-eadbcb71e5d5d453a56403dee28abb82b3836bb7.tar.xz
hercules-eadbcb71e5d5d453a56403dee28abb82b3836bb7.zip
VC9/VC10: followup for commit r16263 (windows port)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16264 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10/map-server_sql.vcxproj')
-rw-r--r--vcproj-10/map-server_sql.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcproj-10/map-server_sql.vcxproj b/vcproj-10/map-server_sql.vcxproj
index 1ea52c376..3045149e9 100644
--- a/vcproj-10/map-server_sql.vcxproj
+++ b/vcproj-10/map-server_sql.vcxproj
@@ -144,9 +144,11 @@
<ClInclude Include="..\src\common\malloc.h" />
<ClInclude Include="..\src\common\mapindex.h" />
<ClInclude Include="..\src\common\md5calc.h" />
+ <ClInclude Include="..\src\common\mempool.h" />
<ClInclude Include="..\src\common\mmo.h" />
<ClInclude Include="..\src\common\mutex.h" />
<ClInclude Include="..\src\common\nullpo.h" />
+ <ClInclude Include="..\src\common\raconf.h" />
<ClInclude Include="..\src\common\random.h" />
<ClInclude Include="..\src\common\showmsg.h" />
<ClInclude Include="..\src\common\socket.h" />
@@ -215,8 +217,10 @@
<ClCompile Include="..\src\common\malloc.c" />
<ClCompile Include="..\src\common\mapindex.c" />
<ClCompile Include="..\src\common\md5calc.c" />
+ <ClCompile Include="..\src\common\mempool.c" />
<ClCompile Include="..\src\common\mutex.c" />
<ClCompile Include="..\src\common\nullpo.c" />
+ <ClCompile Include="..\src\common\raconf.c" />
<ClCompile Include="..\src\common\random.c" />
<ClCompile Include="..\src\common\showmsg.c" />
<ClCompile Include="..\src\common\socket.c" />