1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

cmake/msvc project updates. untested.

This commit is contained in:
alexvins 2014-03-07 13:23:30 +00:00
parent 4203d69525
commit 33935ceb67
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,8 @@ set(lib_SRCS
registerTypes/RegisterTypes.cpp registerTypes/RegisterTypes.cpp
registerTypes/TypesClientPacks1.cpp registerTypes/TypesClientPacks1.cpp
registerTypes/TypesClientPacks2.cpp registerTypes/TypesClientPacks2.cpp
registerTypes/TypesMapObjects.cpp registerTypes/TypesMapObjects1.cpp
registerTypes/TypesMapObjects2.cpp
registerTypes/TypesPregamePacks.cpp registerTypes/TypesPregamePacks.cpp
registerTypes/TypesServerPacks.cpp registerTypes/TypesServerPacks.cpp

View File

@ -209,7 +209,8 @@
<ClCompile Include="registerTypes\RegisterTypes.cpp" /> <ClCompile Include="registerTypes\RegisterTypes.cpp" />
<ClCompile Include="registerTypes\TypesClientPacks1.cpp" /> <ClCompile Include="registerTypes\TypesClientPacks1.cpp" />
<ClCompile Include="registerTypes\TypesClientPacks2.cpp" /> <ClCompile Include="registerTypes\TypesClientPacks2.cpp" />
<ClCompile Include="registerTypes\TypesMapObjects.cpp" /> <ClCompile Include="registerTypes\TypesMapObjects1.cpp" />
<ClCompile Include="registerTypes\TypesMapObjects2.cpp" />
<ClCompile Include="registerTypes\TypesPregamePacks.cpp" /> <ClCompile Include="registerTypes\TypesPregamePacks.cpp" />
<ClCompile Include="registerTypes\TypesServerPacks.cpp" /> <ClCompile Include="registerTypes\TypesServerPacks.cpp" />
<ClCompile Include="rmg\CMapGenerator.cpp" /> <ClCompile Include="rmg\CMapGenerator.cpp" />