diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-10-31 01:52:20 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-10-31 01:52:20 +0100 |
commit | e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f (patch) | |
tree | 2519b9736038f7d5374719122b4ba7937d2e309c /VC2010/Converter.vcxproj | |
parent | put the timer and quicksort functions into their own files. Made a few changes to the converter. Converter doesn't understand Entity tags and some chunks cause it to segfault for a currently unknown reason. (diff) | |
download | cuberite-e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f.tar cuberite-e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f.tar.gz cuberite-e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f.tar.bz2 cuberite-e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f.tar.lz cuberite-e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f.tar.xz cuberite-e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f.tar.zst cuberite-e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f.zip |
Diffstat (limited to 'VC2010/Converter.vcxproj')
-rw-r--r-- | VC2010/Converter.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VC2010/Converter.vcxproj b/VC2010/Converter.vcxproj index a9a40457f..5991f7827 100644 --- a/VC2010/Converter.vcxproj +++ b/VC2010/Converter.vcxproj @@ -13,9 +13,13 @@ <ItemGroup>
<ClCompile Include="..\converter\cConvert.cpp" />
<ClCompile Include="..\converter\cNBTData.cpp" />
+ <ClCompile Include="..\converter\quicksort.cpp" />
+ <ClCompile Include="..\converter\timer.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\converter\cNBTData.h" />
+ <ClInclude Include="..\converter\quicksort.h" />
+ <ClInclude Include="..\converter\timer.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{9AB1FB82-2148-40E4-919F-3B184B4593C8}</ProjectGuid>
|