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