diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-04 14:08:20 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-04 14:08:20 +0200 |
commit | b355bdeccecf727d30e48634df9b5d424db570bc (patch) | |
tree | 00489a1317e6ad22a28698f24bd9935160257789 /VC2008/MCServer.vcproj | |
parent | Fixed MSVC2010 projects for new zlib (diff) | |
download | cuberite-b355bdeccecf727d30e48634df9b5d424db570bc.tar cuberite-b355bdeccecf727d30e48634df9b5d424db570bc.tar.gz cuberite-b355bdeccecf727d30e48634df9b5d424db570bc.tar.bz2 cuberite-b355bdeccecf727d30e48634df9b5d424db570bc.tar.lz cuberite-b355bdeccecf727d30e48634df9b5d424db570bc.tar.xz cuberite-b355bdeccecf727d30e48634df9b5d424db570bc.tar.zst cuberite-b355bdeccecf727d30e48634df9b5d424db570bc.zip |
Diffstat (limited to '')
-rw-r--r-- | VC2008/MCServer.vcproj | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index d478ead0d..e21dfbe19 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -459,6 +459,14 @@ >
</File>
<File
+ RelativePath="..\source\CraftingRecipes.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\CraftingRecipes.h"
+ >
+ </File>
+ <File
RelativePath="..\source\cRecipeChecker.cpp"
>
</File>
@@ -1383,10 +1391,10 @@ RelativePath="..\source\cStairs.h"
>
</File>
- <File
- RelativePath="..\source\cStep.h"
- >
- </File>
+ <File
+ RelativePath="..\source\cStep.h"
+ >
+ </File>
<File
RelativePath="..\source\cTorch.h"
>
|