From ca1d98a7baf7d650c02e027c6c15dfc8eeeb171d Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 30 Oct 2011 11:41:18 +0000 Subject: Changed long to long long so it works fine on 32bit systems Added printing for Byte array tags (the length is incorrect though) Structured the tags enums a bit more In cConvert.cpp the correct compounds are opened before accessing data Added VS2010 project so the converter can be compiled through VS2010 git-svn-id: http://mc-server.googlecode.com/svn/trunk@27 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/Converter.vcxproj | 83 ++++++++++++++++++++++++++++++++++++++++ VC2010/Converter.vcxproj.filters | 30 +++++++++++++++ VC2010/Converter.vcxproj.user | 11 ++++++ VC2010/MCServer.sln | 8 ++++ 4 files changed, 132 insertions(+) create mode 100644 VC2010/Converter.vcxproj create mode 100644 VC2010/Converter.vcxproj.filters create mode 100644 VC2010/Converter.vcxproj.user (limited to 'VC2010') diff --git a/VC2010/Converter.vcxproj b/VC2010/Converter.vcxproj new file mode 100644 index 000000000..a9a40457f --- /dev/null +++ b/VC2010/Converter.vcxproj @@ -0,0 +1,83 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + {9AB1FB82-2148-40E4-919F-3B184B4593C8} + Converter + + + + Application + true + MultiByte + + + Application + false + true + MultiByte + + + + + + + + + + + + + ../converter/ + + + ../converter/ + + + + Level3 + Disabled + ../zlib-1.2.5 + + + true + ./Debug/ + ws2_32.lib;ZLib.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + true + ../zlib-1.2.5 + + + true + true + true + ./Release/ + ws2_32.lib;ZLib.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/VC2010/Converter.vcxproj.filters b/VC2010/Converter.vcxproj.filters new file mode 100644 index 000000000..dbe3b1c28 --- /dev/null +++ b/VC2010/Converter.vcxproj.filters @@ -0,0 +1,30 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/VC2010/Converter.vcxproj.user b/VC2010/Converter.vcxproj.user new file mode 100644 index 000000000..90d00fb58 --- /dev/null +++ b/VC2010/Converter.vcxproj.user @@ -0,0 +1,11 @@ + + + + $(TargetDir) + WindowsLocalDebugger + + + $(TargetDir) + WindowsLocalDebugger + + \ No newline at end of file diff --git a/VC2010/MCServer.sln b/VC2010/MCServer.sln index 14e0e8457..322046d33 100644 --- a/VC2010/MCServer.sln +++ b/VC2010/MCServer.sln @@ -17,6 +17,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebServer", "WebServer.vcxp EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JsonCpp", "JsonCpp.vcxproj", "{ADBF25B9-7192-4E54-B35E-8EC47CA5EF86}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Converter", "Converter.vcxproj", "{9AB1FB82-2148-40E4-919F-3B184B4593C8}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -71,6 +73,12 @@ Global {ADBF25B9-7192-4E54-B35E-8EC47CA5EF86}.Release|Win32.ActiveCfg = Release|Win32 {ADBF25B9-7192-4E54-B35E-8EC47CA5EF86}.Release|Win32.Build.0 = Release|Win32 {ADBF25B9-7192-4E54-B35E-8EC47CA5EF86}.Release|x64.ActiveCfg = Release|Win32 + {9AB1FB82-2148-40E4-919F-3B184B4593C8}.Debug|Win32.ActiveCfg = Debug|Win32 + {9AB1FB82-2148-40E4-919F-3B184B4593C8}.Debug|Win32.Build.0 = Debug|Win32 + {9AB1FB82-2148-40E4-919F-3B184B4593C8}.Debug|x64.ActiveCfg = Debug|Win32 + {9AB1FB82-2148-40E4-919F-3B184B4593C8}.Release|Win32.ActiveCfg = Release|Win32 + {9AB1FB82-2148-40E4-919F-3B184B4593C8}.Release|Win32.Build.0 = Release|Win32 + {9AB1FB82-2148-40E4-919F-3B184B4593C8}.Release|x64.ActiveCfg = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE -- cgit v1.2.3