aboutsummaryrefslogtreecommitdiff
path: root/StormLib_test.vcxproj
diff options
context:
space:
mode:
authorLadislav <Zezula>2013-11-15 09:15:21 +0100
committerLadislav <Zezula>2013-11-15 09:15:21 +0100
commita9579a3f4ab1a27a822bcc53f3e6a9b1a00e6418 (patch)
tree4bab391e85428182090db6506c1901d6dc882b24 /StormLib_test.vcxproj
parent65a9cc8011c5b3f60664ff2352290ed0680013c1 (diff)
+ Fixed build in Visual Studio 2012
Diffstat (limited to 'StormLib_test.vcxproj')
-rw-r--r--StormLib_test.vcxproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/StormLib_test.vcxproj b/StormLib_test.vcxproj
index 514621f..ea4c6b4 100644
--- a/StormLib_test.vcxproj
+++ b/StormLib_test.vcxproj
@@ -75,6 +75,7 @@
<OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir>
<IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir>
<LinkIncremental>true</LinkIncremental>
+ <TargetName>$(ProjectName)</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir>
@@ -85,6 +86,7 @@
<OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir>
<IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir>
<LinkIncremental>false</LinkIncremental>
+ <TargetName>$(ProjectName)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -220,6 +222,7 @@
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel>
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel>
</ClCompile>
+ <ClCompile Include="src\SBaseSubTypes.cpp" />
<ClCompile Include="src\SCompression.cpp">
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel>
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel>
@@ -507,7 +510,7 @@
<ClCompile Include="src\pklib\implode.c" />
<ClCompile Include="src\sparse\sparse.cpp" />
<ClCompile Include="src\zlib\adler32.c" />
- <ClCompile Include="src\zlib\compress.c" />
+ <ClCompile Include="src\zlib\compress_zlib.c" />
<ClCompile Include="src\zlib\crc32.c" />
<ClCompile Include="src\zlib\deflate.c" />
<ClCompile Include="src\zlib\inffast.c" />