[quake3-commits] r1682 - trunk/misc/msvc
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Oct 19 10:32:07 EDT 2009
Author: thilo
Date: 2009-10-19 10:32:06 -0400 (Mon, 19 Oct 2009)
New Revision: 1682
Modified:
trunk/misc/msvc/quake3.vcproj
Log:
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.
Modified: trunk/misc/msvc/quake3.vcproj
===================================================================
--- trunk/misc/msvc/quake3.vcproj 2009-10-19 14:00:16 UTC (rev 1681)
+++ trunk/misc/msvc/quake3.vcproj 2009-10-19 14:32:06 UTC (rev 1682)
@@ -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>
More information about the quake3-commits
mailing list