aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-19 14:32:06 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-19 14:32:06 +0000
commit864cfbcad09da09c4c0c36a6163a31c0c8b99c54 (patch)
tree5ef49cbba05e15da323e7f9ebf49ad2fdb516739
parentb216c712418ff9260683c212e2c5a1af25bee600 (diff)
downloadioquake3-aero-864cfbcad09da09c4c0c36a6163a31c0c8b99c54.tar.gz
ioquake3-aero-864cfbcad09da09c4c0c36a6163a31c0c8b99c54.zip
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. git-svn-id: svn://svn.icculus.org/quake3/trunk@1682 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--misc/msvc/quake3.vcproj71
1 files changed, 71 insertions, 0 deletions
diff --git a/misc/msvc/quake3.vcproj b/misc/msvc/quake3.vcproj
index dc24966..707f8a1 100644
--- a/misc/msvc/quake3.vcproj
+++ b/misc/msvc/quake3.vcproj
@@ -2176,6 +2176,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"
>
<FileConfiguration
@@ -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>