[llvm-commits] CVS: llvm/runtime/zlib/contrib/vstudio/vc7/gvmat32.obj inffas32.obj miniunz.vcproj minizip.vcproj zlib.rc zlibstat.vcproj zlibvc.def zlibvc.sln zlibvc.vcproj

John Criswell criswell at cs.uiuc.edu
Fri Feb 6 10:37:36 PST 2004


Changes in directory llvm/runtime/zlib/contrib/vstudio/vc7:

gvmat32.obj added (r1.1)
inffas32.obj added (r1.1)
miniunz.vcproj added (r1.1)
minizip.vcproj added (r1.1)
zlib.rc added (r1.1)
zlibstat.vcproj added (r1.1)
zlibvc.def added (r1.1)
zlibvc.sln added (r1.1)
zlibvc.vcproj added (r1.1)

---
Log message:

Initial checking of the zlib library.



---
Diffs of the changes:  (+1116 -0)

Index: llvm/runtime/zlib/contrib/vstudio/vc7/gvmat32.obj


Index: llvm/runtime/zlib/contrib/vstudio/vc7/inffas32.obj


Index: llvm/runtime/zlib/contrib/vstudio/vc7/miniunz.vcproj
diff -c /dev/null llvm/runtime/zlib/contrib/vstudio/vc7/miniunz.vcproj:1.1
*** /dev/null	Fri Feb  6 10:36:51 2004
--- llvm/runtime/zlib/contrib/vstudio/vc7/miniunz.vcproj	Fri Feb  6 10:36:41 2004
***************
*** 0 ****
--- 1,124 ----
+ <?xml version="1.0" encoding = "Windows-1252"?>
+ <VisualStudioProject
+ 	ProjectType="Visual C++"
+ 	Version="7.00"
+ 	Name="miniunz"
+ 	ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694382A}"
+ 	Keyword="Win32Proj">
+ 	<Platforms>
+ 		<Platform
+ 			Name="Win32"/>
+ 	</Platforms>
+ 	<Configurations>
+ 		<Configuration
+ 			Name="Debug|Win32"
+ 			OutputDirectory="Debug"
+ 			IntermediateDirectory="Debug"
+ 			ConfigurationType="1"
+ 			CharacterSet="2">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				Optimization="0"
+ 				PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE"
+ 				MinimalRebuild="TRUE"
+ 				BasicRuntimeChecks="3"
+ 				RuntimeLibrary="5"
+ 				UsePrecompiledHeader="0"
+ 				WarningLevel="3"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="4"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				OutputFile="$(OutDir)/miniunz.exe"
+ 				LinkIncremental="2"
+ 				GenerateDebugInformation="TRUE"
+ 				ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
+ 				SubSystem="1"
+ 				TargetMachine="1"/>
+ 			<Tool
+ 				Name="VCMIDLTool"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 			<Tool
+ 				Name="VCWebDeploymentTool"/>
+ 		</Configuration>
+ 		<Configuration
+ 			Name="Release|Win32"
+ 			OutputDirectory="Release"
+ 			IntermediateDirectory="Release"
+ 			ConfigurationType="1"
+ 			CharacterSet="2">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				OmitFramePointers="TRUE"
+ 				PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE"
+ 				StringPooling="TRUE"
+ 				RuntimeLibrary="4"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="0"
+ 				WarningLevel="3"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				OutputFile="$(OutDir)/miniunz.exe"
+ 				LinkIncremental="1"
+ 				GenerateDebugInformation="TRUE"
+ 				SubSystem="1"
+ 				OptimizeReferences="2"
+ 				EnableCOMDATFolding="2"
+ 				OptimizeForWindows98="1"
+ 				TargetMachine="1"/>
+ 			<Tool
+ 				Name="VCMIDLTool"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 			<Tool
+ 				Name="VCWebDeploymentTool"/>
+ 		</Configuration>
+ 	</Configurations>
+ 	<Files>
+ 		<Filter
+ 			Name="Source Files"
+ 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ 			<File
+ 				RelativePath="miniunz.c">
+ 			</File>
+ 		</Filter>
+ 		<Filter
+ 			Name="Header Files"
+ 			Filter="h;hpp;hxx;hm;inl;inc">
+ 		</Filter>
+ 		<Filter
+ 			Name="Resource Files"
+ 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ 		</Filter>
+ 		<File
+ 			RelativePath="zlibwapi.lib">
+ 		</File>
+ 	</Files>
+ 	<Globals>
+ 	</Globals>
+ </VisualStudioProject>


Index: llvm/runtime/zlib/contrib/vstudio/vc7/minizip.vcproj
diff -c /dev/null llvm/runtime/zlib/contrib/vstudio/vc7/minizip.vcproj:1.1
*** /dev/null	Fri Feb  6 10:36:51 2004
--- llvm/runtime/zlib/contrib/vstudio/vc7/minizip.vcproj	Fri Feb  6 10:36:41 2004
***************
*** 0 ****
--- 1,124 ----
+ <?xml version="1.0" encoding = "Windows-1252"?>
+ <VisualStudioProject
+ 	ProjectType="Visual C++"
+ 	Version="7.00"
+ 	Name="minizip"
+ 	ProjectGUID="{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}"
+ 	Keyword="Win32Proj">
+ 	<Platforms>
+ 		<Platform
+ 			Name="Win32"/>
+ 	</Platforms>
+ 	<Configurations>
+ 		<Configuration
+ 			Name="Debug|Win32"
+ 			OutputDirectory="Debug"
+ 			IntermediateDirectory="Debug"
+ 			ConfigurationType="1"
+ 			CharacterSet="2">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				Optimization="0"
+ 				PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE"
+ 				MinimalRebuild="TRUE"
+ 				BasicRuntimeChecks="3"
+ 				RuntimeLibrary="5"
+ 				UsePrecompiledHeader="0"
+ 				WarningLevel="3"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="4"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				OutputFile="$(OutDir)/minizip.exe"
+ 				LinkIncremental="2"
+ 				GenerateDebugInformation="TRUE"
+ 				ProgramDatabaseFile="$(OutDir)/minizip.pdb"
+ 				SubSystem="1"
+ 				TargetMachine="1"/>
+ 			<Tool
+ 				Name="VCMIDLTool"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 			<Tool
+ 				Name="VCWebDeploymentTool"/>
+ 		</Configuration>
+ 		<Configuration
+ 			Name="Release|Win32"
+ 			OutputDirectory="Release"
+ 			IntermediateDirectory="Release"
+ 			ConfigurationType="1"
+ 			CharacterSet="2">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				OmitFramePointers="TRUE"
+ 				PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE"
+ 				StringPooling="TRUE"
+ 				RuntimeLibrary="4"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="0"
+ 				WarningLevel="3"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				OutputFile="$(OutDir)/minizip.exe"
+ 				LinkIncremental="1"
+ 				GenerateDebugInformation="TRUE"
+ 				SubSystem="1"
+ 				OptimizeReferences="2"
+ 				EnableCOMDATFolding="2"
+ 				OptimizeForWindows98="1"
+ 				TargetMachine="1"/>
+ 			<Tool
+ 				Name="VCMIDLTool"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 			<Tool
+ 				Name="VCWebDeploymentTool"/>
+ 		</Configuration>
+ 	</Configurations>
+ 	<Files>
+ 		<Filter
+ 			Name="Source Files"
+ 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ 			<File
+ 				RelativePath="minizip.c">
+ 			</File>
+ 		</Filter>
+ 		<Filter
+ 			Name="Header Files"
+ 			Filter="h;hpp;hxx;hm;inl;inc">
+ 		</Filter>
+ 		<Filter
+ 			Name="Resource Files"
+ 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ 		</Filter>
+ 		<File
+ 			RelativePath="zlibwapi.lib">
+ 		</File>
+ 	</Files>
+ 	<Globals>
+ 	</Globals>
+ </VisualStudioProject>


Index: llvm/runtime/zlib/contrib/vstudio/vc7/zlib.rc
diff -c /dev/null llvm/runtime/zlib/contrib/vstudio/vc7/zlib.rc:1.1
*** /dev/null	Fri Feb  6 10:36:51 2004
--- llvm/runtime/zlib/contrib/vstudio/vc7/zlib.rc	Fri Feb  6 10:36:41 2004
***************
*** 0 ****
--- 1,32 ----
+ #include <windows.h>
+ 
+ #define IDR_VERSION1  1
+ IDR_VERSION1	VERSIONINFO	MOVEABLE IMPURE LOADONCALL DISCARDABLE
+   FILEVERSION	 1,2,1,0
+   PRODUCTVERSION 1,2,1,0
+   FILEFLAGSMASK	VS_FFI_FILEFLAGSMASK
+   FILEFLAGS	0
+   FILEOS	VOS_DOS_WINDOWS32
+   FILETYPE	VFT_DLL
+   FILESUBTYPE	0	// not used
+ BEGIN
+   BLOCK "StringFileInfo"
+   BEGIN
+     BLOCK "040904E4"
+     //language ID = U.S. English, char set = Windows, Multilingual
+ 
+     BEGIN
+       VALUE "FileDescription", "zlib data compression library\0"
+       VALUE "FileVersion",	"1.2.1.0\0"
+       VALUE "InternalName",	"zlib\0"
+       VALUE "OriginalFilename",	"zlib.dll\0"
+       VALUE "ProductName",	"ZLib.DLL\0"
+       VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
+       VALUE "LegalCopyright", "(C) 1995-2003 Jean-loup Gailly & Mark Adler\0"
+     END
+   END
+   BLOCK "VarFileInfo"
+   BEGIN
+     VALUE "Translation", 0x0409, 1252
+   END
+ END


Index: llvm/runtime/zlib/contrib/vstudio/vc7/zlibstat.vcproj
diff -c /dev/null llvm/runtime/zlib/contrib/vstudio/vc7/zlibstat.vcproj:1.1
*** /dev/null	Fri Feb  6 10:36:51 2004
--- llvm/runtime/zlib/contrib/vstudio/vc7/zlibstat.vcproj	Fri Feb  6 10:36:41 2004
***************
*** 0 ****
--- 1,242 ----
+ <?xml version="1.0" encoding = "Windows-1252"?>
+ <VisualStudioProject
+ 	ProjectType="Visual C++"
+ 	Version="7.00"
+ 	Name="zlibstat"
+ 	SccProjectName=""
+ 	SccLocalPath="">
+ 	<Platforms>
+ 		<Platform
+ 			Name="Win32"/>
+ 	</Platforms>
+ 	<Configurations>
+ 		<Configuration
+ 			Name="Debug|Win32"
+ 			OutputDirectory=".\zlibstatDebug"
+ 			IntermediateDirectory=".\zlibstatDebug"
+ 			ConfigurationType="4"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				Optimization="0"
+ 				PreprocessorDefinitions="WIN32;ZLIB_WINAPI"
+ 				ExceptionHandling="FALSE"
+ 				RuntimeLibrary="5"
+ 				PrecompiledHeaderFile=".\zlibstatDebug/zlibstat.pch"
+ 				AssemblerListingLocation=".\zlibstatDebug/"
+ 				ObjectFile=".\zlibstatDebug/"
+ 				ProgramDataBaseFileName=".\zlibstatDebug/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				DebugInformationFormat="1"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLibrarianTool"
+ 				AdditionalOptions="/NODEFAULTLIB "
+ 				OutputFile=".\zlibstatDebug\zlibstat.lib"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCMIDLTool"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"
+ 				Culture="1036"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseAxp|Win32"
+ 			OutputDirectory=".\zlibsta0"
+ 			IntermediateDirectory=".\zlibsta0"
+ 			ConfigurationType="4"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				InlineFunctionExpansion="1"
+ 				PreprocessorDefinitions="WIN32;ZLIB_WINAPI"
+ 				StringPooling="TRUE"
+ 				ExceptionHandling="FALSE"
+ 				RuntimeLibrary="4"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				PrecompiledHeaderFile=".\zlibsta0/zlibstat.pch"
+ 				AssemblerListingLocation=".\zlibsta0/"
+ 				ObjectFile=".\zlibsta0/"
+ 				ProgramDataBaseFileName=".\zlibsta0/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLibrarianTool"
+ 				AdditionalOptions="/NODEFAULTLIB "
+ 				OutputFile=".\zlibsta0\zlibstat.lib"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCMIDLTool"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 		</Configuration>
+ 		<Configuration
+ 			Name="Release|Win32"
+ 			OutputDirectory=".\zlibstat"
+ 			IntermediateDirectory=".\zlibstat"
+ 			ConfigurationType="4"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				InlineFunctionExpansion="1"
+ 				PreprocessorDefinitions="WIN32;ZLIB_WINAPI;ASMV;ASMINF"
+ 				StringPooling="TRUE"
+ 				ExceptionHandling="FALSE"
+ 				RuntimeLibrary="4"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				PrecompiledHeaderFile=".\zlibstat/zlibstat.pch"
+ 				AssemblerListingLocation=".\zlibstat/"
+ 				ObjectFile=".\zlibstat/"
+ 				ProgramDataBaseFileName=".\zlibstat/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLibrarianTool"
+ 				AdditionalOptions="gvmat32.obj inffas32.obj /NODEFAULTLIB "
+ 				OutputFile=".\zlibstat\zlibstat.lib"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCMIDLTool"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"
+ 				Culture="1036"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseWithoutAsm|Win32"
+ 			OutputDirectory="zlibstatWithoutAsm"
+ 			IntermediateDirectory="zlibstatWithoutAsm"
+ 			ConfigurationType="4"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				InlineFunctionExpansion="1"
+ 				PreprocessorDefinitions="WIN32;ZLIB_WINAPI"
+ 				StringPooling="TRUE"
+ 				ExceptionHandling="FALSE"
+ 				RuntimeLibrary="4"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				PrecompiledHeaderFile=".\zlibstat/zlibstat.pch"
+ 				AssemblerListingLocation=".\zlibstatWithoutAsm/"
+ 				ObjectFile=".\zlibstatWithoutAsm/"
+ 				ProgramDataBaseFileName=".\zlibstatWithoutAsm/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLibrarianTool"
+ 				AdditionalOptions=" /NODEFAULTLIB "
+ 				OutputFile=".\zlibstatWithoutAsm\zlibstat.lib"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCMIDLTool"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"
+ 				Culture="1036"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 		</Configuration>
+ 	</Configurations>
+ 	<Files>
+ 		<Filter
+ 			Name="Source Files"
+ 			Filter="">
+ 			<File
+ 				RelativePath=".\adler32.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\compress.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\crc32.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\deflate.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\gvmat32c.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\gzio.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\infback.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\inffast.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\inflate.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\inftrees.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\ioapi.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\trees.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\uncompr.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\unzip.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\zip.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\zlib.rc">
+ 			</File>
+ 			<File
+ 				RelativePath=".\zlibvc.def">
+ 			</File>
+ 			<File
+ 				RelativePath=".\zutil.c">
+ 			</File>
+ 		</Filter>
+ 	</Files>
+ 	<Globals>
+ 	</Globals>
+ </VisualStudioProject>


Index: llvm/runtime/zlib/contrib/vstudio/vc7/zlibvc.def
diff -c /dev/null llvm/runtime/zlib/contrib/vstudio/vc7/zlibvc.def:1.1
*** /dev/null	Fri Feb  6 10:36:52 2004
--- llvm/runtime/zlib/contrib/vstudio/vc7/zlibvc.def	Fri Feb  6 10:36:41 2004
***************
*** 0 ****
--- 1,92 ----
+ 
+ VERSION		1.21
+ 
+ HEAPSIZE	1048576,8192
+ 
+ EXPORTS
+         adler32                                  @1
+         compress                                 @2
+         crc32                                    @3
+         deflate                                  @4
+         deflateCopy                              @5
+         deflateEnd                               @6
+         deflateInit2_                            @7
+         deflateInit_                             @8
+         deflateParams                            @9
+         deflateReset                             @10
+         deflateSetDictionary                     @11
+         gzclose                                  @12
+         gzdopen                                  @13
+         gzerror                                  @14
+         gzflush                                  @15
+         gzopen                                   @16
+         gzread                                   @17
+         gzwrite                                  @18
+         inflate                                  @19
+         inflateEnd                               @20
+         inflateInit2_                            @21
+         inflateInit_                             @22
+         inflateReset                             @23
+         inflateSetDictionary                     @24
+         inflateSync                              @25
+         uncompress                               @26
+         zlibVersion                              @27
+         gzprintf                                 @28
+         gzputc                                   @29
+         gzgetc                                   @30
+         gzseek                                   @31
+         gzrewind                                 @32
+         gztell                                   @33
+         gzeof                                    @34
+         gzsetparams                              @35
+         zError                                   @36
+         inflateSyncPoint                         @37
+         get_crc_table                            @38
+         compress2                                @39
+         gzputs                                   @40
+         gzgets                                   @41
+         inflateCopy                              @42
+         inflateBackInit_                         @43
+         inflateBack                              @44
+         inflateBackEnd                           @45
+         compressBound                            @46
+         deflateBound                             @47
+         gzclearerr                               @48
+         gzungetc                                 @49
+         zlibCompileFlags                         @50
+         deflatePrime                             @51
+ 
+         unzOpen                                  @61
+         unzClose                                 @62
+         unzGetGlobalInfo                         @63
+         unzGetCurrentFileInfo                    @64
+         unzGoToFirstFile                         @65
+         unzGoToNextFile                          @66
+         unzOpenCurrentFile                       @67
+         unzReadCurrentFile                       @68
+         unzOpenCurrentFile3                      @69
+         unztell                                  @70
+         unzeof                                   @71
+         unzCloseCurrentFile                      @72
+         unzGetGlobalComment                      @73
+         unzStringFileNameCompare                 @74
+         unzLocateFile                            @75
+         unzGetLocalExtrafield                    @76
+         unzOpen2                                 @77
+         unzOpenCurrentFile2                      @78
+         unzOpenCurrentFilePassword               @79
+ 
+         zipOpen                                  @80
+         zipOpenNewFileInZip                      @81
+         zipWriteInFileInZip                      @82
+         zipCloseFileInZip                        @83
+         zipClose                                 @84
+         zipOpenNewFileInZip2                     @86
+         zipCloseFileInZipRaw                     @87
+         zipOpen2                                 @88
+         zipOpenNewFileInZip3                     @89
+ 
+         unzGetFilePos                            @100
+         unzGoToFilePos                           @101
+ 
+         fill_win32_filefunc                      @110


Index: llvm/runtime/zlib/contrib/vstudio/vc7/zlibvc.sln
diff -c /dev/null llvm/runtime/zlib/contrib/vstudio/vc7/zlibvc.sln:1.1
*** /dev/null	Fri Feb  6 10:36:52 2004
--- llvm/runtime/zlib/contrib/vstudio/vc7/zlibvc.sln	Fri Feb  6 10:36:41 2004
***************
*** 0 ****
--- 1,66 ----
+ Microsoft Visual Studio Solution File, Format Version 7.00
+ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}"
+ EndProject
+ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}"
+ EndProject
+ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}"
+ EndProject
+ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}"
+ EndProject
+ Global
+ 	GlobalSection(SolutionConfiguration) = preSolution
+ 		ConfigName.0 = Debug
+ 		ConfigName.1 = Release
+ 		ConfigName.2 = ReleaseAxp
+ 		ConfigName.3 = ReleaseWithoutAsm
+ 		ConfigName.4 = ReleaseWithoutCrtdll
+ 	EndGlobalSection
+ 	GlobalSection(ProjectDependencies) = postSolution
+ 	EndGlobalSection
+ 	GlobalSection(ProjectConfiguration) = postSolution
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug.ActiveCfg = Debug|Win32
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug.Build.0 = Debug|Win32
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release.ActiveCfg = Release|Win32
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release.Build.0 = Release|Win32
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseAxp.ActiveCfg = ReleaseAxp|Win32
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseAxp.Build.0 = ReleaseAxp|Win32
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm.ActiveCfg = ReleaseWithoutAsm|Win32
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm.Build.0 = ReleaseWithoutAsm|Win32
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutCrtdll.ActiveCfg = ReleaseAxp|Win32
+ 		{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutCrtdll.Build.0 = ReleaseAxp|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug.ActiveCfg = Debug|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug.Build.0 = Debug|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release.ActiveCfg = Release|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release.Build.0 = Release|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseAxp.ActiveCfg = ReleaseAxp|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseAxp.Build.0 = ReleaseAxp|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm.ActiveCfg = ReleaseWithoutAsm|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm.Build.0 = ReleaseWithoutAsm|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutCrtdll.ActiveCfg = ReleaseWithoutCrtdll|Win32
+ 		{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutCrtdll.Build.0 = ReleaseWithoutCrtdll|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug.ActiveCfg = Debug|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug.Build.0 = Debug|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release.ActiveCfg = Release|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release.Build.0 = Release|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseAxp.ActiveCfg = Release|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseAxp.Build.0 = Release|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm.ActiveCfg = Release|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm.Build.0 = Release|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutCrtdll.ActiveCfg = Release|Win32
+ 		{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutCrtdll.Build.0 = Release|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug.ActiveCfg = Debug|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug.Build.0 = Debug|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release.ActiveCfg = Release|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release.Build.0 = Release|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseAxp.ActiveCfg = Release|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseAxp.Build.0 = Release|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm.ActiveCfg = Release|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm.Build.0 = Release|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutCrtdll.ActiveCfg = Release|Win32
+ 		{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutCrtdll.Build.0 = Release|Win32
+ 	EndGlobalSection
+ 	GlobalSection(ExtensibilityGlobals) = postSolution
+ 	EndGlobalSection
+ 	GlobalSection(ExtensibilityAddIns) = postSolution
+ 	EndGlobalSection
+ EndGlobal


Index: llvm/runtime/zlib/contrib/vstudio/vc7/zlibvc.vcproj
diff -c /dev/null llvm/runtime/zlib/contrib/vstudio/vc7/zlibvc.vcproj:1.1
*** /dev/null	Fri Feb  6 10:36:52 2004
--- llvm/runtime/zlib/contrib/vstudio/vc7/zlibvc.vcproj	Fri Feb  6 10:36:41 2004
***************
*** 0 ****
--- 1,436 ----
+ <?xml version="1.0" encoding = "Windows-1252"?>
+ <VisualStudioProject
+ 	ProjectType="Visual C++"
+ 	Version="7.00"
+ 	Name="zlibvc"
+ 	SccProjectName=""
+ 	SccLocalPath="">
+ 	<Platforms>
+ 		<Platform
+ 			Name="Win32"/>
+ 	</Platforms>
+ 	<Configurations>
+ 		<Configuration
+ 			Name="Debug|Win32"
+ 			OutputDirectory=".\DebugDll"
+ 			IntermediateDirectory=".\DebugDll"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				Optimization="0"
+ 				PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF"
+ 				ExceptionHandling="FALSE"
+ 				RuntimeLibrary="1"
+ 				PrecompiledHeaderFile=".\DebugDll/zlibvc.pch"
+ 				AssemblerListingLocation=".\DebugDll/"
+ 				ObjectFile=".\DebugDll/"
+ 				ProgramDataBaseFileName=".\DebugDll/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				DebugInformationFormat="4"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions="/MACHINE:I386"
+ 				AdditionalDependencies="gvmat32.obj inffas32.obj"
+ 				OutputFile=".\DebugDll\zlibwapi.dll"
+ 				LinkIncremental="2"
+ 				SuppressStartupBanner="TRUE"
+ 				ModuleDefinitionFile=".\zlibvc.def"
+ 				GenerateDebugInformation="TRUE"
+ 				ProgramDatabaseFile=".\DebugDll/zlibwapi.pdb"
+ 				SubSystem="2"
+ 				ImportLibrary=".\DebugDll/zlibwapi.lib"/>
+ 			<Tool
+ 				Name="VCMIDLTool"
+ 				PreprocessorDefinitions="_DEBUG"
+ 				MkTypLibCompatible="TRUE"
+ 				SuppressStartupBanner="TRUE"
+ 				TargetEnvironment="1"
+ 				TypeLibraryName=".\DebugDll/zlibvc.tlb"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"
+ 				PreprocessorDefinitions="_DEBUG"
+ 				Culture="1036"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 			<Tool
+ 				Name="VCWebDeploymentTool"/>
+ 		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseWithoutAsm|Win32"
+ 			OutputDirectory=".\zlibDllWithoutAsm"
+ 			IntermediateDirectory=".\zlibDllWithoutAsm"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				InlineFunctionExpansion="1"
+ 				PreprocessorDefinitions="WIN32,ZLIB_WINAPI"
+ 				StringPooling="TRUE"
+ 				ExceptionHandling="FALSE"
+ 				RuntimeLibrary="0"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				PrecompiledHeaderFile=".\zlibDllWithoutAsm/zlibvc.pch"
+ 				AssemblerOutput="2"
+ 				AssemblerListingLocation=".\zlibDllWithoutAsm/"
+ 				ObjectFile=".\zlibDllWithoutAsm/"
+ 				ProgramDataBaseFileName=".\zlibDllWithoutAsm/"
+ 				BrowseInformation="1"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions="/MACHINE:I386"
+ 				AdditionalDependencies="crtdll.lib"
+ 				OutputFile=".\zlibDllWithoutAsm\zlibwapi.dll"
+ 				LinkIncremental="1"
+ 				SuppressStartupBanner="TRUE"
+ 				IgnoreAllDefaultLibraries="TRUE"
+ 				ModuleDefinitionFile=".\zlibvc.def"
+ 				ProgramDatabaseFile=".\zlibDllWithoutAsm/zlibwapi.pdb"
+ 				GenerateMapFile="TRUE"
+ 				MapFileName=".\zlibDllWithoutAsm/zlibwapi.map"
+ 				SubSystem="2"
+ 				OptimizeForWindows98="1"
+ 				ImportLibrary=".\zlibDllWithoutAsm/zlibwapi.lib"/>
+ 			<Tool
+ 				Name="VCMIDLTool"
+ 				PreprocessorDefinitions="NDEBUG"
+ 				MkTypLibCompatible="TRUE"
+ 				SuppressStartupBanner="TRUE"
+ 				TargetEnvironment="1"
+ 				TypeLibraryName=".\zlibDllWithoutAsm/zlibvc.tlb"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"
+ 				PreprocessorDefinitions="NDEBUG"
+ 				Culture="1036"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 			<Tool
+ 				Name="VCWebDeploymentTool"/>
+ 		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseWithoutCrtdll|Win32"
+ 			OutputDirectory=".\zlibDllWithoutCrtDll"
+ 			IntermediateDirectory=".\zlibDllWithoutCrtDll"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				InlineFunctionExpansion="1"
+ 				PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF"
+ 				StringPooling="TRUE"
+ 				ExceptionHandling="FALSE"
+ 				RuntimeLibrary="0"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				PrecompiledHeaderFile=".\zlibDllWithoutCrtDll/zlibvc.pch"
+ 				AssemblerOutput="2"
+ 				AssemblerListingLocation=".\zlibDllWithoutCrtDll/"
+ 				ObjectFile=".\zlibDllWithoutCrtDll/"
+ 				ProgramDataBaseFileName=".\zlibDllWithoutCrtDll/"
+ 				BrowseInformation="1"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions="/MACHINE:I386"
+ 				AdditionalDependencies="gvmat32.obj inffas32.obj "
+ 				OutputFile=".\zlibDllWithoutCrtDll\zlibwapi.dll"
+ 				LinkIncremental="1"
+ 				SuppressStartupBanner="TRUE"
+ 				IgnoreAllDefaultLibraries="FALSE"
+ 				ModuleDefinitionFile=".\zlibvc.def"
+ 				ProgramDatabaseFile=".\zlibDllWithoutCrtDll/zlibwapi.pdb"
+ 				GenerateMapFile="TRUE"
+ 				MapFileName=".\zlibDllWithoutCrtDll/zlibwapi.map"
+ 				SubSystem="2"
+ 				OptimizeForWindows98="1"
+ 				ImportLibrary=".\zlibDllWithoutCrtDll/zlibwapi.lib"/>
+ 			<Tool
+ 				Name="VCMIDLTool"
+ 				PreprocessorDefinitions="NDEBUG"
+ 				MkTypLibCompatible="TRUE"
+ 				SuppressStartupBanner="TRUE"
+ 				TargetEnvironment="1"
+ 				TypeLibraryName=".\zlibDllWithoutCrtDll/zlibvc.tlb"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"
+ 				PreprocessorDefinitions="NDEBUG"
+ 				Culture="1036"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 			<Tool
+ 				Name="VCWebDeploymentTool"/>
+ 		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseAxp|Win32"
+ 			OutputDirectory=".\zlibvc__"
+ 			IntermediateDirectory=".\zlibvc__"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				InlineFunctionExpansion="1"
+ 				PreprocessorDefinitions="WIN32,ZLIB_WINAPI"
+ 				StringPooling="TRUE"
+ 				ExceptionHandling="FALSE"
+ 				RuntimeLibrary="0"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				PrecompiledHeaderFile=".\zlibvc__/zlibvc.pch"
+ 				AssemblerOutput="2"
+ 				AssemblerListingLocation=".\zlibvc__/"
+ 				ObjectFile=".\zlibvc__/"
+ 				ProgramDataBaseFileName=".\zlibvc__/"
+ 				BrowseInformation="1"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalDependencies="crtdll.lib"
+ 				OutputFile="zlibvc__\zlibwapi.dll"
+ 				LinkIncremental="1"
+ 				SuppressStartupBanner="TRUE"
+ 				IgnoreAllDefaultLibraries="TRUE"
+ 				ModuleDefinitionFile=".\zlibvc.def"
+ 				ProgramDatabaseFile=".\zlibvc__/zlibwapi.pdb"
+ 				GenerateMapFile="TRUE"
+ 				MapFileName=".\zlibvc__/zlibwapi.map"
+ 				SubSystem="2"
+ 				ImportLibrary=".\zlibvc__/zlibwapi.lib"/>
+ 			<Tool
+ 				Name="VCMIDLTool"
+ 				PreprocessorDefinitions="NDEBUG"
+ 				MkTypLibCompatible="TRUE"
+ 				SuppressStartupBanner="TRUE"
+ 				TargetEnvironment="1"
+ 				TypeLibraryName=".\zlibvc__/zlibvc.tlb"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"
+ 				PreprocessorDefinitions="NDEBUG"
+ 				Culture="1036"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 			<Tool
+ 				Name="VCWebDeploymentTool"/>
+ 		</Configuration>
+ 		<Configuration
+ 			Name="Release|Win32"
+ 			OutputDirectory=".\ReleaseDll"
+ 			IntermediateDirectory=".\ReleaseDll"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				InlineFunctionExpansion="1"
+ 				PreprocessorDefinitions="WIN32,ZLIB_WINAPI,ASMV,ASMINF"
+ 				StringPooling="TRUE"
+ 				ExceptionHandling="FALSE"
+ 				RuntimeLibrary="0"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				PrecompiledHeaderFile=".\ReleaseDll/zlibvc.pch"
+ 				AssemblerOutput="2"
+ 				AssemblerListingLocation=".\ReleaseDll/"
+ 				ObjectFile=".\ReleaseDll/"
+ 				ProgramDataBaseFileName=".\ReleaseDll/"
+ 				BrowseInformation="1"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions="/MACHINE:I386"
+ 				AdditionalDependencies="gvmat32.obj inffas32.obj crtdll.lib"
+ 				OutputFile=".\ReleaseDll\zlibwapi.dll"
+ 				LinkIncremental="1"
+ 				SuppressStartupBanner="TRUE"
+ 				IgnoreAllDefaultLibraries="TRUE"
+ 				ModuleDefinitionFile=".\zlibvc.def"
+ 				ProgramDatabaseFile=".\ReleaseDll/zlibwapi.pdb"
+ 				GenerateMapFile="TRUE"
+ 				MapFileName=".\ReleaseDll/zlibwapi.map"
+ 				SubSystem="2"
+ 				OptimizeForWindows98="1"
+ 				ImportLibrary=".\ReleaseDll/zlibwapi.lib"/>
+ 			<Tool
+ 				Name="VCMIDLTool"
+ 				PreprocessorDefinitions="NDEBUG"
+ 				MkTypLibCompatible="TRUE"
+ 				SuppressStartupBanner="TRUE"
+ 				TargetEnvironment="1"
+ 				TypeLibraryName=".\Release/zlibvc.tlb"/>
+ 			<Tool
+ 				Name="VCPostBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreBuildEventTool"/>
+ 			<Tool
+ 				Name="VCPreLinkEventTool"/>
+ 			<Tool
+ 				Name="VCResourceCompilerTool"
+ 				PreprocessorDefinitions="NDEBUG"
+ 				Culture="1036"/>
+ 			<Tool
+ 				Name="VCWebServiceProxyGeneratorTool"/>
+ 			<Tool
+ 				Name="VCWebDeploymentTool"/>
+ 		</Configuration>
+ 	</Configurations>
+ 	<Files>
+ 		<Filter
+ 			Name="Source Files"
+ 			Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90">
+ 			<File
+ 				RelativePath=".\adler32.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\compress.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\crc32.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\deflate.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\gvmat32c.c">
+ 				<FileConfiguration
+ 					Name="ReleaseWithoutAsm|Win32"
+ 					ExcludedFromBuild="TRUE">
+ 					<Tool
+ 						Name="VCCLCompilerTool"/>
+ 				</FileConfiguration>
+ 			</File>
+ 			<File
+ 				RelativePath=".\gzio.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\infback.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\inffast.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\inflate.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\inftrees.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\ioapi.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\iowin32.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\trees.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\uncompr.c">
+ 			</File>
+ 			<File
+ 				RelativePath=".\unzip.c">
+ 				<FileConfiguration
+ 					Name="Release|Win32">
+ 					<Tool
+ 						Name="VCCLCompilerTool"
+ 						AdditionalIncludeDirectories=""
+ 						PreprocessorDefinitions="ZLIB_INTERNAL"/>
+ 				</FileConfiguration>
+ 			</File>
+ 			<File
+ 				RelativePath=".\zip.c">
+ 				<FileConfiguration
+ 					Name="Release|Win32">
+ 					<Tool
+ 						Name="VCCLCompilerTool"
+ 						AdditionalIncludeDirectories=""
+ 						PreprocessorDefinitions="ZLIB_INTERNAL"/>
+ 				</FileConfiguration>
+ 			</File>
+ 			<File
+ 				RelativePath=".\zlib.rc">
+ 			</File>
+ 			<File
+ 				RelativePath=".\zlibvc.def">
+ 			</File>
+ 			<File
+ 				RelativePath=".\zutil.c">
+ 			</File>
+ 		</Filter>
+ 		<Filter
+ 			Name="Header Files"
+ 			Filter="h;hpp;hxx;hm;inl;fi;fd">
+ 			<File
+ 				RelativePath=".\deflate.h">
+ 			</File>
+ 			<File
+ 				RelativePath=".\infblock.h">
+ 			</File>
+ 			<File
+ 				RelativePath=".\infcodes.h">
+ 			</File>
+ 			<File
+ 				RelativePath=".\inffast.h">
+ 			</File>
+ 			<File
+ 				RelativePath=".\inftrees.h">
+ 			</File>
+ 			<File
+ 				RelativePath=".\infutil.h">
+ 			</File>
+ 			<File
+ 				RelativePath=".\zconf.h">
+ 			</File>
+ 			<File
+ 				RelativePath=".\zlib.h">
+ 			</File>
+ 			<File
+ 				RelativePath=".\zutil.h">
+ 			</File>
+ 		</Filter>
+ 		<Filter
+ 			Name="Resource Files"
+ 			Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
+ 		</Filter>
+ 	</Files>
+ 	<Globals>
+ 	</Globals>
+ </VisualStudioProject>





More information about the llvm-commits mailing list