diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-05-02 20:10:06 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-05-02 20:10:06 -0300 |
commit | 6509af19cb4dbba9d8af7489301e58dc8c6ca9f7 (patch) | |
tree | 30b9ace58599e084f395d53bc2e73123da815311 /vcproj-10/char-server.vcxproj | |
parent | 7aa95956da289b7c94de45ae41e2818c795a8f48 (diff) | |
download | hercules-6509af19cb4dbba9d8af7489301e58dc8c6ca9f7.tar.gz hercules-6509af19cb4dbba9d8af7489301e58dc8c6ca9f7.tar.bz2 hercules-6509af19cb4dbba9d8af7489301e58dc8c6ca9f7.tar.xz hercules-6509af19cb4dbba9d8af7489301e58dc8c6ca9f7.zip |
Follow-up to HPM.
* Fixed small warning
* Added support for Visual Studio 2010.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'vcproj-10/char-server.vcxproj')
-rw-r--r-- | vcproj-10/char-server.vcxproj | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/vcproj-10/char-server.vcxproj b/vcproj-10/char-server.vcxproj index e07954292..46438b3aa 100644 --- a/vcproj-10/char-server.vcxproj +++ b/vcproj-10/char-server.vcxproj @@ -138,12 +138,13 @@ <ClInclude Include="..\3rdparty\libconfig\wincompat.h" /> <ClInclude Include="..\3rdparty\mt19937ar\mt19937ar.h" /> <ClInclude Include="..\src\common\cbasetypes.h" /> + <ClInclude Include="..\src\common\conf.h" /> <ClInclude Include="..\src\common\core.h" /> - <ClInclude Include="..\src\common\console.h" /> + <ClInclude Include="..\src\common\console.h" /> <ClInclude Include="..\src\common\db.h" /> <ClInclude Include="..\src\common\ers.h" /> - <ClInclude Include="..\src\common\HPM.h" /> - <ClInclude Include="..\src\common\HPMi.h" /> + <ClInclude Include="..\src\common\HPM.h" /> + <ClInclude Include="..\src\common\HPMi.h" /> <ClInclude Include="..\src\common\malloc.h" /> <ClInclude Include="..\src\common\mapindex.h" /> <ClInclude Include="..\src\common\mempool.h" /> @@ -171,7 +172,7 @@ <ClInclude Include="..\src\char\int_quest.h" /> <ClInclude Include="..\src\char\int_storage.h" /> <ClInclude Include="..\src\char\inter.h" /> - <ClInclude Include="..\src\char\pincode.h" /> + <ClInclude Include="..\src\char\pincode.h" /> <ClInclude Include="..\src\common\winapi.h" /> </ItemGroup> <ItemGroup> @@ -181,8 +182,9 @@ <ClCompile Include="..\3rdparty\libconfig\scanner.c" /> <ClCompile Include="..\3rdparty\libconfig\strbuf.c" /> <ClCompile Include="..\3rdparty\mt19937ar\mt19937ar.c" /> + <ClCompile Include="..\src\common\conf.c" /> <ClCompile Include="..\src\common\core.c" /> - <ClCompile Include="..\src\common\console.c" /> + <ClCompile Include="..\src\common\console.c" /> <ClCompile Include="..\src\common\db.c" /> <ClCompile Include="..\src\common\ers.c" /> <ClCompile Include="..\src\common\HPM.c" /> @@ -212,7 +214,7 @@ <ClCompile Include="..\src\char\int_quest.c" /> <ClCompile Include="..\src\char\int_storage.c" /> <ClCompile Include="..\src\char\inter.c" /> - <ClCompile Include="..\src\char\pincode.c" /> + <ClCompile Include="..\src\char\pincode.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |