Skip to content

Commit 1e85109

Browse files
Twisolnickgammon
authored andcommitted
Forgot to disable precompiled headers on the zlib files in Release mode.
1 parent 109b9e6 commit 1e85109

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

MUSHclient.vcproj

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3327,6 +3327,14 @@
33273327
UsePrecompiledHeader="0"
33283328
/>
33293329
</FileConfiguration>
3330+
<FileConfiguration
3331+
Name="Release|Win32"
3332+
>
3333+
<Tool
3334+
Name="VCCLCompilerTool"
3335+
UsePrecompiledHeader="0"
3336+
/>
3337+
</FileConfiguration>
33303338
</File>
33313339
<File
33323340
RelativePath=".\zlib\gzlib.c"
@@ -3339,6 +3347,14 @@
33393347
UsePrecompiledHeader="0"
33403348
/>
33413349
</FileConfiguration>
3350+
<FileConfiguration
3351+
Name="Release|Win32"
3352+
>
3353+
<Tool
3354+
Name="VCCLCompilerTool"
3355+
UsePrecompiledHeader="0"
3356+
/>
3357+
</FileConfiguration>
33423358
</File>
33433359
<File
33443360
RelativePath=".\zlib\gzread.c"
@@ -3351,6 +3367,14 @@
33513367
UsePrecompiledHeader="0"
33523368
/>
33533369
</FileConfiguration>
3370+
<FileConfiguration
3371+
Name="Release|Win32"
3372+
>
3373+
<Tool
3374+
Name="VCCLCompilerTool"
3375+
UsePrecompiledHeader="0"
3376+
/>
3377+
</FileConfiguration>
33543378
</File>
33553379
<File
33563380
RelativePath=".\zlib\gzwrite.c"
@@ -3363,6 +3387,14 @@
33633387
UsePrecompiledHeader="0"
33643388
/>
33653389
</FileConfiguration>
3390+
<FileConfiguration
3391+
Name="Release|Win32"
3392+
>
3393+
<Tool
3394+
Name="VCCLCompilerTool"
3395+
UsePrecompiledHeader="0"
3396+
/>
3397+
</FileConfiguration>
33663398
</File>
33673399
<File
33683400
RelativePath="zlib\inffast.c"

0 commit comments

Comments
 (0)