Skip to content

Commit

Permalink
Forgot to disable precompiled headers on the zlib files in Release mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Twisol authored and nickgammon committed Sep 2, 2010
1 parent 109b9e6 commit 1e85109
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions MUSHclient.vcproj
Expand Up @@ -3327,6 +3327,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\zlib\gzlib.c"
Expand All @@ -3339,6 +3347,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\zlib\gzread.c"
Expand All @@ -3351,6 +3367,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\zlib\gzwrite.c"
Expand All @@ -3363,6 +3387,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="zlib\inffast.c"
Expand Down

0 comments on commit 1e85109

Please sign in to comment.