diff options
Diffstat (limited to 'vcproj-10/char-server_sql.vcxproj')
-rw-r--r-- | vcproj-10/char-server_sql.vcxproj | 4 |
1 files changed, 4 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" /> |