xref: /minix3/common/dist/zlib/projects/visualc6/minigzip.dsp (revision 44bedb31d842b4b0444105519bcf929a69fe2dc1)
1*44bedb31SLionel Sambuc# Microsoft Developer Studio Project File - Name="minigzip" - Package Owner=<4>
2*44bedb31SLionel Sambuc# Microsoft Developer Studio Generated Build File, Format Version 6.00
3*44bedb31SLionel Sambuc# ** DO NOT EDIT **
4*44bedb31SLionel Sambuc
5*44bedb31SLionel Sambuc# TARGTYPE "Win32 (x86) Console Application" 0x0103
6*44bedb31SLionel Sambuc
7*44bedb31SLionel SambucCFG=minigzip - Win32 LIB Debug
8*44bedb31SLionel Sambuc!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9*44bedb31SLionel Sambuc!MESSAGE use the Export Makefile command and run
10*44bedb31SLionel Sambuc!MESSAGE
11*44bedb31SLionel Sambuc!MESSAGE NMAKE /f "minigzip.mak".
12*44bedb31SLionel Sambuc!MESSAGE
13*44bedb31SLionel Sambuc!MESSAGE You can specify a configuration when running NMAKE
14*44bedb31SLionel Sambuc!MESSAGE by defining the macro CFG on the command line. For example:
15*44bedb31SLionel Sambuc!MESSAGE
16*44bedb31SLionel Sambuc!MESSAGE NMAKE /f "minigzip.mak" CFG="minigzip - Win32 LIB Debug"
17*44bedb31SLionel Sambuc!MESSAGE
18*44bedb31SLionel Sambuc!MESSAGE Possible choices for configuration are:
19*44bedb31SLionel Sambuc!MESSAGE
20*44bedb31SLionel Sambuc!MESSAGE "minigzip - Win32 DLL Release" (based on "Win32 (x86) Console Application")
21*44bedb31SLionel Sambuc!MESSAGE "minigzip - Win32 DLL Debug" (based on "Win32 (x86) Console Application")
22*44bedb31SLionel Sambuc!MESSAGE "minigzip - Win32 DLL ASM Release" (based on "Win32 (x86) Console Application")
23*44bedb31SLionel Sambuc!MESSAGE "minigzip - Win32 DLL ASM Debug" (based on "Win32 (x86) Console Application")
24*44bedb31SLionel Sambuc!MESSAGE "minigzip - Win32 LIB Release" (based on "Win32 (x86) Console Application")
25*44bedb31SLionel Sambuc!MESSAGE "minigzip - Win32 LIB Debug" (based on "Win32 (x86) Console Application")
26*44bedb31SLionel Sambuc!MESSAGE "minigzip - Win32 LIB ASM Release" (based on "Win32 (x86) Console Application")
27*44bedb31SLionel Sambuc!MESSAGE "minigzip - Win32 LIB ASM Debug" (based on "Win32 (x86) Console Application")
28*44bedb31SLionel Sambuc!MESSAGE
29*44bedb31SLionel Sambuc
30*44bedb31SLionel Sambuc# Begin Project
31*44bedb31SLionel Sambuc# PROP AllowPerConfigDependencies 0
32*44bedb31SLionel Sambuc# PROP Scc_ProjName ""
33*44bedb31SLionel Sambuc# PROP Scc_LocalPath ""
34*44bedb31SLionel SambucCPP=cl.exe
35*44bedb31SLionel SambucRSC=rc.exe
36*44bedb31SLionel Sambuc
37*44bedb31SLionel Sambuc!IF  "$(CFG)" == "minigzip - Win32 DLL Release"
38*44bedb31SLionel Sambuc
39*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0
40*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 0
41*44bedb31SLionel Sambuc# PROP BASE Output_Dir "minigzip___Win32_DLL_Release"
42*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "minigzip___Win32_DLL_Release"
43*44bedb31SLionel Sambuc# PROP BASE Target_Dir ""
44*44bedb31SLionel Sambuc# PROP Use_MFC 0
45*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 0
46*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_DLL_Release"
47*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_DLL_Release"
48*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0
49*44bedb31SLionel Sambuc# PROP Target_Dir ""
50*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
51*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX
52*44bedb31SLionel Sambuc# ADD CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
53*44bedb31SLionel Sambuc# SUBTRACT CPP /YX
54*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "NDEBUG"
55*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "NDEBUG"
56*44bedb31SLionel SambucBSC32=bscmake.exe
57*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo
58*44bedb31SLionel Sambuc# ADD BSC32 /nologo
59*44bedb31SLionel SambucLINK32=link.exe
60*44bedb31SLionel Sambuc# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
61*44bedb31SLionel Sambuc# ADD LINK32 /nologo /subsystem:console /machine:I386
62*44bedb31SLionel Sambuc
63*44bedb31SLionel Sambuc!ELSEIF  "$(CFG)" == "minigzip - Win32 DLL Debug"
64*44bedb31SLionel Sambuc
65*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0
66*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 1
67*44bedb31SLionel Sambuc# PROP BASE Output_Dir "minigzip___Win32_DLL_Debug"
68*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "minigzip___Win32_DLL_Debug"
69*44bedb31SLionel Sambuc# PROP BASE Target_Dir ""
70*44bedb31SLionel Sambuc# PROP Use_MFC 0
71*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 1
72*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_DLL_Debug"
73*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_DLL_Debug"
74*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0
75*44bedb31SLionel Sambuc# PROP Target_Dir ""
76*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
77*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX
78*44bedb31SLionel Sambuc# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
79*44bedb31SLionel Sambuc# SUBTRACT CPP /YX
80*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "_DEBUG"
81*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "_DEBUG"
82*44bedb31SLionel SambucBSC32=bscmake.exe
83*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo
84*44bedb31SLionel Sambuc# ADD BSC32 /nologo
85*44bedb31SLionel SambucLINK32=link.exe
86*44bedb31SLionel Sambuc# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
87*44bedb31SLionel Sambuc# ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
88*44bedb31SLionel Sambuc
89*44bedb31SLionel Sambuc!ELSEIF  "$(CFG)" == "minigzip - Win32 DLL ASM Release"
90*44bedb31SLionel Sambuc
91*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0
92*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 0
93*44bedb31SLionel Sambuc# PROP BASE Output_Dir "minigzip___Win32_DLL_ASM_Release"
94*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "minigzip___Win32_DLL_ASM_Release"
95*44bedb31SLionel Sambuc# PROP BASE Target_Dir ""
96*44bedb31SLionel Sambuc# PROP Use_MFC 0
97*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 0
98*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_DLL_ASM_Release"
99*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_DLL_ASM_Release"
100*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0
101*44bedb31SLionel Sambuc# PROP Target_Dir ""
102*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
103*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX
104*44bedb31SLionel Sambuc# ADD CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
105*44bedb31SLionel Sambuc# SUBTRACT CPP /YX
106*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "NDEBUG"
107*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "NDEBUG"
108*44bedb31SLionel SambucBSC32=bscmake.exe
109*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo
110*44bedb31SLionel Sambuc# ADD BSC32 /nologo
111*44bedb31SLionel SambucLINK32=link.exe
112*44bedb31SLionel Sambuc# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
113*44bedb31SLionel Sambuc# ADD LINK32 /nologo /subsystem:console /machine:I386
114*44bedb31SLionel Sambuc
115*44bedb31SLionel Sambuc!ELSEIF  "$(CFG)" == "minigzip - Win32 DLL ASM Debug"
116*44bedb31SLionel Sambuc
117*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0
118*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 1
119*44bedb31SLionel Sambuc# PROP BASE Output_Dir "minigzip___Win32_DLL_ASM_Debug"
120*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "minigzip___Win32_DLL_ASM_Debug"
121*44bedb31SLionel Sambuc# PROP BASE Target_Dir ""
122*44bedb31SLionel Sambuc# PROP Use_MFC 0
123*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 1
124*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_DLL_ASM_Debug"
125*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_DLL_ASM_Debug"
126*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0
127*44bedb31SLionel Sambuc# PROP Target_Dir ""
128*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
129*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX
130*44bedb31SLionel Sambuc# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
131*44bedb31SLionel Sambuc# SUBTRACT CPP /YX
132*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "_DEBUG"
133*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "_DEBUG"
134*44bedb31SLionel SambucBSC32=bscmake.exe
135*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo
136*44bedb31SLionel Sambuc# ADD BSC32 /nologo
137*44bedb31SLionel SambucLINK32=link.exe
138*44bedb31SLionel Sambuc# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
139*44bedb31SLionel Sambuc# ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
140*44bedb31SLionel Sambuc
141*44bedb31SLionel Sambuc!ELSEIF  "$(CFG)" == "minigzip - Win32 LIB Release"
142*44bedb31SLionel Sambuc
143*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0
144*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 0
145*44bedb31SLionel Sambuc# PROP BASE Output_Dir "minigzip___Win32_LIB_Release"
146*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "minigzip___Win32_LIB_Release"
147*44bedb31SLionel Sambuc# PROP BASE Target_Dir ""
148*44bedb31SLionel Sambuc# PROP Use_MFC 0
149*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 0
150*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_LIB_Release"
151*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_LIB_Release"
152*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0
153*44bedb31SLionel Sambuc# PROP Target_Dir ""
154*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
155*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX
156*44bedb31SLionel Sambuc# ADD CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
157*44bedb31SLionel Sambuc# SUBTRACT CPP /YX
158*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "NDEBUG"
159*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "NDEBUG"
160*44bedb31SLionel SambucBSC32=bscmake.exe
161*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo
162*44bedb31SLionel Sambuc# ADD BSC32 /nologo
163*44bedb31SLionel SambucLINK32=link.exe
164*44bedb31SLionel Sambuc# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
165*44bedb31SLionel Sambuc# ADD LINK32 /nologo /subsystem:console /machine:I386
166*44bedb31SLionel Sambuc
167*44bedb31SLionel Sambuc!ELSEIF  "$(CFG)" == "minigzip - Win32 LIB Debug"
168*44bedb31SLionel Sambuc
169*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0
170*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 1
171*44bedb31SLionel Sambuc# PROP BASE Output_Dir "minigzip___Win32_LIB_Debug"
172*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "minigzip___Win32_LIB_Debug"
173*44bedb31SLionel Sambuc# PROP BASE Target_Dir ""
174*44bedb31SLionel Sambuc# PROP Use_MFC 0
175*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 1
176*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_LIB_Debug"
177*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_LIB_Debug"
178*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0
179*44bedb31SLionel Sambuc# PROP Target_Dir ""
180*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
181*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX
182*44bedb31SLionel Sambuc# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
183*44bedb31SLionel Sambuc# SUBTRACT CPP /YX
184*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "_DEBUG"
185*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "_DEBUG"
186*44bedb31SLionel SambucBSC32=bscmake.exe
187*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo
188*44bedb31SLionel Sambuc# ADD BSC32 /nologo
189*44bedb31SLionel SambucLINK32=link.exe
190*44bedb31SLionel Sambuc# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
191*44bedb31SLionel Sambuc# ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
192*44bedb31SLionel Sambuc
193*44bedb31SLionel Sambuc!ELSEIF  "$(CFG)" == "minigzip - Win32 LIB ASM Release"
194*44bedb31SLionel Sambuc
195*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0
196*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 0
197*44bedb31SLionel Sambuc# PROP BASE Output_Dir "minigzip___Win32_LIB_ASM_Release"
198*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "minigzip___Win32_LIB_ASM_Release"
199*44bedb31SLionel Sambuc# PROP BASE Target_Dir ""
200*44bedb31SLionel Sambuc# PROP Use_MFC 0
201*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 0
202*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_LIB_ASM_Release"
203*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_LIB_ASM_Release"
204*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0
205*44bedb31SLionel Sambuc# PROP Target_Dir ""
206*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
207*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX
208*44bedb31SLionel Sambuc# ADD CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
209*44bedb31SLionel Sambuc# SUBTRACT CPP /YX
210*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "NDEBUG"
211*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "NDEBUG"
212*44bedb31SLionel SambucBSC32=bscmake.exe
213*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo
214*44bedb31SLionel Sambuc# ADD BSC32 /nologo
215*44bedb31SLionel SambucLINK32=link.exe
216*44bedb31SLionel Sambuc# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
217*44bedb31SLionel Sambuc# ADD LINK32 /nologo /subsystem:console /machine:I386
218*44bedb31SLionel Sambuc
219*44bedb31SLionel Sambuc!ELSEIF  "$(CFG)" == "minigzip - Win32 LIB ASM Debug"
220*44bedb31SLionel Sambuc
221*44bedb31SLionel Sambuc# PROP BASE Use_MFC 0
222*44bedb31SLionel Sambuc# PROP BASE Use_Debug_Libraries 1
223*44bedb31SLionel Sambuc# PROP BASE Output_Dir "minigzip___Win32_LIB_ASM_Debug"
224*44bedb31SLionel Sambuc# PROP BASE Intermediate_Dir "minigzip___Win32_LIB_ASM_Debug"
225*44bedb31SLionel Sambuc# PROP BASE Target_Dir ""
226*44bedb31SLionel Sambuc# PROP Use_MFC 0
227*44bedb31SLionel Sambuc# PROP Use_Debug_Libraries 1
228*44bedb31SLionel Sambuc# PROP Output_Dir "Win32_LIB_ASM_Debug"
229*44bedb31SLionel Sambuc# PROP Intermediate_Dir "Win32_LIB_ASM_Debug"
230*44bedb31SLionel Sambuc# PROP Ignore_Export_Lib 0
231*44bedb31SLionel Sambuc# PROP Target_Dir ""
232*44bedb31SLionel Sambuc# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
233*44bedb31SLionel Sambuc# SUBTRACT BASE CPP /YX
234*44bedb31SLionel Sambuc# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
235*44bedb31SLionel Sambuc# SUBTRACT CPP /YX
236*44bedb31SLionel Sambuc# ADD BASE RSC /l 0x409 /d "_DEBUG"
237*44bedb31SLionel Sambuc# ADD RSC /l 0x409 /d "_DEBUG"
238*44bedb31SLionel SambucBSC32=bscmake.exe
239*44bedb31SLionel Sambuc# ADD BASE BSC32 /nologo
240*44bedb31SLionel Sambuc# ADD BSC32 /nologo
241*44bedb31SLionel SambucLINK32=link.exe
242*44bedb31SLionel Sambuc# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
243*44bedb31SLionel Sambuc# ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
244*44bedb31SLionel Sambuc
245*44bedb31SLionel Sambuc!ENDIF
246*44bedb31SLionel Sambuc
247*44bedb31SLionel Sambuc# Begin Target
248*44bedb31SLionel Sambuc
249*44bedb31SLionel Sambuc# Name "minigzip - Win32 DLL Release"
250*44bedb31SLionel Sambuc# Name "minigzip - Win32 DLL Debug"
251*44bedb31SLionel Sambuc# Name "minigzip - Win32 DLL ASM Release"
252*44bedb31SLionel Sambuc# Name "minigzip - Win32 DLL ASM Debug"
253*44bedb31SLionel Sambuc# Name "minigzip - Win32 LIB Release"
254*44bedb31SLionel Sambuc# Name "minigzip - Win32 LIB Debug"
255*44bedb31SLionel Sambuc# Name "minigzip - Win32 LIB ASM Release"
256*44bedb31SLionel Sambuc# Name "minigzip - Win32 LIB ASM Debug"
257*44bedb31SLionel Sambuc# Begin Group "Source Files"
258*44bedb31SLionel Sambuc
259*44bedb31SLionel Sambuc# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
260*44bedb31SLionel Sambuc# Begin Source File
261*44bedb31SLionel Sambuc
262*44bedb31SLionel SambucSOURCE=..\..\minigzip.c
263*44bedb31SLionel Sambuc# End Source File
264*44bedb31SLionel Sambuc# End Group
265*44bedb31SLionel Sambuc# Begin Group "Header Files"
266*44bedb31SLionel Sambuc
267*44bedb31SLionel Sambuc# PROP Default_Filter "h;hpp;hxx;hm;inl"
268*44bedb31SLionel Sambuc# Begin Source File
269*44bedb31SLionel Sambuc
270*44bedb31SLionel SambucSOURCE=..\..\zconf.h
271*44bedb31SLionel Sambuc# End Source File
272*44bedb31SLionel Sambuc# Begin Source File
273*44bedb31SLionel Sambuc
274*44bedb31SLionel SambucSOURCE=..\..\zlib.h
275*44bedb31SLionel Sambuc# End Source File
276*44bedb31SLionel Sambuc# End Group
277*44bedb31SLionel Sambuc# End Target
278*44bedb31SLionel Sambuc# End Project
279