Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: third_party/zlib/zlib.vcproj

Issue 16605: Add zlib/contrib/minizip to third_party/zlib... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/zlib/zlib.scons ('k') | third_party/zlib/zlib.vsprops » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zlib/zlib.vcproj
===================================================================
--- third_party/zlib/zlib.vcproj (revision 7480)
+++ third_party/zlib/zlib.vcproj (working copy)
@@ -16,7 +16,7 @@
<Configuration
Name="Debug|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops;.\zlib.vsprops"
>
<Tool
Name="VCLibrarianTool"
@@ -28,7 +28,7 @@
<Configuration
Name="Release|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops;.\zlib.vsprops"
>
<Tool
Name="VCLibrarianTool"
@@ -39,6 +39,34 @@
</Configuration>
</Configurations>
<Files>
+ <Filter
+ Name="minizip"
+ >
+ <File
+ RelativePath=".\contrib\minizip\ioapi.c"
+ >
+ </File>
+ <File
+ RelativePath=".\contrib\minizip\ioapi.h"
+ >
+ </File>
+ <File
+ RelativePath=".\contrib\minizip\iowin32.c"
+ >
+ </File>
+ <File
+ RelativePath=".\contrib\minizip\iowin32.h"
+ >
+ </File>
+ <File
+ RelativePath=".\contrib\minizip\unzip.c"
+ >
+ </File>
+ <File
+ RelativePath=".\contrib\minizip\unzip.h"
+ >
+ </File>
+ </Filter>
<File
RelativePath=".\adler32.c"
>
« no previous file with comments | « third_party/zlib/zlib.scons ('k') | third_party/zlib/zlib.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698