summaryrefslogtreecommitdiffstats
path: root/VC2010
diff options
context:
space:
mode:
authorcedeel@gmail.com <cedeel@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-04 01:35:17 +0200
committercedeel@gmail.com <cedeel@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-04 01:35:17 +0200
commitb17d12c86f3e7414673d653396d2dce2e862b1e3 (patch)
tree95225ff23d64c0ea4a621401b841efe55b5a6169 /VC2010
parentAdded planks into items.ini (diff)
downloadcuberite-b17d12c86f3e7414673d653396d2dce2e862b1e3.tar
cuberite-b17d12c86f3e7414673d653396d2dce2e862b1e3.tar.gz
cuberite-b17d12c86f3e7414673d653396d2dce2e862b1e3.tar.bz2
cuberite-b17d12c86f3e7414673d653396d2dce2e862b1e3.tar.lz
cuberite-b17d12c86f3e7414673d653396d2dce2e862b1e3.tar.xz
cuberite-b17d12c86f3e7414673d653396d2dce2e862b1e3.tar.zst
cuberite-b17d12c86f3e7414673d653396d2dce2e862b1e3.zip
Diffstat (limited to 'VC2010')
-rw-r--r--VC2010/MCServer.vcxproj3
-rw-r--r--VC2010/ZLib.vcxproj54
2 files changed, 29 insertions, 28 deletions
diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj
index 279bf347c..e452f023f 100644
--- a/VC2010/MCServer.vcxproj
+++ b/VC2010/MCServer.vcxproj
@@ -559,6 +559,7 @@
<ClInclude Include="..\source\cSpider.h" />
<ClInclude Include="..\source\cSquid.h" />
<ClInclude Include="..\source\cStairs.h" />
+ <ClInclude Include="..\source\cStep.h" />
<ClInclude Include="..\source\cStringMap.h" />
<ClInclude Include="..\source\cSurvivalInventory.h" />
<ClInclude Include="..\Source\cTCPLink.h" />
@@ -704,4 +705,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/VC2010/ZLib.vcxproj b/VC2010/ZLib.vcxproj
index f71a9eed5..325846613 100644
--- a/VC2010/ZLib.vcxproj
+++ b/VC2010/ZLib.vcxproj
@@ -113,36 +113,36 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\zlib-1.2.5\adler32.c" />
- <ClCompile Include="..\zlib-1.2.5\compress.c" />
- <ClCompile Include="..\zlib-1.2.5\crc32.c" />
- <ClCompile Include="..\zlib-1.2.5\deflate.c" />
- <ClCompile Include="..\zlib-1.2.5\gzclose.c" />
- <ClCompile Include="..\zlib-1.2.5\gzlib.c" />
- <ClCompile Include="..\zlib-1.2.5\gzread.c" />
- <ClCompile Include="..\zlib-1.2.5\gzwrite.c" />
- <ClCompile Include="..\zlib-1.2.5\infback.c" />
- <ClCompile Include="..\zlib-1.2.5\inffast.c" />
- <ClCompile Include="..\zlib-1.2.5\inflate.c" />
- <ClCompile Include="..\zlib-1.2.5\inftrees.c" />
- <ClCompile Include="..\zlib-1.2.5\trees.c" />
- <ClCompile Include="..\zlib-1.2.5\uncompr.c" />
- <ClCompile Include="..\zlib-1.2.5\zutil.c" />
+ <ClCompile Include="..\zlib-1.2.7\adler32.c" />
+ <ClCompile Include="..\zlib-1.2.7\compress.c" />
+ <ClCompile Include="..\zlib-1.2.7\crc32.c" />
+ <ClCompile Include="..\zlib-1.2.7\deflate.c" />
+ <ClCompile Include="..\zlib-1.2.7\gzclose.c" />
+ <ClCompile Include="..\zlib-1.2.7\gzlib.c" />
+ <ClCompile Include="..\zlib-1.2.7\gzread.c" />
+ <ClCompile Include="..\zlib-1.2.7\gzwrite.c" />
+ <ClCompile Include="..\zlib-1.2.7\infback.c" />
+ <ClCompile Include="..\zlib-1.2.7\inffast.c" />
+ <ClCompile Include="..\zlib-1.2.7\inflate.c" />
+ <ClCompile Include="..\zlib-1.2.7\inftrees.c" />
+ <ClCompile Include="..\zlib-1.2.7\trees.c" />
+ <ClCompile Include="..\zlib-1.2.7\uncompr.c" />
+ <ClCompile Include="..\zlib-1.2.7\zutil.c" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\zlib-1.2.5\crc32.h" />
- <ClInclude Include="..\zlib-1.2.5\deflate.h" />
- <ClInclude Include="..\zlib-1.2.5\gzguts.h" />
- <ClInclude Include="..\zlib-1.2.5\inffast.h" />
- <ClInclude Include="..\zlib-1.2.5\inffixed.h" />
- <ClInclude Include="..\zlib-1.2.5\inflate.h" />
- <ClInclude Include="..\zlib-1.2.5\inftrees.h" />
- <ClInclude Include="..\zlib-1.2.5\trees.h" />
- <ClInclude Include="..\zlib-1.2.5\zconf.h" />
- <ClInclude Include="..\zlib-1.2.5\zlib.h" />
- <ClInclude Include="..\zlib-1.2.5\zutil.h" />
+ <ClInclude Include="..\zlib-1.2.7\crc32.h" />
+ <ClInclude Include="..\zlib-1.2.7\deflate.h" />
+ <ClInclude Include="..\zlib-1.2.7\gzguts.h" />
+ <ClInclude Include="..\zlib-1.2.7\inffast.h" />
+ <ClInclude Include="..\zlib-1.2.7\inffixed.h" />
+ <ClInclude Include="..\zlib-1.2.7\inflate.h" />
+ <ClInclude Include="..\zlib-1.2.7\inftrees.h" />
+ <ClInclude Include="..\zlib-1.2.7\trees.h" />
+ <ClInclude Include="..\zlib-1.2.7\zconf.h" />
+ <ClInclude Include="..\zlib-1.2.7\zlib.h" />
+ <ClInclude Include="..\zlib-1.2.7\zutil.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>