summaryrefslogtreecommitdiffstats
path: root/converter/DeNotchConverter.vcxproj
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-27 18:59:08 +0100
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-27 18:59:08 +0100
commit8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df (patch)
tree5992e352179d2cdf4c7ebd9f40cbc5321a1de2de /converter/DeNotchConverter.vcxproj
parentIncluding converter update with windows binary from forums. Shouldn't need to load a solution to compile a windows program really. (diff)
downloadcuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar
cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.gz
cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.bz2
cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.lz
cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.xz
cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.zst
cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.zip
Diffstat (limited to 'converter/DeNotchConverter.vcxproj')
-rw-r--r--converter/DeNotchConverter.vcxproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/converter/DeNotchConverter.vcxproj b/converter/DeNotchConverter.vcxproj
index 6ca8e55fa..0a808ec58 100644
--- a/converter/DeNotchConverter.vcxproj
+++ b/converter/DeNotchConverter.vcxproj
@@ -36,12 +36,14 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
- <PropertyGroup />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../zlib-1.2.5</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -65,6 +67,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="source\cDeNotch.cpp" />
+ <ClCompile Include="source\cMakeDir.cpp" />
<ClCompile Include="source\cNBTData.cpp" />
<ClCompile Include="source\cQuicksort.cpp" />
<ClCompile Include="source\cTimer.cpp" />
@@ -73,9 +76,11 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="source\cDeNotch.h" />
+ <ClInclude Include="source\cMakeDir.h" />
<ClInclude Include="source\cNBTData.h" />
<ClInclude Include="source\cQuicksort.h" />
<ClInclude Include="source\cTimer.h" />
+ <ClInclude Include="source\MemoryLeak.h" />
<ClInclude Include="source\wdirent.h" />
</ItemGroup>
<ItemGroup>