diff options
author | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 02:30:56 +0000 |
---|---|---|
committer | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 02:30:56 +0000 |
commit | d7348a4974bd6c0409001659864d0afbda532205 (patch) | |
tree | b2fad4fa581f017e10af05e572997b9b16f54f76 /vcproj-10/login-server_sql.vcxproj | |
parent | caa66e7c20a26859912c1efc3c5a00b8dafc0661 (diff) | |
download | hercules-d7348a4974bd6c0409001659864d0afbda532205.tar.gz hercules-d7348a4974bd6c0409001659864d0afbda532205.tar.bz2 hercules-d7348a4974bd6c0409001659864d0afbda532205.tar.xz hercules-d7348a4974bd6c0409001659864d0afbda532205.zip |
VC10/VC9: followup for commit r16256
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16257 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10/login-server_sql.vcxproj')
-rw-r--r-- | vcproj-10/login-server_sql.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-10/login-server_sql.vcxproj b/vcproj-10/login-server_sql.vcxproj index 6228c7811..61d9036b3 100644 --- a/vcproj-10/login-server_sql.vcxproj +++ b/vcproj-10/login-server_sql.vcxproj @@ -138,6 +138,7 @@ <ClInclude Include="..\3rdparty\libconfig\scanner.h" /> <ClInclude Include="..\3rdparty\libconfig\strbuf.h" /> <ClInclude Include="..\3rdparty\libconfig\wincompat.h" /> + <ClInclude Include="..\src\common\mutex.h" /> <ClInclude Include="..\src\common\thread.h" /> <ClInclude Include="..\src\common\winapi.h" /> <ClInclude Include="..\src\login\account.h" /> @@ -167,6 +168,7 @@ <ClCompile Include="..\3rdparty\libconfig\scanctx.c" /> <ClCompile Include="..\3rdparty\libconfig\scanner.c" /> <ClCompile Include="..\3rdparty\libconfig\strbuf.c" /> + <ClCompile Include="..\src\common\mutex.c" /> <ClCompile Include="..\src\common\thread.c" /> <ClCompile Include="..\src\login\account_sql.c" /> <ClCompile Include="..\src\login\ipban_sql.c" /> |