diff options
author | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 16:08:18 +0000 |
---|---|---|
committer | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 16:08:18 +0000 |
commit | eadbcb71e5d5d453a56403dee28abb82b3836bb7 (patch) | |
tree | f633306faf06b717b8fcd469ba49dfd70b488bba | |
parent | e85c28ce148e0740697c76e9751b0d9cacbe67d1 (diff) | |
download | hercules-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
-rw-r--r-- | vcproj-10/char-server_sql.vcxproj | 4 | ||||
-rw-r--r-- | vcproj-10/char-server_sql.vcxproj.filters | 12 | ||||
-rw-r--r-- | vcproj-10/login-server_sql.vcxproj | 4 | ||||
-rw-r--r-- | vcproj-10/login-server_sql.vcxproj.filters | 12 | ||||
-rw-r--r-- | vcproj-10/map-server_sql.vcxproj | 4 | ||||
-rw-r--r-- | vcproj-10/map-server_sql.vcxproj.filters | 12 | ||||
-rw-r--r-- | vcproj-9/char-server_sql.vcproj | 16 | ||||
-rw-r--r-- | vcproj-9/login-server_sql.vcproj | 16 | ||||
-rw-r--r-- | vcproj-9/map-server_sql.vcproj | 16 |
9 files changed, 96 insertions, 0 deletions
diff --git a/vcproj-10/char-server_sql.vcxproj b/vcproj-10/char-server_sql.vcxproj index ab8291ca1..4900ffc91 100644 --- a/vcproj-10/char-server_sql.vcxproj +++ b/vcproj-10/char-server_sql.vcxproj @@ -143,9 +143,11 @@ <ClInclude Include="..\src\common\ers.h" /> <ClInclude Include="..\src\common\malloc.h" /> <ClInclude Include="..\src\common\mapindex.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" /> @@ -180,8 +182,10 @@ <ClCompile Include="..\src\common\ers.c" /> <ClCompile Include="..\src\common\malloc.c" /> <ClCompile Include="..\src\common\mapindex.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" /> diff --git a/vcproj-10/char-server_sql.vcxproj.filters b/vcproj-10/char-server_sql.vcxproj.filters index 5216b9afc..06f69e35e 100644 --- a/vcproj-10/char-server_sql.vcxproj.filters +++ b/vcproj-10/char-server_sql.vcxproj.filters @@ -100,6 +100,12 @@ <ClCompile Include="..\src\common\mutex.c"> <Filter>common</Filter> </ClCompile> + <ClCompile Include="..\src\common\mempool.c"> + <Filter>common</Filter> + </ClCompile> + <ClCompile Include="..\src\common\raconf.c"> + <Filter>common</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\src\common\cbasetypes.h"> @@ -216,6 +222,12 @@ <ClInclude Include="..\src\common\mutex.h"> <Filter>common</Filter> </ClInclude> + <ClInclude Include="..\src\common\mempool.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\raconf.h"> + <Filter>common</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <Filter Include="common"> diff --git a/vcproj-10/login-server_sql.vcxproj b/vcproj-10/login-server_sql.vcxproj index 61d9036b3..a9e693676 100644 --- a/vcproj-10/login-server_sql.vcxproj +++ b/vcproj-10/login-server_sql.vcxproj @@ -138,7 +138,9 @@ <ClInclude Include="..\3rdparty\libconfig\scanner.h" /> <ClInclude Include="..\3rdparty\libconfig\strbuf.h" /> <ClInclude Include="..\3rdparty\libconfig\wincompat.h" /> + <ClInclude Include="..\src\common\mempool.h" /> <ClInclude Include="..\src\common\mutex.h" /> + <ClInclude Include="..\src\common\raconf.h" /> <ClInclude Include="..\src\common\thread.h" /> <ClInclude Include="..\src\common\winapi.h" /> <ClInclude Include="..\src\login\account.h" /> @@ -168,7 +170,9 @@ <ClCompile Include="..\3rdparty\libconfig\scanctx.c" /> <ClCompile Include="..\3rdparty\libconfig\scanner.c" /> <ClCompile Include="..\3rdparty\libconfig\strbuf.c" /> + <ClCompile Include="..\src\common\mempool.c" /> <ClCompile Include="..\src\common\mutex.c" /> + <ClCompile Include="..\src\common\raconf.c" /> <ClCompile Include="..\src\common\thread.c" /> <ClCompile Include="..\src\login\account_sql.c" /> <ClCompile Include="..\src\login\ipban_sql.c" /> diff --git a/vcproj-10/login-server_sql.vcxproj.filters b/vcproj-10/login-server_sql.vcxproj.filters index 57f4da28e..f4280a018 100644 --- a/vcproj-10/login-server_sql.vcxproj.filters +++ b/vcproj-10/login-server_sql.vcxproj.filters @@ -76,6 +76,12 @@ <ClCompile Include="..\src\common\mutex.c"> <Filter>common</Filter> </ClCompile> + <ClCompile Include="..\src\common\mempool.c"> + <Filter>common</Filter> + </ClCompile> + <ClCompile Include="..\src\common\raconf.c"> + <Filter>common</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\src\login\account.h"> @@ -168,6 +174,12 @@ <ClInclude Include="..\src\common\mutex.h"> <Filter>common</Filter> </ClInclude> + <ClInclude Include="..\src\common\mempool.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\raconf.h"> + <Filter>common</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <Filter Include="common"> 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" /> diff --git a/vcproj-10/map-server_sql.vcxproj.filters b/vcproj-10/map-server_sql.vcxproj.filters index 292576d04..fec17884a 100644 --- a/vcproj-10/map-server_sql.vcxproj.filters +++ b/vcproj-10/map-server_sql.vcxproj.filters @@ -187,6 +187,12 @@ <ClCompile Include="..\src\common\mutex.c"> <Filter>common</Filter> </ClCompile> + <ClCompile Include="..\src\common\mempool.c"> + <Filter>common</Filter> + </ClCompile> + <ClCompile Include="..\src\common\raconf.c"> + <Filter>common</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\src\map\atcommand.h"> @@ -393,6 +399,12 @@ <ClInclude Include="..\src\common\mutex.h"> <Filter>common</Filter> </ClInclude> + <ClInclude Include="..\src\common\mempool.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\raconf.h"> + <Filter>common</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <Filter Include="common"> diff --git a/vcproj-9/char-server_sql.vcproj b/vcproj-9/char-server_sql.vcproj index 369c6452a..65cf70704 100644 --- a/vcproj-9/char-server_sql.vcproj +++ b/vcproj-9/char-server_sql.vcproj @@ -333,6 +333,14 @@ > </File> <File + RelativePath="..\src\common\mempool.c" + > + </File> + <File + RelativePath="..\src\common\mempool.h" + > + </File> + <File RelativePath="..\src\common\mmo.h" > </File> @@ -353,6 +361,14 @@ > </File> <File + RelativePath="..\src\common\raconf.c" + > + </File> + <File + RelativePath="..\src\common\raconf.h" + > + </File> + <File RelativePath="..\src\common\random.c" > </File> diff --git a/vcproj-9/login-server_sql.vcproj b/vcproj-9/login-server_sql.vcproj index d3ed25e0a..acddd06e5 100644 --- a/vcproj-9/login-server_sql.vcproj +++ b/vcproj-9/login-server_sql.vcproj @@ -303,6 +303,14 @@ > </File> <File + RelativePath="..\src\common\mempool.c" + > + </File> + <File + RelativePath="..\src\common\mempool.h" + > + </File> + <File RelativePath="..\src\common\mmo.h" > </File> @@ -323,6 +331,14 @@ > </File> <File + RelativePath="..\src\common\raconf.c" + > + </File> + <File + RelativePath="..\src\common\raconf.h" + > + </File> + <File RelativePath="..\src\common\random.c" > </File> diff --git a/vcproj-9/map-server_sql.vcproj b/vcproj-9/map-server_sql.vcproj index 153a19fbe..0a5f07936 100644 --- a/vcproj-9/map-server_sql.vcproj +++ b/vcproj-9/map-server_sql.vcproj @@ -356,6 +356,14 @@ > </File> <File + RelativePath="..\src\common\mempool.c" + > + </File> + <File + RelativePath="..\src\common\mempool.h" + > + </File> + <File RelativePath="..\src\common\mmo.h" > </File> @@ -376,6 +384,14 @@ > </File> <File + RelativePath="..\src\common\raconf.c" + > + </File> + <File + RelativePath="..\src\common\raconf.h" + > + </File> + <File RelativePath="..\src\common\random.c" > </File> |