Last revision (1681) was described incorrectly. It uses parts of Amanieu's patch to add the most recent version of zlib to ioquake3.

This commit now adds zlib c-file dependencies to the MSVC project file, not tested yet, thought.
This commit is contained in:
Thilo Schulz 2009-10-19 14:32:06 +00:00
parent cc919c05fd
commit 4b1b4c76d6
1 changed files with 71 additions and 0 deletions

View File

@ -2175,6 +2175,49 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\code\qcommon\ioapi.c"
>
<FileConfiguration
Name="Release TA|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
PreprocessorDefinitions=""
BrowseInformation="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions=""
BrowseInformation="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Debug TA|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions=""
BrowseInformation="1"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\code\qcommon\vm.c"
>
@ -3147,6 +3190,34 @@
>
</File>
</Filter>
<Filter
Name="zlib"
>
<File
RelativePath="..\..\code\zlib\adler32.c"
>
</File>
<File
RelativePath="..\..\code\zlib\crc32.c"
>
</File>
<File
RelativePath="..\..\code\zlib\inffast.c"
>
</File>
<File
RelativePath="..\..\code\zlib\inflate.c"
>
</File>
<File
RelativePath="..\..\code\zlib\inftrees.c"
>
</File>
<File
RelativePath="..\..\code\zlib\zutil.c"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>