Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6725 siemargl 1
# Microsoft Developer Studio Project File - Name="punzip" - Package Owner=<4>
2
# Microsoft Developer Studio Generated Build File, Format Version 5.00
3
# ** DO NOT EDIT **
4
 
5
# TARGTYPE "Win32 (x86) Application" 0x0101
6
# TARGTYPE "Win32 (WCE MIPS) Application" 0x0a01
7
# TARGTYPE "Win32 (WCE SH) Application" 0x0901
8
 
9
CFG=punzip - Win32 Debug
10
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
11
!MESSAGE use the Export Makefile command and run
12
!MESSAGE
13
!MESSAGE NMAKE /f "punzip.mak".
14
!MESSAGE
15
!MESSAGE You can specify a configuration when running NMAKE
16
!MESSAGE by defining the macro CFG on the command line. For example:
17
!MESSAGE
18
!MESSAGE NMAKE /f "punzip.mak" CFG="punzip - Win32 Debug"
19
!MESSAGE
20
!MESSAGE Possible choices for configuration are:
21
!MESSAGE
22
!MESSAGE "punzip - Win32 Release" (based on "Win32 (x86) Application")
23
!MESSAGE "punzip - Win32 Debug" (based on "Win32 (x86) Application")
24
!MESSAGE "punzip - Win32 ANSI Release" (based on\
25
 "Win32 (x86) Application")
26
!MESSAGE "punzip - Win32 ANSI Debug" (based on "Win32 (x86) Application")
27
!MESSAGE "punzip - Win32 (WCE MIPS) Release" (based on\
28
 "Win32 (WCE MIPS) Application")
29
!MESSAGE "punzip - Win32 (WCE MIPS) Debug" (based on\
30
 "Win32 (WCE MIPS) Application")
31
!MESSAGE "punzip - Win32 (WCE SH) Release" (based on\
32
 "Win32 (WCE SH) Application")
33
!MESSAGE "punzip - Win32 (WCE SH) Debug" (based on\
34
 "Win32 (WCE SH) Application")
35
!MESSAGE
36
 
37
# Begin Project
38
# PROP Scc_ProjName ""
39
# PROP Scc_LocalPath ""
40
 
41
!IF  "$(CFG)" == "punzip - Win32 Release"
42
 
43
# PROP BASE Use_MFC 0
44
# PROP BASE Use_Debug_Libraries 0
45
# PROP BASE Output_Dir "Release"
46
# PROP BASE Intermediate_Dir "Release"
47
# PROP BASE Target_Dir ""
48
# PROP Use_MFC 0
49
# PROP Use_Debug_Libraries 0
50
# PROP Output_Dir "Release"
51
# PROP Intermediate_Dir "Release"
52
# PROP Ignore_Export_Lib 0
53
# PROP Target_Dir ""
54
CPP=cl.exe
55
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
56
# ADD CPP /nologo /MT /W3 /GX /O2 /I "../.." /D "NDEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "_MBCS" /D "UNICODE" /YX /FD /c
57
# SUBTRACT CPP /X /Fr
58
MTL=midl.exe
59
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
60
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
61
RSC=rc.exe
62
# ADD BASE RSC /l 0x409 /d "NDEBUG"
63
# ADD RSC /l 0x409 /d "NDEBUG" /d "_X86_" /d "UNICODE"
64
BSC32=bscmake.exe
65
# ADD BASE BSC32 /nologo
66
# ADD BSC32 /nologo
67
LINK32=link.exe
68
# 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:windows /machine:I386
69
# ADD LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /machine:I386
70
 
71
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
72
 
73
# PROP BASE Use_MFC 0
74
# PROP BASE Use_Debug_Libraries 1
75
# PROP BASE Output_Dir "Debug"
76
# PROP BASE Intermediate_Dir "Debug"
77
# PROP BASE Target_Dir ""
78
# PROP Use_MFC 0
79
# PROP Use_Debug_Libraries 1
80
# PROP Output_Dir "Debug"
81
# PROP Intermediate_Dir "Debug"
82
# PROP Ignore_Export_Lib 0
83
# PROP Target_Dir ""
84
CPP=cl.exe
85
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
86
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../.." /D "_DEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "_MBCS" /D "UNICODE" /YX /FD /c
87
# SUBTRACT CPP /X /Fr
88
MTL=midl.exe
89
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
90
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
91
RSC=rc.exe
92
# ADD BASE RSC /l 0x409 /d "_DEBUG"
93
# ADD RSC /l 0x409 /d "_DEBUG" /d "_X86_" /d "UNICODE"
94
BSC32=bscmake.exe
95
# ADD BASE BSC32 /nologo
96
# ADD BSC32 /nologo
97
LINK32=link.exe
98
# 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:windows /debug /machine:I386 /pdbtype:sept
99
# ADD LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /debug /machine:I386 /pdbtype:sept
100
 
101
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
102
 
103
# PROP BASE Use_MFC 0
104
# PROP BASE Use_Debug_Libraries 0
105
# PROP BASE Output_Dir "punzip__"
106
# PROP BASE Intermediate_Dir "punzip__"
107
# PROP BASE Ignore_Export_Lib 0
108
# PROP BASE Target_Dir ""
109
# PROP Use_MFC 0
110
# PROP Use_Debug_Libraries 0
111
# PROP Output_Dir "AnsiRelease"
112
# PROP Intermediate_Dir "AnsiRelease"
113
# PROP Ignore_Export_Lib 0
114
# PROP Target_Dir ""
115
CPP=cl.exe
116
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "../.." /D "NDEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /YX /FD /c
117
# SUBTRACT BASE CPP /X /Fr
118
# ADD CPP /nologo /MT /W3 /GX /O2 /I "../.." /D "NDEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "_MBCS" /YX /FD /c
119
# SUBTRACT CPP /X /Fr
120
MTL=midl.exe
121
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
122
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
123
RSC=rc.exe
124
# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_X86_"
125
# ADD RSC /l 0x409 /d "NDEBUG" /d "_X86_"
126
BSC32=bscmake.exe
127
# ADD BASE BSC32 /nologo
128
# ADD BSC32 /nologo
129
LINK32=link.exe
130
# ADD BASE LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /machine:I386
131
# ADD LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /machine:I386
132
 
133
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
134
 
135
# PROP BASE Use_MFC 0
136
# PROP BASE Use_Debug_Libraries 1
137
# PROP BASE Output_Dir "punzip_0"
138
# PROP BASE Intermediate_Dir "punzip_0"
139
# PROP BASE Ignore_Export_Lib 0
140
# PROP BASE Target_Dir ""
141
# PROP Use_MFC 0
142
# PROP Use_Debug_Libraries 1
143
# PROP Output_Dir "AnsiDebug"
144
# PROP Intermediate_Dir "AnsiDebug"
145
# PROP Ignore_Export_Lib 0
146
# PROP Target_Dir ""
147
CPP=cl.exe
148
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../.." /D "_DEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "UNICODE" /YX /FD /c
149
# SUBTRACT BASE CPP /X /Fr
150
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../.." /D "_DEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "_MBCS" /YX /FD /c
151
# SUBTRACT CPP /X /Fr
152
MTL=midl.exe
153
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
154
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
155
RSC=rc.exe
156
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_X86_"
157
# ADD RSC /l 0x409 /d "_DEBUG" /d "_X86_"
158
BSC32=bscmake.exe
159
# ADD BASE BSC32 /nologo
160
# ADD BSC32 /nologo
161
LINK32=link.exe
162
# ADD BASE LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /debug /machine:I386 /pdbtype:sept
163
# ADD LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /debug /machine:I386 /pdbtype:sept
164
 
165
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
166
 
167
# PROP BASE Use_MFC 0
168
# PROP BASE Use_Debug_Libraries 0
169
# PROP BASE Output_Dir "WMIPSRel"
170
# PROP BASE Intermediate_Dir "WMIPSRel"
171
# PROP BASE Target_Dir ""
172
# PROP Use_MFC 0
173
# PROP Use_Debug_Libraries 0
174
# PROP Output_Dir "WMIPSRel"
175
# PROP Intermediate_Dir "WMIPSRel"
176
# PROP Ignore_Export_Lib 0
177
# PROP Target_Dir ""
178
CPP=clmips.exe
179
# ADD BASE CPP /nologo /W3 /O2 /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D "_WIN32_WCE" /D "UNICODE" /YX /QMRWCE /c
180
# ADD CPP /nologo /W3 /GX /O2 /I "../.." /I "../../wince/inc" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D _WIN32_WCE=100 /D "POCKET_UNZIP" /D "_MBCS" /D "UNICODE" /YX /QMRWCE /c
181
# SUBTRACT CPP /X /Fr
182
RSC=rc.exe
183
# ADD BASE RSC /l 0x409 /r /d "MIPS" /d "_MIPS_" /d "_WIN32_WCE" /d "NDEBUG"
184
# ADD RSC /l 0x409 /r /d "MIPS" /d "_MIPS_" /d "_WIN32_WCE" /d "NDEBUG" /d "UNICODE"
185
BSC32=bscmake.exe
186
# ADD BASE BSC32 /nologo
187
# ADD BSC32 /nologo
188
LINK32=link.exe
189
# ADD BASE LINK32 commctrl.lib coredll.lib libc.lib /nologo /machine:MIPS /subsystem:windowsce
190
# SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
191
# ADD LINK32 coredll.lib commctrl.lib /nologo /machine:MIPS /subsystem:windowsce
192
# SUBTRACT LINK32 /pdb:none /nodefaultlib
193
PFILE=pfile.exe
194
# ADD BASE PFILE COPY
195
# ADD PFILE COPY
196
 
197
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
198
 
199
# PROP BASE Use_MFC 0
200
# PROP BASE Use_Debug_Libraries 1
201
# PROP BASE Output_Dir "WMIPSDbg"
202
# PROP BASE Intermediate_Dir "WMIPSDbg"
203
# PROP BASE Target_Dir ""
204
# PROP Use_MFC 0
205
# PROP Use_Debug_Libraries 1
206
# PROP Output_Dir "WMIPSDbg"
207
# PROP Intermediate_Dir "WMIPSDbg"
208
# PROP Ignore_Export_Lib 0
209
# PROP Target_Dir ""
210
CPP=clmips.exe
211
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "_WIN32_WCE" /D "UNICODE" /YX /QMRWCE /c
212
# ADD CPP /nologo /W3 /GX /Zi /Od /I "../.." /I "../../wince/inc" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D _WIN32_WCE=100 /D "POCKET_UNZIP" /D "_MBCS" /D "UNICODE" /YX /QMRWCE /c
213
# SUBTRACT CPP /X /Fr
214
RSC=rc.exe
215
# ADD BASE RSC /l 0x409 /r /d "MIPS" /d "_MIPS_" /d "_WIN32_WCE" /d "DEBUG"
216
# ADD RSC /l 0x409 /r /d "MIPS" /d "_MIPS_" /d "_WIN32_WCE" /d "DEBUG" /d "UNICODE"
217
BSC32=bscmake.exe
218
# ADD BASE BSC32 /nologo
219
# ADD BSC32 /nologo
220
LINK32=link.exe
221
# ADD BASE LINK32 commctrl.lib coredll.lib libcd.lib /nologo /debug /machine:MIPS /subsystem:windowsce
222
# SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
223
# ADD LINK32 coredll.lib commctrl.lib /nologo /debug /machine:MIPS /subsystem:windowsce
224
# SUBTRACT LINK32 /pdb:none /nodefaultlib
225
PFILE=pfile.exe
226
# ADD BASE PFILE COPY
227
# ADD PFILE COPY
228
 
229
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
230
 
231
# PROP BASE Use_MFC 0
232
# PROP BASE Use_Debug_Libraries 0
233
# PROP BASE Output_Dir "WCESHRel"
234
# PROP BASE Intermediate_Dir "WCESHRel"
235
# PROP BASE Target_Dir ""
236
# PROP Use_MFC 0
237
# PROP Use_Debug_Libraries 0
238
# PROP Output_Dir "WCESHRel"
239
# PROP Intermediate_Dir "WCESHRel"
240
# PROP Ignore_Export_Lib 0
241
# PROP Target_Dir ""
242
CPP=shcl.exe
243
# ADD BASE CPP /nologo /W3 /O2 /D "NDEBUG" /D "SH3" /D "_SH3_" /D "_WIN32_WCE" /D "UNICODE" /YX /c
244
# ADD CPP /nologo /W3 /GX /O2 /I "../.." /I "../../wince/inc" /D "NDEBUG" /D "SH3" /D "_SH3_" /D _WIN32_WCE=100 /D "POCKET_UNZIP" /D "_MBCS" /D "UNICODE" /YX /c
245
# SUBTRACT CPP /X /Fr
246
RSC=rc.exe
247
# ADD BASE RSC /l 0x409 /r /d "SH3" /d "_SH3_" /d "_WIN32_WCE" /d "NDEBUG"
248
# ADD RSC /l 0x409 /r /d "SH3" /d "_SH3_" /d "_WIN32_WCE" /d "NDEBUG" /d "UNICODE"
249
BSC32=bscmake.exe
250
# ADD BASE BSC32 /nologo
251
# ADD BSC32 /nologo
252
LINK32=link.exe
253
# ADD BASE LINK32 commctrl.lib coredll.lib libc.lib /nologo /machine:SH3 /subsystem:windowsce
254
# SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
255
# ADD LINK32 coredll.lib commctrl.lib /nologo /machine:SH3 /subsystem:windowsce
256
# SUBTRACT LINK32 /pdb:none /nodefaultlib
257
PFILE=pfile.exe
258
# ADD BASE PFILE COPY
259
# ADD PFILE COPY
260
 
261
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
262
 
263
# PROP BASE Use_MFC 0
264
# PROP BASE Use_Debug_Libraries 1
265
# PROP BASE Output_Dir "WCESHDbg"
266
# PROP BASE Intermediate_Dir "WCESHDbg"
267
# PROP BASE Target_Dir ""
268
# PROP Use_MFC 0
269
# PROP Use_Debug_Libraries 1
270
# PROP Output_Dir "WCESHDbg"
271
# PROP Intermediate_Dir "WCESHDbg"
272
# PROP Ignore_Export_Lib 0
273
# PROP Target_Dir ""
274
CPP=shcl.exe
275
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "SH3" /D "_SH3_" /D "_WIN32_WCE" /D "UNICODE" /YX /c
276
# ADD CPP /nologo /W3 /GX /Zi /Od /I "../.." /I "../../wince/inc" /D "DEBUG" /D "SH3" /D "_SH3_" /D _WIN32_WCE=100 /D "POCKET_UNZIP" /D "_MBCS" /D "UNICODE" /YX /c
277
# SUBTRACT CPP /X /u /Fr
278
RSC=rc.exe
279
# ADD BASE RSC /l 0x409 /r /d "SH3" /d "_SH3_" /d "_WIN32_WCE" /d "DEBUG"
280
# ADD RSC /l 0x409 /r /d "SH3" /d "_SH3_" /d "_WIN32_WCE" /d "DEBUG" /d "UNICODE"
281
BSC32=bscmake.exe
282
# ADD BASE BSC32 /nologo
283
# ADD BSC32 /nologo
284
LINK32=link.exe
285
# ADD BASE LINK32 commctrl.lib coredll.lib libcd.lib /nologo /debug /machine:SH3 /subsystem:windowsce
286
# SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
287
# ADD LINK32 coredll.lib commctrl.lib /nologo /debug /machine:SH3 /subsystem:windowsce
288
# SUBTRACT LINK32 /pdb:none /map /nodefaultlib
289
PFILE=pfile.exe
290
# ADD BASE PFILE COPY
291
# ADD PFILE COPY
292
 
293
!ENDIF
294
 
295
# Begin Target
296
 
297
# Name "punzip - Win32 Release"
298
# Name "punzip - Win32 Debug"
299
# Name "punzip - Win32 ANSI Release"
300
# Name "punzip - Win32 ANSI Debug"
301
# Name "punzip - Win32 (WCE MIPS) Release"
302
# Name "punzip - Win32 (WCE MIPS) Debug"
303
# Name "punzip - Win32 (WCE SH) Release"
304
# Name "punzip - Win32 (WCE SH) Debug"
305
# Begin Group "Info-ZIP Sources"
306
 
307
# PROP Default_Filter ""
308
# Begin Source File
309
 
310
SOURCE=..\..\api.c
311
 
312
!IF  "$(CFG)" == "punzip - Win32 Release"
313
 
314
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
315
 
316
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
317
 
318
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
319
 
320
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
321
 
322
DEP_CPP_API_C=\
323
	"..\..\globals.h"\
324
	"..\..\unzip.h"\
325
	"..\..\unzpriv.h"\
326
	"..\..\unzvers.h"\
327
	"..\punzip.h"\
328
	"..\punzip.rcv"\
329
	"..\wince.h"\
330
 
331
NODEP_CPP_API_C=\
332
	"..\..\acorn\riscos.h"\
333
	"..\..\amiga\amiga.h"\
334
	"..\..\aosvs\aosvs.h"\
335
	"..\..\macdir.h"\
336
	"..\..\macstat.h"\
337
	"..\..\msdos\doscfg.h"\
338
	"..\..\os2\os2cfg.h"\
339
	"..\..\os2\os2data.h"\
340
	"..\..\qdos\izqdos.h"\
341
	"..\..\vmmvs.h"\
342
	"..\..\win32\w32cfg.h"\
343
	"..\..\zlib.h"\
344
 
345
 
346
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
347
 
348
DEP_CPP_API_C=\
349
	"..\..\globals.h"\
350
	"..\..\unzip.h"\
351
	"..\..\unzpriv.h"\
352
	"..\..\unzvers.h"\
353
	"..\punzip.h"\
354
	"..\punzip.rcv"\
355
	"..\wince.h"\
356
 
357
NODEP_CPP_API_C=\
358
	"..\..\acorn\riscos.h"\
359
	"..\..\amiga\amiga.h"\
360
	"..\..\aosvs\aosvs.h"\
361
	"..\..\macdir.h"\
362
	"..\..\macstat.h"\
363
	"..\..\msdos\doscfg.h"\
364
	"..\..\os2\os2cfg.h"\
365
	"..\..\os2\os2data.h"\
366
	"..\..\qdos\izqdos.h"\
367
	"..\..\vmmvs.h"\
368
	"..\..\win32\w32cfg.h"\
369
	"..\..\zlib.h"\
370
 
371
 
372
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
373
 
374
DEP_CPP_API_C=\
375
	"..\..\globals.h"\
376
	"..\..\unzip.h"\
377
	"..\..\unzpriv.h"\
378
	"..\..\unzvers.h"\
379
	"..\punzip.h"\
380
	"..\punzip.rcv"\
381
	"..\wince.h"\
382
 
383
NODEP_CPP_API_C=\
384
	"..\..\acorn\riscos.h"\
385
	"..\..\amiga\amiga.h"\
386
	"..\..\aosvs\aosvs.h"\
387
	"..\..\macdir.h"\
388
	"..\..\macstat.h"\
389
	"..\..\msdos\doscfg.h"\
390
	"..\..\os2\os2cfg.h"\
391
	"..\..\os2\os2data.h"\
392
	"..\..\qdos\izqdos.h"\
393
	"..\..\vmmvs.h"\
394
	"..\..\win32\w32cfg.h"\
395
	"..\..\zlib.h"\
396
 
397
 
398
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
399
 
400
DEP_CPP_API_C=\
401
	"..\..\globals.h"\
402
	"..\..\unzip.h"\
403
	"..\..\unzpriv.h"\
404
	"..\..\unzvers.h"\
405
	"..\punzip.h"\
406
	"..\punzip.rcv"\
407
	"..\wince.h"\
408
 
409
NODEP_CPP_API_C=\
410
	"..\..\acorn\riscos.h"\
411
	"..\..\amiga\amiga.h"\
412
	"..\..\aosvs\aosvs.h"\
413
	"..\..\macdir.h"\
414
	"..\..\macstat.h"\
415
	"..\..\msdos\doscfg.h"\
416
	"..\..\os2\os2cfg.h"\
417
	"..\..\os2\os2data.h"\
418
	"..\..\qdos\izqdos.h"\
419
	"..\..\vmmvs.h"\
420
	"..\..\win32\w32cfg.h"\
421
	"..\..\zlib.h"\
422
 
423
 
424
!ENDIF
425
 
426
# End Source File
427
# Begin Source File
428
 
429
SOURCE=..\..\consts.h
430
# End Source File
431
# Begin Source File
432
 
433
SOURCE=..\..\crc32.c
434
 
435
!IF  "$(CFG)" == "punzip - Win32 Release"
436
 
437
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
438
 
439
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
440
 
441
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
442
 
443
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
444
 
445
DEP_CPP_CRC32=\
446
	"..\..\crc32.h"\
447
	"..\..\globals.h"\
448
	"..\..\unzip.h"\
449
	"..\..\unzpriv.h"\
450
	"..\..\zip.h"\
451
	"..\punzip.h"\
452
	"..\punzip.rcv"\
453
	"..\wince.h"\
454
 
455
NODEP_CPP_CRC32=\
456
	"..\..\acorn\riscos.h"\
457
	"..\..\amiga\amiga.h"\
458
	"..\..\aosvs\aosvs.h"\
459
	"..\..\macdir.h"\
460
	"..\..\macstat.h"\
461
	"..\..\msdos\doscfg.h"\
462
	"..\..\os2\os2cfg.h"\
463
	"..\..\os2\os2data.h"\
464
	"..\..\qdos\izqdos.h"\
465
	"..\..\vmmvs.h"\
466
	"..\..\win32\w32cfg.h"\
467
	"..\..\zlib.h"\
468
 
469
 
470
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
471
 
472
DEP_CPP_CRC32=\
473
	"..\..\crc32.h"\
474
	"..\..\globals.h"\
475
	"..\..\unzip.h"\
476
	"..\..\unzpriv.h"\
477
	"..\..\zip.h"\
478
	"..\punzip.h"\
479
	"..\punzip.rcv"\
480
	"..\wince.h"\
481
 
482
NODEP_CPP_CRC32=\
483
	"..\..\acorn\riscos.h"\
484
	"..\..\amiga\amiga.h"\
485
	"..\..\aosvs\aosvs.h"\
486
	"..\..\macdir.h"\
487
	"..\..\macstat.h"\
488
	"..\..\msdos\doscfg.h"\
489
	"..\..\os2\os2cfg.h"\
490
	"..\..\os2\os2data.h"\
491
	"..\..\qdos\izqdos.h"\
492
	"..\..\vmmvs.h"\
493
	"..\..\win32\w32cfg.h"\
494
	"..\..\zlib.h"\
495
 
496
 
497
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
498
 
499
DEP_CPP_CRC32=\
500
	"..\..\crc32.h"\
501
	"..\..\globals.h"\
502
	"..\..\unzip.h"\
503
	"..\..\unzpriv.h"\
504
	"..\..\zip.h"\
505
	"..\punzip.h"\
506
	"..\punzip.rcv"\
507
	"..\wince.h"\
508
 
509
NODEP_CPP_CRC32=\
510
	"..\..\acorn\riscos.h"\
511
	"..\..\amiga\amiga.h"\
512
	"..\..\aosvs\aosvs.h"\
513
	"..\..\macdir.h"\
514
	"..\..\macstat.h"\
515
	"..\..\msdos\doscfg.h"\
516
	"..\..\os2\os2cfg.h"\
517
	"..\..\os2\os2data.h"\
518
	"..\..\qdos\izqdos.h"\
519
	"..\..\vmmvs.h"\
520
	"..\..\win32\w32cfg.h"\
521
	"..\..\zlib.h"\
522
 
523
 
524
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
525
 
526
DEP_CPP_CRC32=\
527
	"..\..\crc32.h"\
528
	"..\..\globals.h"\
529
	"..\..\unzip.h"\
530
	"..\..\unzpriv.h"\
531
	"..\..\zip.h"\
532
	"..\punzip.h"\
533
	"..\punzip.rcv"\
534
	"..\wince.h"\
535
 
536
NODEP_CPP_CRC32=\
537
	"..\..\acorn\riscos.h"\
538
	"..\..\amiga\amiga.h"\
539
	"..\..\aosvs\aosvs.h"\
540
	"..\..\macdir.h"\
541
	"..\..\macstat.h"\
542
	"..\..\msdos\doscfg.h"\
543
	"..\..\os2\os2cfg.h"\
544
	"..\..\os2\os2data.h"\
545
	"..\..\qdos\izqdos.h"\
546
	"..\..\vmmvs.h"\
547
	"..\..\win32\w32cfg.h"\
548
	"..\..\zlib.h"\
549
 
550
 
551
!ENDIF
552
 
553
# End Source File
554
# Begin Source File
555
 
556
SOURCE=..\..\crc32.h
557
# End Source File
558
# Begin Source File
559
 
560
SOURCE=..\..\crypt.c
561
 
562
!IF  "$(CFG)" == "punzip - Win32 Release"
563
 
564
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
565
 
566
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
567
 
568
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
569
 
570
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
571
 
572
DEP_CPP_CRYPT=\
573
	"..\..\crc32.h"\
574
	"..\..\crypt.h"\
575
	"..\..\globals.h"\
576
	"..\..\ttyio.h"\
577
	"..\..\unzip.h"\
578
	"..\..\unzpriv.h"\
579
	"..\..\zip.h"\
580
	"..\punzip.h"\
581
	"..\punzip.rcv"\
582
	"..\wince.h"\
583
 
584
NODEP_CPP_CRYPT=\
585
	"..\..\acorn\riscos.h"\
586
	"..\..\amiga\amiga.h"\
587
	"..\..\aosvs\aosvs.h"\
588
	"..\..\macdir.h"\
589
	"..\..\macstat.h"\
590
	"..\..\msdos\doscfg.h"\
591
	"..\..\os2\os2cfg.h"\
592
	"..\..\os2\os2data.h"\
593
	"..\..\qdos\izqdos.h"\
594
	"..\..\vmmvs.h"\
595
	"..\..\win32\w32cfg.h"\
596
	"..\..\zlib.h"\
597
 
598
 
599
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
600
 
601
DEP_CPP_CRYPT=\
602
	"..\..\crc32.h"\
603
	"..\..\crypt.h"\
604
	"..\..\globals.h"\
605
	"..\..\ttyio.h"\
606
	"..\..\unzip.h"\
607
	"..\..\unzpriv.h"\
608
	"..\..\zip.h"\
609
	"..\punzip.h"\
610
	"..\punzip.rcv"\
611
	"..\wince.h"\
612
 
613
NODEP_CPP_CRYPT=\
614
	"..\..\acorn\riscos.h"\
615
	"..\..\amiga\amiga.h"\
616
	"..\..\aosvs\aosvs.h"\
617
	"..\..\macdir.h"\
618
	"..\..\macstat.h"\
619
	"..\..\msdos\doscfg.h"\
620
	"..\..\os2\os2cfg.h"\
621
	"..\..\os2\os2data.h"\
622
	"..\..\qdos\izqdos.h"\
623
	"..\..\vmmvs.h"\
624
	"..\..\win32\w32cfg.h"\
625
	"..\..\zlib.h"\
626
 
627
 
628
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
629
 
630
DEP_CPP_CRYPT=\
631
	"..\..\crc32.h"\
632
	"..\..\crypt.h"\
633
	"..\..\globals.h"\
634
	"..\..\ttyio.h"\
635
	"..\..\unzip.h"\
636
	"..\..\unzpriv.h"\
637
	"..\..\zip.h"\
638
	"..\punzip.h"\
639
	"..\punzip.rcv"\
640
	"..\wince.h"\
641
 
642
NODEP_CPP_CRYPT=\
643
	"..\..\acorn\riscos.h"\
644
	"..\..\amiga\amiga.h"\
645
	"..\..\aosvs\aosvs.h"\
646
	"..\..\macdir.h"\
647
	"..\..\macstat.h"\
648
	"..\..\msdos\doscfg.h"\
649
	"..\..\os2\os2cfg.h"\
650
	"..\..\os2\os2data.h"\
651
	"..\..\qdos\izqdos.h"\
652
	"..\..\vmmvs.h"\
653
	"..\..\win32\w32cfg.h"\
654
	"..\..\zlib.h"\
655
 
656
 
657
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
658
 
659
DEP_CPP_CRYPT=\
660
	"..\..\crc32.h"\
661
	"..\..\crypt.h"\
662
	"..\..\globals.h"\
663
	"..\..\ttyio.h"\
664
	"..\..\unzip.h"\
665
	"..\..\unzpriv.h"\
666
	"..\..\zip.h"\
667
	"..\punzip.h"\
668
	"..\punzip.rcv"\
669
	"..\wince.h"\
670
 
671
NODEP_CPP_CRYPT=\
672
	"..\..\acorn\riscos.h"\
673
	"..\..\amiga\amiga.h"\
674
	"..\..\aosvs\aosvs.h"\
675
	"..\..\macdir.h"\
676
	"..\..\macstat.h"\
677
	"..\..\msdos\doscfg.h"\
678
	"..\..\os2\os2cfg.h"\
679
	"..\..\os2\os2data.h"\
680
	"..\..\qdos\izqdos.h"\
681
	"..\..\vmmvs.h"\
682
	"..\..\win32\w32cfg.h"\
683
	"..\..\zlib.h"\
684
 
685
 
686
!ENDIF
687
 
688
# End Source File
689
# Begin Source File
690
 
691
SOURCE=..\..\crypt.h
692
# End Source File
693
# Begin Source File
694
 
695
SOURCE=..\..\ebcdic.h
696
# End Source File
697
# Begin Source File
698
 
699
SOURCE=..\..\explode.c
700
 
701
!IF  "$(CFG)" == "punzip - Win32 Release"
702
 
703
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
704
 
705
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
706
 
707
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
708
 
709
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
710
 
711
DEP_CPP_EXPLO=\
712
	"..\..\globals.h"\
713
	"..\..\unzip.h"\
714
	"..\..\unzpriv.h"\
715
	"..\punzip.h"\
716
	"..\punzip.rcv"\
717
	"..\wince.h"\
718
 
719
NODEP_CPP_EXPLO=\
720
	"..\..\acorn\riscos.h"\
721
	"..\..\amiga\amiga.h"\
722
	"..\..\aosvs\aosvs.h"\
723
	"..\..\macdir.h"\
724
	"..\..\macstat.h"\
725
	"..\..\msdos\doscfg.h"\
726
	"..\..\os2\os2cfg.h"\
727
	"..\..\os2\os2data.h"\
728
	"..\..\qdos\izqdos.h"\
729
	"..\..\vmmvs.h"\
730
	"..\..\win32\w32cfg.h"\
731
	"..\..\zlib.h"\
732
 
733
 
734
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
735
 
736
DEP_CPP_EXPLO=\
737
	"..\..\globals.h"\
738
	"..\..\unzip.h"\
739
	"..\..\unzpriv.h"\
740
	"..\punzip.h"\
741
	"..\punzip.rcv"\
742
	"..\wince.h"\
743
 
744
NODEP_CPP_EXPLO=\
745
	"..\..\acorn\riscos.h"\
746
	"..\..\amiga\amiga.h"\
747
	"..\..\aosvs\aosvs.h"\
748
	"..\..\macdir.h"\
749
	"..\..\macstat.h"\
750
	"..\..\msdos\doscfg.h"\
751
	"..\..\os2\os2cfg.h"\
752
	"..\..\os2\os2data.h"\
753
	"..\..\qdos\izqdos.h"\
754
	"..\..\vmmvs.h"\
755
	"..\..\win32\w32cfg.h"\
756
	"..\..\zlib.h"\
757
 
758
 
759
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
760
 
761
DEP_CPP_EXPLO=\
762
	"..\..\globals.h"\
763
	"..\..\unzip.h"\
764
	"..\..\unzpriv.h"\
765
	"..\punzip.h"\
766
	"..\punzip.rcv"\
767
	"..\wince.h"\
768
 
769
NODEP_CPP_EXPLO=\
770
	"..\..\acorn\riscos.h"\
771
	"..\..\amiga\amiga.h"\
772
	"..\..\aosvs\aosvs.h"\
773
	"..\..\macdir.h"\
774
	"..\..\macstat.h"\
775
	"..\..\msdos\doscfg.h"\
776
	"..\..\os2\os2cfg.h"\
777
	"..\..\os2\os2data.h"\
778
	"..\..\qdos\izqdos.h"\
779
	"..\..\vmmvs.h"\
780
	"..\..\win32\w32cfg.h"\
781
	"..\..\zlib.h"\
782
 
783
 
784
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
785
 
786
DEP_CPP_EXPLO=\
787
	"..\..\globals.h"\
788
	"..\..\unzip.h"\
789
	"..\..\unzpriv.h"\
790
	"..\punzip.h"\
791
	"..\punzip.rcv"\
792
	"..\wince.h"\
793
 
794
NODEP_CPP_EXPLO=\
795
	"..\..\acorn\riscos.h"\
796
	"..\..\amiga\amiga.h"\
797
	"..\..\aosvs\aosvs.h"\
798
	"..\..\macdir.h"\
799
	"..\..\macstat.h"\
800
	"..\..\msdos\doscfg.h"\
801
	"..\..\os2\os2cfg.h"\
802
	"..\..\os2\os2data.h"\
803
	"..\..\qdos\izqdos.h"\
804
	"..\..\vmmvs.h"\
805
	"..\..\win32\w32cfg.h"\
806
	"..\..\zlib.h"\
807
 
808
 
809
!ENDIF
810
 
811
# End Source File
812
# Begin Source File
813
 
814
SOURCE=..\..\extract.c
815
 
816
!IF  "$(CFG)" == "punzip - Win32 Release"
817
 
818
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
819
 
820
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
821
 
822
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
823
 
824
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
825
 
826
DEP_CPP_EXTRA=\
827
	"..\..\crc32.h"\
828
	"..\..\crypt.h"\
829
	"..\..\globals.h"\
830
	"..\..\unzip.h"\
831
	"..\..\unzpriv.h"\
832
	"..\intrface.h"\
833
	"..\punzip.h"\
834
	"..\punzip.rcv"\
835
	"..\wince.h"\
836
 
837
NODEP_CPP_EXTRA=\
838
	"..\..\acorn\riscos.h"\
839
	"..\..\amiga\amiga.h"\
840
	"..\..\aosvs\aosvs.h"\
841
	"..\..\macdir.h"\
842
	"..\..\macstat.h"\
843
	"..\..\msdos\doscfg.h"\
844
	"..\..\os2\os2cfg.h"\
845
	"..\..\os2\os2data.h"\
846
	"..\..\qdos\izqdos.h"\
847
	"..\..\vmmvs.h"\
848
	"..\..\win32\w32cfg.h"\
849
	"..\..\windll\windll.h"\
850
	"..\..\zlib.h"\
851
 
852
 
853
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
854
 
855
DEP_CPP_EXTRA=\
856
	"..\..\crc32.h"\
857
	"..\..\crypt.h"\
858
	"..\..\globals.h"\
859
	"..\..\unzip.h"\
860
	"..\..\unzpriv.h"\
861
	"..\intrface.h"\
862
	"..\punzip.h"\
863
	"..\punzip.rcv"\
864
	"..\wince.h"\
865
 
866
NODEP_CPP_EXTRA=\
867
	"..\..\acorn\riscos.h"\
868
	"..\..\amiga\amiga.h"\
869
	"..\..\aosvs\aosvs.h"\
870
	"..\..\macdir.h"\
871
	"..\..\macstat.h"\
872
	"..\..\msdos\doscfg.h"\
873
	"..\..\os2\os2cfg.h"\
874
	"..\..\os2\os2data.h"\
875
	"..\..\qdos\izqdos.h"\
876
	"..\..\vmmvs.h"\
877
	"..\..\win32\w32cfg.h"\
878
	"..\..\windll\windll.h"\
879
	"..\..\zlib.h"\
880
 
881
 
882
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
883
 
884
DEP_CPP_EXTRA=\
885
	"..\..\crc32.h"\
886
	"..\..\crypt.h"\
887
	"..\..\globals.h"\
888
	"..\..\unzip.h"\
889
	"..\..\unzpriv.h"\
890
	"..\intrface.h"\
891
	"..\punzip.h"\
892
	"..\punzip.rcv"\
893
	"..\wince.h"\
894
 
895
NODEP_CPP_EXTRA=\
896
	"..\..\acorn\riscos.h"\
897
	"..\..\amiga\amiga.h"\
898
	"..\..\aosvs\aosvs.h"\
899
	"..\..\macdir.h"\
900
	"..\..\macstat.h"\
901
	"..\..\msdos\doscfg.h"\
902
	"..\..\os2\os2cfg.h"\
903
	"..\..\os2\os2data.h"\
904
	"..\..\qdos\izqdos.h"\
905
	"..\..\vmmvs.h"\
906
	"..\..\win32\w32cfg.h"\
907
	"..\..\windll\windll.h"\
908
	"..\..\zlib.h"\
909
 
910
 
911
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
912
 
913
DEP_CPP_EXTRA=\
914
	"..\..\crc32.h"\
915
	"..\..\crypt.h"\
916
	"..\..\globals.h"\
917
	"..\..\unzip.h"\
918
	"..\..\unzpriv.h"\
919
	"..\intrface.h"\
920
	"..\punzip.h"\
921
	"..\punzip.rcv"\
922
	"..\wince.h"\
923
 
924
NODEP_CPP_EXTRA=\
925
	"..\..\acorn\riscos.h"\
926
	"..\..\amiga\amiga.h"\
927
	"..\..\aosvs\aosvs.h"\
928
	"..\..\macdir.h"\
929
	"..\..\macstat.h"\
930
	"..\..\msdos\doscfg.h"\
931
	"..\..\os2\os2cfg.h"\
932
	"..\..\os2\os2data.h"\
933
	"..\..\qdos\izqdos.h"\
934
	"..\..\vmmvs.h"\
935
	"..\..\win32\w32cfg.h"\
936
	"..\..\windll\windll.h"\
937
	"..\..\zlib.h"\
938
 
939
 
940
!ENDIF
941
 
942
# End Source File
943
# Begin Source File
944
 
945
SOURCE=..\..\fileio.c
946
 
947
!IF  "$(CFG)" == "punzip - Win32 Release"
948
 
949
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
950
 
951
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
952
 
953
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
954
 
955
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
956
 
957
DEP_CPP_FILEI=\
958
	"..\..\crc32.h"\
959
	"..\..\crypt.h"\
960
	"..\..\ebcdic.h"\
961
	"..\..\globals.h"\
962
	"..\..\ttyio.h"\
963
	"..\..\unzip.h"\
964
	"..\..\unzpriv.h"\
965
	"..\punzip.h"\
966
	"..\punzip.rcv"\
967
	"..\wince.h"\
968
 
969
NODEP_CPP_FILEI=\
970
	"..\..\acorn\riscos.h"\
971
	"..\..\amiga\amiga.h"\
972
	"..\..\aosvs\aosvs.h"\
973
	"..\..\macdir.h"\
974
	"..\..\macstat.h"\
975
	"..\..\msdos\doscfg.h"\
976
	"..\..\os2\os2cfg.h"\
977
	"..\..\os2\os2data.h"\
978
	"..\..\qdos\izqdos.h"\
979
	"..\..\vmmvs.h"\
980
	"..\..\win32\w32cfg.h"\
981
	"..\..\zlib.h"\
982
 
983
 
984
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
985
 
986
DEP_CPP_FILEI=\
987
	"..\..\crc32.h"\
988
	"..\..\crypt.h"\
989
	"..\..\ebcdic.h"\
990
	"..\..\globals.h"\
991
	"..\..\ttyio.h"\
992
	"..\..\unzip.h"\
993
	"..\..\unzpriv.h"\
994
	"..\punzip.h"\
995
	"..\punzip.rcv"\
996
	"..\wince.h"\
997
 
998
NODEP_CPP_FILEI=\
999
	"..\..\acorn\riscos.h"\
1000
	"..\..\amiga\amiga.h"\
1001
	"..\..\aosvs\aosvs.h"\
1002
	"..\..\macdir.h"\
1003
	"..\..\macstat.h"\
1004
	"..\..\msdos\doscfg.h"\
1005
	"..\..\os2\os2cfg.h"\
1006
	"..\..\os2\os2data.h"\
1007
	"..\..\qdos\izqdos.h"\
1008
	"..\..\vmmvs.h"\
1009
	"..\..\win32\w32cfg.h"\
1010
	"..\..\zlib.h"\
1011
 
1012
 
1013
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
1014
 
1015
DEP_CPP_FILEI=\
1016
	"..\..\crc32.h"\
1017
	"..\..\crypt.h"\
1018
	"..\..\ebcdic.h"\
1019
	"..\..\globals.h"\
1020
	"..\..\ttyio.h"\
1021
	"..\..\unzip.h"\
1022
	"..\..\unzpriv.h"\
1023
	"..\punzip.h"\
1024
	"..\punzip.rcv"\
1025
	"..\wince.h"\
1026
 
1027
NODEP_CPP_FILEI=\
1028
	"..\..\acorn\riscos.h"\
1029
	"..\..\amiga\amiga.h"\
1030
	"..\..\aosvs\aosvs.h"\
1031
	"..\..\macdir.h"\
1032
	"..\..\macstat.h"\
1033
	"..\..\msdos\doscfg.h"\
1034
	"..\..\os2\os2cfg.h"\
1035
	"..\..\os2\os2data.h"\
1036
	"..\..\qdos\izqdos.h"\
1037
	"..\..\vmmvs.h"\
1038
	"..\..\win32\w32cfg.h"\
1039
	"..\..\zlib.h"\
1040
 
1041
 
1042
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
1043
 
1044
DEP_CPP_FILEI=\
1045
	"..\..\crc32.h"\
1046
	"..\..\crypt.h"\
1047
	"..\..\ebcdic.h"\
1048
	"..\..\globals.h"\
1049
	"..\..\ttyio.h"\
1050
	"..\..\unzip.h"\
1051
	"..\..\unzpriv.h"\
1052
	"..\punzip.h"\
1053
	"..\punzip.rcv"\
1054
	"..\wince.h"\
1055
 
1056
NODEP_CPP_FILEI=\
1057
	"..\..\acorn\riscos.h"\
1058
	"..\..\amiga\amiga.h"\
1059
	"..\..\aosvs\aosvs.h"\
1060
	"..\..\macdir.h"\
1061
	"..\..\macstat.h"\
1062
	"..\..\msdos\doscfg.h"\
1063
	"..\..\os2\os2cfg.h"\
1064
	"..\..\os2\os2data.h"\
1065
	"..\..\qdos\izqdos.h"\
1066
	"..\..\vmmvs.h"\
1067
	"..\..\win32\w32cfg.h"\
1068
	"..\..\zlib.h"\
1069
 
1070
 
1071
!ENDIF
1072
 
1073
# End Source File
1074
# Begin Source File
1075
 
1076
SOURCE=..\..\globals.c
1077
 
1078
!IF  "$(CFG)" == "punzip - Win32 Release"
1079
 
1080
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
1081
 
1082
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
1083
 
1084
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
1085
 
1086
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
1087
 
1088
DEP_CPP_GLOBA=\
1089
	"..\..\globals.h"\
1090
	"..\..\unzip.h"\
1091
	"..\..\unzpriv.h"\
1092
	"..\punzip.h"\
1093
	"..\punzip.rcv"\
1094
	"..\wince.h"\
1095
 
1096
NODEP_CPP_GLOBA=\
1097
	"..\..\acorn\riscos.h"\
1098
	"..\..\amiga\amiga.h"\
1099
	"..\..\aosvs\aosvs.h"\
1100
	"..\..\macdir.h"\
1101
	"..\..\macstat.h"\
1102
	"..\..\msdos\doscfg.h"\
1103
	"..\..\os2\os2cfg.h"\
1104
	"..\..\os2\os2data.h"\
1105
	"..\..\qdos\izqdos.h"\
1106
	"..\..\vmmvs.h"\
1107
	"..\..\win32\w32cfg.h"\
1108
	"..\..\zlib.h"\
1109
 
1110
 
1111
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
1112
 
1113
DEP_CPP_GLOBA=\
1114
	"..\..\globals.h"\
1115
	"..\..\unzip.h"\
1116
	"..\..\unzpriv.h"\
1117
	"..\punzip.h"\
1118
	"..\punzip.rcv"\
1119
	"..\wince.h"\
1120
 
1121
NODEP_CPP_GLOBA=\
1122
	"..\..\acorn\riscos.h"\
1123
	"..\..\amiga\amiga.h"\
1124
	"..\..\aosvs\aosvs.h"\
1125
	"..\..\macdir.h"\
1126
	"..\..\macstat.h"\
1127
	"..\..\msdos\doscfg.h"\
1128
	"..\..\os2\os2cfg.h"\
1129
	"..\..\os2\os2data.h"\
1130
	"..\..\qdos\izqdos.h"\
1131
	"..\..\vmmvs.h"\
1132
	"..\..\win32\w32cfg.h"\
1133
	"..\..\zlib.h"\
1134
 
1135
 
1136
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
1137
 
1138
DEP_CPP_GLOBA=\
1139
	"..\..\globals.h"\
1140
	"..\..\unzip.h"\
1141
	"..\..\unzpriv.h"\
1142
	"..\punzip.h"\
1143
	"..\punzip.rcv"\
1144
	"..\wince.h"\
1145
 
1146
NODEP_CPP_GLOBA=\
1147
	"..\..\acorn\riscos.h"\
1148
	"..\..\amiga\amiga.h"\
1149
	"..\..\aosvs\aosvs.h"\
1150
	"..\..\macdir.h"\
1151
	"..\..\macstat.h"\
1152
	"..\..\msdos\doscfg.h"\
1153
	"..\..\os2\os2cfg.h"\
1154
	"..\..\os2\os2data.h"\
1155
	"..\..\qdos\izqdos.h"\
1156
	"..\..\vmmvs.h"\
1157
	"..\..\win32\w32cfg.h"\
1158
	"..\..\zlib.h"\
1159
 
1160
 
1161
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
1162
 
1163
DEP_CPP_GLOBA=\
1164
	"..\..\globals.h"\
1165
	"..\..\unzip.h"\
1166
	"..\..\unzpriv.h"\
1167
	"..\punzip.h"\
1168
	"..\punzip.rcv"\
1169
	"..\wince.h"\
1170
 
1171
NODEP_CPP_GLOBA=\
1172
	"..\..\acorn\riscos.h"\
1173
	"..\..\amiga\amiga.h"\
1174
	"..\..\aosvs\aosvs.h"\
1175
	"..\..\macdir.h"\
1176
	"..\..\macstat.h"\
1177
	"..\..\msdos\doscfg.h"\
1178
	"..\..\os2\os2cfg.h"\
1179
	"..\..\os2\os2data.h"\
1180
	"..\..\qdos\izqdos.h"\
1181
	"..\..\vmmvs.h"\
1182
	"..\..\win32\w32cfg.h"\
1183
	"..\..\zlib.h"\
1184
 
1185
 
1186
!ENDIF
1187
 
1188
# End Source File
1189
# Begin Source File
1190
 
1191
SOURCE=..\..\globals.h
1192
# End Source File
1193
# Begin Source File
1194
 
1195
SOURCE=..\..\inflate.c
1196
 
1197
!IF  "$(CFG)" == "punzip - Win32 Release"
1198
 
1199
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
1200
 
1201
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
1202
 
1203
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
1204
 
1205
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
1206
 
1207
DEP_CPP_INFLA=\
1208
	"..\..\crypt.h"\
1209
	"..\..\globals.h"\
1210
	"..\..\inflate.h"\
1211
	"..\..\unzip.h"\
1212
	"..\..\unzpriv.h"\
1213
	"..\punzip.h"\
1214
	"..\punzip.rcv"\
1215
	"..\wince.h"\
1216
 
1217
NODEP_CPP_INFLA=\
1218
	"..\..\acorn\riscos.h"\
1219
	"..\..\amiga\amiga.h"\
1220
	"..\..\aosvs\aosvs.h"\
1221
	"..\..\macdir.h"\
1222
	"..\..\macstat.h"\
1223
	"..\..\msdos\doscfg.h"\
1224
	"..\..\os2\os2cfg.h"\
1225
	"..\..\os2\os2data.h"\
1226
	"..\..\qdos\izqdos.h"\
1227
	"..\..\vmmvs.h"\
1228
	"..\..\win32\w32cfg.h"\
1229
	"..\..\zlib.h"\
1230
 
1231
 
1232
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
1233
 
1234
DEP_CPP_INFLA=\
1235
	"..\..\crypt.h"\
1236
	"..\..\globals.h"\
1237
	"..\..\inflate.h"\
1238
	"..\..\unzip.h"\
1239
	"..\..\unzpriv.h"\
1240
	"..\punzip.h"\
1241
	"..\punzip.rcv"\
1242
	"..\wince.h"\
1243
 
1244
NODEP_CPP_INFLA=\
1245
	"..\..\acorn\riscos.h"\
1246
	"..\..\amiga\amiga.h"\
1247
	"..\..\aosvs\aosvs.h"\
1248
	"..\..\macdir.h"\
1249
	"..\..\macstat.h"\
1250
	"..\..\msdos\doscfg.h"\
1251
	"..\..\os2\os2cfg.h"\
1252
	"..\..\os2\os2data.h"\
1253
	"..\..\qdos\izqdos.h"\
1254
	"..\..\vmmvs.h"\
1255
	"..\..\win32\w32cfg.h"\
1256
	"..\..\zlib.h"\
1257
 
1258
 
1259
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
1260
 
1261
DEP_CPP_INFLA=\
1262
	"..\..\crypt.h"\
1263
	"..\..\globals.h"\
1264
	"..\..\inflate.h"\
1265
	"..\..\unzip.h"\
1266
	"..\..\unzpriv.h"\
1267
	"..\punzip.h"\
1268
	"..\punzip.rcv"\
1269
	"..\wince.h"\
1270
 
1271
NODEP_CPP_INFLA=\
1272
	"..\..\acorn\riscos.h"\
1273
	"..\..\amiga\amiga.h"\
1274
	"..\..\aosvs\aosvs.h"\
1275
	"..\..\macdir.h"\
1276
	"..\..\macstat.h"\
1277
	"..\..\msdos\doscfg.h"\
1278
	"..\..\os2\os2cfg.h"\
1279
	"..\..\os2\os2data.h"\
1280
	"..\..\qdos\izqdos.h"\
1281
	"..\..\vmmvs.h"\
1282
	"..\..\win32\w32cfg.h"\
1283
	"..\..\zlib.h"\
1284
 
1285
 
1286
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
1287
 
1288
DEP_CPP_INFLA=\
1289
	"..\..\crypt.h"\
1290
	"..\..\globals.h"\
1291
	"..\..\inflate.h"\
1292
	"..\..\unzip.h"\
1293
	"..\..\unzpriv.h"\
1294
	"..\punzip.h"\
1295
	"..\punzip.rcv"\
1296
	"..\wince.h"\
1297
 
1298
NODEP_CPP_INFLA=\
1299
	"..\..\acorn\riscos.h"\
1300
	"..\..\amiga\amiga.h"\
1301
	"..\..\aosvs\aosvs.h"\
1302
	"..\..\macdir.h"\
1303
	"..\..\macstat.h"\
1304
	"..\..\msdos\doscfg.h"\
1305
	"..\..\os2\os2cfg.h"\
1306
	"..\..\os2\os2data.h"\
1307
	"..\..\qdos\izqdos.h"\
1308
	"..\..\vmmvs.h"\
1309
	"..\..\win32\w32cfg.h"\
1310
	"..\..\zlib.h"\
1311
 
1312
 
1313
!ENDIF
1314
 
1315
# End Source File
1316
# Begin Source File
1317
 
1318
SOURCE=..\..\inflate.h
1319
# End Source File
1320
# Begin Source File
1321
 
1322
SOURCE=..\..\list.c
1323
 
1324
!IF  "$(CFG)" == "punzip - Win32 Release"
1325
 
1326
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
1327
 
1328
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
1329
 
1330
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
1331
 
1332
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
1333
 
1334
DEP_CPP_LIST_=\
1335
	"..\..\globals.h"\
1336
	"..\..\unzip.h"\
1337
	"..\..\unzpriv.h"\
1338
	"..\intrface.h"\
1339
	"..\punzip.h"\
1340
	"..\punzip.rcv"\
1341
	"..\wince.h"\
1342
 
1343
NODEP_CPP_LIST_=\
1344
	"..\..\acorn\riscos.h"\
1345
	"..\..\amiga\amiga.h"\
1346
	"..\..\aosvs\aosvs.h"\
1347
	"..\..\macdir.h"\
1348
	"..\..\macstat.h"\
1349
	"..\..\msdos\doscfg.h"\
1350
	"..\..\os2\os2cfg.h"\
1351
	"..\..\os2\os2data.h"\
1352
	"..\..\qdos\izqdos.h"\
1353
	"..\..\vmmvs.h"\
1354
	"..\..\win32\w32cfg.h"\
1355
	"..\..\windll\windll.h"\
1356
	"..\..\zlib.h"\
1357
 
1358
 
1359
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
1360
 
1361
DEP_CPP_LIST_=\
1362
	"..\..\globals.h"\
1363
	"..\..\unzip.h"\
1364
	"..\..\unzpriv.h"\
1365
	"..\intrface.h"\
1366
	"..\punzip.h"\
1367
	"..\punzip.rcv"\
1368
	"..\wince.h"\
1369
 
1370
NODEP_CPP_LIST_=\
1371
	"..\..\acorn\riscos.h"\
1372
	"..\..\amiga\amiga.h"\
1373
	"..\..\aosvs\aosvs.h"\
1374
	"..\..\macdir.h"\
1375
	"..\..\macstat.h"\
1376
	"..\..\msdos\doscfg.h"\
1377
	"..\..\os2\os2cfg.h"\
1378
	"..\..\os2\os2data.h"\
1379
	"..\..\qdos\izqdos.h"\
1380
	"..\..\vmmvs.h"\
1381
	"..\..\win32\w32cfg.h"\
1382
	"..\..\windll\windll.h"\
1383
	"..\..\zlib.h"\
1384
 
1385
 
1386
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
1387
 
1388
DEP_CPP_LIST_=\
1389
	"..\..\globals.h"\
1390
	"..\..\unzip.h"\
1391
	"..\..\unzpriv.h"\
1392
	"..\intrface.h"\
1393
	"..\punzip.h"\
1394
	"..\punzip.rcv"\
1395
	"..\wince.h"\
1396
 
1397
NODEP_CPP_LIST_=\
1398
	"..\..\acorn\riscos.h"\
1399
	"..\..\amiga\amiga.h"\
1400
	"..\..\aosvs\aosvs.h"\
1401
	"..\..\macdir.h"\
1402
	"..\..\macstat.h"\
1403
	"..\..\msdos\doscfg.h"\
1404
	"..\..\os2\os2cfg.h"\
1405
	"..\..\os2\os2data.h"\
1406
	"..\..\qdos\izqdos.h"\
1407
	"..\..\vmmvs.h"\
1408
	"..\..\win32\w32cfg.h"\
1409
	"..\..\windll\windll.h"\
1410
	"..\..\zlib.h"\
1411
 
1412
 
1413
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
1414
 
1415
DEP_CPP_LIST_=\
1416
	"..\..\globals.h"\
1417
	"..\..\unzip.h"\
1418
	"..\..\unzpriv.h"\
1419
	"..\intrface.h"\
1420
	"..\punzip.h"\
1421
	"..\punzip.rcv"\
1422
	"..\wince.h"\
1423
 
1424
NODEP_CPP_LIST_=\
1425
	"..\..\acorn\riscos.h"\
1426
	"..\..\amiga\amiga.h"\
1427
	"..\..\aosvs\aosvs.h"\
1428
	"..\..\macdir.h"\
1429
	"..\..\macstat.h"\
1430
	"..\..\msdos\doscfg.h"\
1431
	"..\..\os2\os2cfg.h"\
1432
	"..\..\os2\os2data.h"\
1433
	"..\..\qdos\izqdos.h"\
1434
	"..\..\vmmvs.h"\
1435
	"..\..\win32\w32cfg.h"\
1436
	"..\..\windll\windll.h"\
1437
	"..\..\zlib.h"\
1438
 
1439
 
1440
!ENDIF
1441
 
1442
# End Source File
1443
# Begin Source File
1444
 
1445
SOURCE=..\..\process.c
1446
 
1447
!IF  "$(CFG)" == "punzip - Win32 Release"
1448
 
1449
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
1450
 
1451
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
1452
 
1453
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
1454
 
1455
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
1456
 
1457
DEP_CPP_PROCE=\
1458
	"..\..\crc32.h"\
1459
	"..\..\globals.h"\
1460
	"..\..\unzip.h"\
1461
	"..\..\unzpriv.h"\
1462
	"..\intrface.h"\
1463
	"..\punzip.h"\
1464
	"..\punzip.rcv"\
1465
	"..\wince.h"\
1466
 
1467
NODEP_CPP_PROCE=\
1468
	"..\..\acorn\riscos.h"\
1469
	"..\..\amiga\amiga.h"\
1470
	"..\..\aosvs\aosvs.h"\
1471
	"..\..\macdir.h"\
1472
	"..\..\macstat.h"\
1473
	"..\..\msdos\doscfg.h"\
1474
	"..\..\os2\os2cfg.h"\
1475
	"..\..\os2\os2data.h"\
1476
	"..\..\qdos\izqdos.h"\
1477
	"..\..\vmmvs.h"\
1478
	"..\..\win32\w32cfg.h"\
1479
	"..\..\windll\windll.h"\
1480
	"..\..\zlib.h"\
1481
 
1482
 
1483
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
1484
 
1485
DEP_CPP_PROCE=\
1486
	"..\..\crc32.h"\
1487
	"..\..\globals.h"\
1488
	"..\..\unzip.h"\
1489
	"..\..\unzpriv.h"\
1490
	"..\intrface.h"\
1491
	"..\punzip.h"\
1492
	"..\punzip.rcv"\
1493
	"..\wince.h"\
1494
 
1495
NODEP_CPP_PROCE=\
1496
	"..\..\acorn\riscos.h"\
1497
	"..\..\amiga\amiga.h"\
1498
	"..\..\aosvs\aosvs.h"\
1499
	"..\..\macdir.h"\
1500
	"..\..\macstat.h"\
1501
	"..\..\msdos\doscfg.h"\
1502
	"..\..\os2\os2cfg.h"\
1503
	"..\..\os2\os2data.h"\
1504
	"..\..\qdos\izqdos.h"\
1505
	"..\..\vmmvs.h"\
1506
	"..\..\win32\w32cfg.h"\
1507
	"..\..\windll\windll.h"\
1508
	"..\..\zlib.h"\
1509
 
1510
 
1511
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
1512
 
1513
DEP_CPP_PROCE=\
1514
	"..\..\crc32.h"\
1515
	"..\..\globals.h"\
1516
	"..\..\unzip.h"\
1517
	"..\..\unzpriv.h"\
1518
	"..\intrface.h"\
1519
	"..\punzip.h"\
1520
	"..\punzip.rcv"\
1521
	"..\wince.h"\
1522
 
1523
NODEP_CPP_PROCE=\
1524
	"..\..\acorn\riscos.h"\
1525
	"..\..\amiga\amiga.h"\
1526
	"..\..\aosvs\aosvs.h"\
1527
	"..\..\macdir.h"\
1528
	"..\..\macstat.h"\
1529
	"..\..\msdos\doscfg.h"\
1530
	"..\..\os2\os2cfg.h"\
1531
	"..\..\os2\os2data.h"\
1532
	"..\..\qdos\izqdos.h"\
1533
	"..\..\vmmvs.h"\
1534
	"..\..\win32\w32cfg.h"\
1535
	"..\..\windll\windll.h"\
1536
	"..\..\zlib.h"\
1537
 
1538
 
1539
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
1540
 
1541
DEP_CPP_PROCE=\
1542
	"..\..\crc32.h"\
1543
	"..\..\globals.h"\
1544
	"..\..\unzip.h"\
1545
	"..\..\unzpriv.h"\
1546
	"..\intrface.h"\
1547
	"..\punzip.h"\
1548
	"..\punzip.rcv"\
1549
	"..\wince.h"\
1550
 
1551
NODEP_CPP_PROCE=\
1552
	"..\..\acorn\riscos.h"\
1553
	"..\..\amiga\amiga.h"\
1554
	"..\..\aosvs\aosvs.h"\
1555
	"..\..\macdir.h"\
1556
	"..\..\macstat.h"\
1557
	"..\..\msdos\doscfg.h"\
1558
	"..\..\os2\os2cfg.h"\
1559
	"..\..\os2\os2data.h"\
1560
	"..\..\qdos\izqdos.h"\
1561
	"..\..\vmmvs.h"\
1562
	"..\..\win32\w32cfg.h"\
1563
	"..\..\windll\windll.h"\
1564
	"..\..\zlib.h"\
1565
 
1566
 
1567
!ENDIF
1568
 
1569
# End Source File
1570
# Begin Source File
1571
 
1572
SOURCE=..\..\ttyio.c
1573
 
1574
!IF  "$(CFG)" == "punzip - Win32 Release"
1575
 
1576
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
1577
 
1578
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
1579
 
1580
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
1581
 
1582
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
1583
 
1584
DEP_CPP_TTYIO=\
1585
	"..\..\crypt.h"\
1586
	"..\..\globals.h"\
1587
	"..\..\ttyio.h"\
1588
	"..\..\unzip.h"\
1589
	"..\..\unzpriv.h"\
1590
	"..\..\zip.h"\
1591
	"..\punzip.h"\
1592
	"..\punzip.rcv"\
1593
	"..\wince.h"\
1594
 
1595
NODEP_CPP_TTYIO=\
1596
	"..\..\acorn\riscos.h"\
1597
	"..\..\amiga\amiga.h"\
1598
	"..\..\aosvs\aosvs.h"\
1599
	"..\..\macdir.h"\
1600
	"..\..\macstat.h"\
1601
	"..\..\msdos\doscfg.h"\
1602
	"..\..\os2\os2cfg.h"\
1603
	"..\..\os2\os2data.h"\
1604
	"..\..\qdos\izqdos.h"\
1605
	"..\..\vmmvs.h"\
1606
	"..\..\win32\w32cfg.h"\
1607
	"..\..\zlib.h"\
1608
 
1609
 
1610
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
1611
 
1612
DEP_CPP_TTYIO=\
1613
	"..\..\crypt.h"\
1614
	"..\..\globals.h"\
1615
	"..\..\ttyio.h"\
1616
	"..\..\unzip.h"\
1617
	"..\..\unzpriv.h"\
1618
	"..\..\zip.h"\
1619
	"..\punzip.h"\
1620
	"..\punzip.rcv"\
1621
	"..\wince.h"\
1622
 
1623
NODEP_CPP_TTYIO=\
1624
	"..\..\acorn\riscos.h"\
1625
	"..\..\amiga\amiga.h"\
1626
	"..\..\aosvs\aosvs.h"\
1627
	"..\..\macdir.h"\
1628
	"..\..\macstat.h"\
1629
	"..\..\msdos\doscfg.h"\
1630
	"..\..\os2\os2cfg.h"\
1631
	"..\..\os2\os2data.h"\
1632
	"..\..\qdos\izqdos.h"\
1633
	"..\..\vmmvs.h"\
1634
	"..\..\win32\w32cfg.h"\
1635
	"..\..\zlib.h"\
1636
 
1637
 
1638
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
1639
 
1640
DEP_CPP_TTYIO=\
1641
	"..\..\crypt.h"\
1642
	"..\..\globals.h"\
1643
	"..\..\ttyio.h"\
1644
	"..\..\unzip.h"\
1645
	"..\..\unzpriv.h"\
1646
	"..\..\zip.h"\
1647
	"..\punzip.h"\
1648
	"..\punzip.rcv"\
1649
	"..\wince.h"\
1650
 
1651
NODEP_CPP_TTYIO=\
1652
	"..\..\acorn\riscos.h"\
1653
	"..\..\amiga\amiga.h"\
1654
	"..\..\aosvs\aosvs.h"\
1655
	"..\..\macdir.h"\
1656
	"..\..\macstat.h"\
1657
	"..\..\msdos\doscfg.h"\
1658
	"..\..\os2\os2cfg.h"\
1659
	"..\..\os2\os2data.h"\
1660
	"..\..\qdos\izqdos.h"\
1661
	"..\..\vmmvs.h"\
1662
	"..\..\win32\w32cfg.h"\
1663
	"..\..\zlib.h"\
1664
 
1665
 
1666
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
1667
 
1668
DEP_CPP_TTYIO=\
1669
	"..\..\crypt.h"\
1670
	"..\..\globals.h"\
1671
	"..\..\ttyio.h"\
1672
	"..\..\unzip.h"\
1673
	"..\..\unzpriv.h"\
1674
	"..\..\zip.h"\
1675
	"..\punzip.h"\
1676
	"..\punzip.rcv"\
1677
	"..\wince.h"\
1678
 
1679
NODEP_CPP_TTYIO=\
1680
	"..\..\acorn\riscos.h"\
1681
	"..\..\amiga\amiga.h"\
1682
	"..\..\aosvs\aosvs.h"\
1683
	"..\..\macdir.h"\
1684
	"..\..\macstat.h"\
1685
	"..\..\msdos\doscfg.h"\
1686
	"..\..\os2\os2cfg.h"\
1687
	"..\..\os2\os2data.h"\
1688
	"..\..\qdos\izqdos.h"\
1689
	"..\..\vmmvs.h"\
1690
	"..\..\win32\w32cfg.h"\
1691
	"..\..\zlib.h"\
1692
 
1693
 
1694
!ENDIF
1695
 
1696
# End Source File
1697
# Begin Source File
1698
 
1699
SOURCE=..\..\ttyio.h
1700
# End Source File
1701
# Begin Source File
1702
 
1703
SOURCE=..\..\ubz2err.c
1704
 
1705
!IF  "$(CFG)" == "punzip - Win32 Release"
1706
 
1707
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
1708
 
1709
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
1710
 
1711
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
1712
 
1713
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
1714
 
1715
DEP_CPP_UBZ2ERR=\
1716
	"..\..\globals.h"\
1717
	"..\..\unzip.h"\
1718
	"..\..\unzpriv.h"\
1719
	"..\intrface.h"\
1720
	"..\punzip.h"\
1721
	"..\punzip.rcv"\
1722
	"..\wince.h"\
1723
 
1724
NODEP_CPP_UBZ2ERR=\
1725
	"..\..\acorn\riscos.h"\
1726
	"..\..\amiga\amiga.h"\
1727
	"..\..\aosvs\aosvs.h"\
1728
	"..\..\macdir.h"\
1729
	"..\..\macstat.h"\
1730
	"..\..\msdos\doscfg.h"\
1731
	"..\..\os2\os2cfg.h"\
1732
	"..\..\os2\os2data.h"\
1733
	"..\..\qdos\izqdos.h"\
1734
	"..\..\vmmvs.h"\
1735
	"..\..\win32\w32cfg.h"\
1736
	"..\..\zlib.h"\
1737
 
1738
 
1739
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
1740
 
1741
DEP_CPP_UBZ2ERR=\
1742
	"..\..\globals.h"\
1743
	"..\..\unzip.h"\
1744
	"..\..\unzpriv.h"\
1745
	"..\intrface.h"\
1746
	"..\punzip.h"\
1747
	"..\punzip.rcv"\
1748
	"..\wince.h"\
1749
 
1750
NODEP_CPP_UBZ2ERR=\
1751
	"..\..\acorn\riscos.h"\
1752
	"..\..\amiga\amiga.h"\
1753
	"..\..\aosvs\aosvs.h"\
1754
	"..\..\macdir.h"\
1755
	"..\..\macstat.h"\
1756
	"..\..\msdos\doscfg.h"\
1757
	"..\..\os2\os2cfg.h"\
1758
	"..\..\os2\os2data.h"\
1759
	"..\..\qdos\izqdos.h"\
1760
	"..\..\vmmvs.h"\
1761
	"..\..\win32\w32cfg.h"\
1762
	"..\..\zlib.h"\
1763
 
1764
 
1765
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
1766
 
1767
DEP_CPP_UBZ2ERR=\
1768
	"..\..\globals.h"\
1769
	"..\..\unzip.h"\
1770
	"..\..\unzpriv.h"\
1771
	"..\intrface.h"\
1772
	"..\punzip.h"\
1773
	"..\punzip.rcv"\
1774
	"..\wince.h"\
1775
 
1776
NODEP_CPP_UBZ2ERR=\
1777
	"..\..\acorn\riscos.h"\
1778
	"..\..\amiga\amiga.h"\
1779
	"..\..\aosvs\aosvs.h"\
1780
	"..\..\macdir.h"\
1781
	"..\..\macstat.h"\
1782
	"..\..\msdos\doscfg.h"\
1783
	"..\..\os2\os2cfg.h"\
1784
	"..\..\os2\os2data.h"\
1785
	"..\..\qdos\izqdos.h"\
1786
	"..\..\vmmvs.h"\
1787
	"..\..\win32\w32cfg.h"\
1788
	"..\..\zlib.h"\
1789
 
1790
 
1791
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
1792
 
1793
DEP_CPP_UBZ2ERR=\
1794
	"..\..\globals.h"\
1795
	"..\..\unzip.h"\
1796
	"..\..\unzpriv.h"\
1797
	"..\intrface.h"\
1798
	"..\punzip.h"\
1799
	"..\punzip.rcv"\
1800
	"..\wince.h"\
1801
 
1802
NODEP_CPP_UBZ2ERR=\
1803
	"..\..\acorn\riscos.h"\
1804
	"..\..\amiga\amiga.h"\
1805
	"..\..\aosvs\aosvs.h"\
1806
	"..\..\macdir.h"\
1807
	"..\..\macstat.h"\
1808
	"..\..\msdos\doscfg.h"\
1809
	"..\..\os2\os2cfg.h"\
1810
	"..\..\os2\os2data.h"\
1811
	"..\..\qdos\izqdos.h"\
1812
	"..\..\vmmvs.h"\
1813
	"..\..\win32\w32cfg.h"\
1814
	"..\..\zlib.h"\
1815
 
1816
 
1817
!ENDIF
1818
 
1819
# End Source File
1820
# Begin Source File
1821
 
1822
SOURCE=..\..\unreduce.c
1823
 
1824
!IF  "$(CFG)" == "punzip - Win32 Release"
1825
 
1826
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
1827
 
1828
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
1829
 
1830
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
1831
 
1832
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
1833
 
1834
DEP_CPP_UNRED=\
1835
	"..\..\globals.h"\
1836
	"..\..\unzip.h"\
1837
	"..\..\unzpriv.h"\
1838
	"..\punzip.h"\
1839
	"..\punzip.rcv"\
1840
	"..\wince.h"\
1841
 
1842
NODEP_CPP_UNRED=\
1843
	"..\..\acorn\riscos.h"\
1844
	"..\..\amiga\amiga.h"\
1845
	"..\..\aosvs\aosvs.h"\
1846
	"..\..\macdir.h"\
1847
	"..\..\macstat.h"\
1848
	"..\..\msdos\doscfg.h"\
1849
	"..\..\os2\os2cfg.h"\
1850
	"..\..\os2\os2data.h"\
1851
	"..\..\qdos\izqdos.h"\
1852
	"..\..\vmmvs.h"\
1853
	"..\..\win32\w32cfg.h"\
1854
	"..\..\zlib.h"\
1855
 
1856
 
1857
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
1858
 
1859
DEP_CPP_UNRED=\
1860
	"..\..\globals.h"\
1861
	"..\..\unzip.h"\
1862
	"..\..\unzpriv.h"\
1863
	"..\punzip.h"\
1864
	"..\punzip.rcv"\
1865
	"..\wince.h"\
1866
 
1867
NODEP_CPP_UNRED=\
1868
	"..\..\acorn\riscos.h"\
1869
	"..\..\amiga\amiga.h"\
1870
	"..\..\aosvs\aosvs.h"\
1871
	"..\..\macdir.h"\
1872
	"..\..\macstat.h"\
1873
	"..\..\msdos\doscfg.h"\
1874
	"..\..\os2\os2cfg.h"\
1875
	"..\..\os2\os2data.h"\
1876
	"..\..\qdos\izqdos.h"\
1877
	"..\..\vmmvs.h"\
1878
	"..\..\win32\w32cfg.h"\
1879
	"..\..\zlib.h"\
1880
 
1881
 
1882
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
1883
 
1884
DEP_CPP_UNRED=\
1885
	"..\..\globals.h"\
1886
	"..\..\unzip.h"\
1887
	"..\..\unzpriv.h"\
1888
	"..\punzip.h"\
1889
	"..\punzip.rcv"\
1890
	"..\wince.h"\
1891
 
1892
NODEP_CPP_UNRED=\
1893
	"..\..\acorn\riscos.h"\
1894
	"..\..\amiga\amiga.h"\
1895
	"..\..\aosvs\aosvs.h"\
1896
	"..\..\macdir.h"\
1897
	"..\..\macstat.h"\
1898
	"..\..\msdos\doscfg.h"\
1899
	"..\..\os2\os2cfg.h"\
1900
	"..\..\os2\os2data.h"\
1901
	"..\..\qdos\izqdos.h"\
1902
	"..\..\vmmvs.h"\
1903
	"..\..\win32\w32cfg.h"\
1904
	"..\..\zlib.h"\
1905
 
1906
 
1907
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
1908
 
1909
DEP_CPP_UNRED=\
1910
	"..\..\globals.h"\
1911
	"..\..\unzip.h"\
1912
	"..\..\unzpriv.h"\
1913
	"..\punzip.h"\
1914
	"..\punzip.rcv"\
1915
	"..\wince.h"\
1916
 
1917
NODEP_CPP_UNRED=\
1918
	"..\..\acorn\riscos.h"\
1919
	"..\..\amiga\amiga.h"\
1920
	"..\..\aosvs\aosvs.h"\
1921
	"..\..\macdir.h"\
1922
	"..\..\macstat.h"\
1923
	"..\..\msdos\doscfg.h"\
1924
	"..\..\os2\os2cfg.h"\
1925
	"..\..\os2\os2data.h"\
1926
	"..\..\qdos\izqdos.h"\
1927
	"..\..\vmmvs.h"\
1928
	"..\..\win32\w32cfg.h"\
1929
	"..\..\zlib.h"\
1930
 
1931
 
1932
!ENDIF
1933
 
1934
# End Source File
1935
# Begin Source File
1936
 
1937
SOURCE=..\..\unshrink.c
1938
 
1939
!IF  "$(CFG)" == "punzip - Win32 Release"
1940
 
1941
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
1942
 
1943
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
1944
 
1945
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
1946
 
1947
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
1948
 
1949
DEP_CPP_UNSHR=\
1950
	"..\..\globals.h"\
1951
	"..\..\unzip.h"\
1952
	"..\..\unzpriv.h"\
1953
	"..\punzip.h"\
1954
	"..\punzip.rcv"\
1955
	"..\wince.h"\
1956
 
1957
NODEP_CPP_UNSHR=\
1958
	"..\..\acorn\riscos.h"\
1959
	"..\..\amiga\amiga.h"\
1960
	"..\..\aosvs\aosvs.h"\
1961
	"..\..\macdir.h"\
1962
	"..\..\macstat.h"\
1963
	"..\..\msdos\doscfg.h"\
1964
	"..\..\os2\os2cfg.h"\
1965
	"..\..\os2\os2data.h"\
1966
	"..\..\qdos\izqdos.h"\
1967
	"..\..\vmmvs.h"\
1968
	"..\..\win32\w32cfg.h"\
1969
	"..\..\zlib.h"\
1970
 
1971
 
1972
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
1973
 
1974
DEP_CPP_UNSHR=\
1975
	"..\..\globals.h"\
1976
	"..\..\unzip.h"\
1977
	"..\..\unzpriv.h"\
1978
	"..\punzip.h"\
1979
	"..\punzip.rcv"\
1980
	"..\wince.h"\
1981
 
1982
NODEP_CPP_UNSHR=\
1983
	"..\..\acorn\riscos.h"\
1984
	"..\..\amiga\amiga.h"\
1985
	"..\..\aosvs\aosvs.h"\
1986
	"..\..\macdir.h"\
1987
	"..\..\macstat.h"\
1988
	"..\..\msdos\doscfg.h"\
1989
	"..\..\os2\os2cfg.h"\
1990
	"..\..\os2\os2data.h"\
1991
	"..\..\qdos\izqdos.h"\
1992
	"..\..\vmmvs.h"\
1993
	"..\..\win32\w32cfg.h"\
1994
	"..\..\zlib.h"\
1995
 
1996
 
1997
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
1998
 
1999
DEP_CPP_UNSHR=\
2000
	"..\..\globals.h"\
2001
	"..\..\unzip.h"\
2002
	"..\..\unzpriv.h"\
2003
	"..\punzip.h"\
2004
	"..\punzip.rcv"\
2005
	"..\wince.h"\
2006
 
2007
NODEP_CPP_UNSHR=\
2008
	"..\..\acorn\riscos.h"\
2009
	"..\..\amiga\amiga.h"\
2010
	"..\..\aosvs\aosvs.h"\
2011
	"..\..\macdir.h"\
2012
	"..\..\macstat.h"\
2013
	"..\..\msdos\doscfg.h"\
2014
	"..\..\os2\os2cfg.h"\
2015
	"..\..\os2\os2data.h"\
2016
	"..\..\qdos\izqdos.h"\
2017
	"..\..\vmmvs.h"\
2018
	"..\..\win32\w32cfg.h"\
2019
	"..\..\zlib.h"\
2020
 
2021
 
2022
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
2023
 
2024
DEP_CPP_UNSHR=\
2025
	"..\..\globals.h"\
2026
	"..\..\unzip.h"\
2027
	"..\..\unzpriv.h"\
2028
	"..\punzip.h"\
2029
	"..\punzip.rcv"\
2030
	"..\wince.h"\
2031
 
2032
NODEP_CPP_UNSHR=\
2033
	"..\..\acorn\riscos.h"\
2034
	"..\..\amiga\amiga.h"\
2035
	"..\..\aosvs\aosvs.h"\
2036
	"..\..\macdir.h"\
2037
	"..\..\macstat.h"\
2038
	"..\..\msdos\doscfg.h"\
2039
	"..\..\os2\os2cfg.h"\
2040
	"..\..\os2\os2data.h"\
2041
	"..\..\qdos\izqdos.h"\
2042
	"..\..\vmmvs.h"\
2043
	"..\..\win32\w32cfg.h"\
2044
	"..\..\zlib.h"\
2045
 
2046
 
2047
!ENDIF
2048
 
2049
# End Source File
2050
# Begin Source File
2051
 
2052
SOURCE=..\..\unzip.h
2053
# End Source File
2054
# Begin Source File
2055
 
2056
SOURCE=..\..\unzpriv.h
2057
# End Source File
2058
# Begin Source File
2059
 
2060
SOURCE=..\..\unzvers.h
2061
# End Source File
2062
# Begin Source File
2063
 
2064
SOURCE=..\..\zip.h
2065
# End Source File
2066
# End Group
2067
# Begin Group "Pocket UnZip Sources"
2068
 
2069
# PROP Default_Filter ""
2070
# Begin Source File
2071
 
2072
SOURCE=..\intrface.cpp
2073
 
2074
!IF  "$(CFG)" == "punzip - Win32 Release"
2075
 
2076
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
2077
 
2078
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
2079
 
2080
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
2081
 
2082
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
2083
 
2084
DEP_CPP_INTRF=\
2085
	"..\..\crypt.h"\
2086
	"..\..\globals.h"\
2087
	"..\..\unzip.h"\
2088
	"..\..\unzpriv.h"\
2089
	"..\intrface.h"\
2090
	"..\punzip.h"\
2091
	"..\punzip.rcv"\
2092
	"..\wince.h"\
2093
	"..\winmain.h"\
2094
 
2095
NODEP_CPP_INTRF=\
2096
	"..\..\acorn\riscos.h"\
2097
	"..\..\amiga\amiga.h"\
2098
	"..\..\aosvs\aosvs.h"\
2099
	"..\..\macdir.h"\
2100
	"..\..\macstat.h"\
2101
	"..\..\msdos\doscfg.h"\
2102
	"..\..\os2\os2cfg.h"\
2103
	"..\..\os2\os2data.h"\
2104
	"..\..\qdos\izqdos.h"\
2105
	"..\..\vmmvs.h"\
2106
	"..\..\win32\w32cfg.h"\
2107
	"..\..\zlib.h"\
2108
 
2109
 
2110
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
2111
 
2112
DEP_CPP_INTRF=\
2113
	"..\..\crypt.h"\
2114
	"..\..\globals.h"\
2115
	"..\..\unzip.h"\
2116
	"..\..\unzpriv.h"\
2117
	"..\intrface.h"\
2118
	"..\punzip.h"\
2119
	"..\punzip.rcv"\
2120
	"..\wince.h"\
2121
	"..\winmain.h"\
2122
 
2123
NODEP_CPP_INTRF=\
2124
	"..\..\acorn\riscos.h"\
2125
	"..\..\amiga\amiga.h"\
2126
	"..\..\aosvs\aosvs.h"\
2127
	"..\..\macdir.h"\
2128
	"..\..\macstat.h"\
2129
	"..\..\msdos\doscfg.h"\
2130
	"..\..\os2\os2cfg.h"\
2131
	"..\..\os2\os2data.h"\
2132
	"..\..\qdos\izqdos.h"\
2133
	"..\..\vmmvs.h"\
2134
	"..\..\win32\w32cfg.h"\
2135
	"..\..\zlib.h"\
2136
 
2137
 
2138
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
2139
 
2140
DEP_CPP_INTRF=\
2141
	"..\..\crypt.h"\
2142
	"..\..\globals.h"\
2143
	"..\..\unzip.h"\
2144
	"..\..\unzpriv.h"\
2145
	"..\intrface.h"\
2146
	"..\punzip.h"\
2147
	"..\punzip.rcv"\
2148
	"..\wince.h"\
2149
	"..\winmain.h"\
2150
 
2151
NODEP_CPP_INTRF=\
2152
	"..\..\acorn\riscos.h"\
2153
	"..\..\amiga\amiga.h"\
2154
	"..\..\aosvs\aosvs.h"\
2155
	"..\..\macdir.h"\
2156
	"..\..\macstat.h"\
2157
	"..\..\msdos\doscfg.h"\
2158
	"..\..\os2\os2cfg.h"\
2159
	"..\..\os2\os2data.h"\
2160
	"..\..\qdos\izqdos.h"\
2161
	"..\..\vmmvs.h"\
2162
	"..\..\win32\w32cfg.h"\
2163
	"..\..\zlib.h"\
2164
 
2165
 
2166
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
2167
 
2168
DEP_CPP_INTRF=\
2169
	"..\..\crypt.h"\
2170
	"..\..\globals.h"\
2171
	"..\..\unzip.h"\
2172
	"..\..\unzpriv.h"\
2173
	"..\intrface.h"\
2174
	"..\punzip.h"\
2175
	"..\punzip.rcv"\
2176
	"..\wince.h"\
2177
	"..\winmain.h"\
2178
 
2179
NODEP_CPP_INTRF=\
2180
	"..\..\acorn\riscos.h"\
2181
	"..\..\amiga\amiga.h"\
2182
	"..\..\aosvs\aosvs.h"\
2183
	"..\..\macdir.h"\
2184
	"..\..\macstat.h"\
2185
	"..\..\msdos\doscfg.h"\
2186
	"..\..\os2\os2cfg.h"\
2187
	"..\..\os2\os2data.h"\
2188
	"..\..\qdos\izqdos.h"\
2189
	"..\..\vmmvs.h"\
2190
	"..\..\win32\w32cfg.h"\
2191
	"..\..\zlib.h"\
2192
 
2193
 
2194
!ENDIF
2195
 
2196
# End Source File
2197
# Begin Source File
2198
 
2199
SOURCE=..\intrface.h
2200
# End Source File
2201
# Begin Source File
2202
 
2203
SOURCE=..\punzip.h
2204
# End Source File
2205
# Begin Source File
2206
 
2207
SOURCE=..\punzip.rc
2208
 
2209
!IF  "$(CFG)" == "punzip - Win32 Release"
2210
 
2211
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
2212
 
2213
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
2214
 
2215
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
2216
 
2217
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
2218
 
2219
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
2220
 
2221
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
2222
 
2223
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
2224
 
2225
!ENDIF
2226
 
2227
# End Source File
2228
# Begin Source File
2229
 
2230
SOURCE=..\punzip.rcv
2231
# End Source File
2232
# Begin Source File
2233
 
2234
SOURCE=..\resource.h
2235
# End Source File
2236
# Begin Source File
2237
 
2238
SOURCE=..\wcecfg.h
2239
# End Source File
2240
# Begin Source File
2241
 
2242
SOURCE=..\wince.cpp
2243
 
2244
!IF  "$(CFG)" == "punzip - Win32 Release"
2245
 
2246
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
2247
 
2248
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
2249
 
2250
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
2251
 
2252
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
2253
 
2254
DEP_CPP_WINCE=\
2255
	"..\punzip.h"\
2256
	"..\punzip.rcv"\
2257
	"..\wince.h"\
2258
 
2259
 
2260
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
2261
 
2262
DEP_CPP_WINCE=\
2263
	"..\punzip.h"\
2264
	"..\punzip.rcv"\
2265
	"..\wince.h"\
2266
 
2267
 
2268
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
2269
 
2270
DEP_CPP_WINCE=\
2271
	"..\punzip.h"\
2272
	"..\punzip.rcv"\
2273
	"..\wince.h"\
2274
 
2275
 
2276
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
2277
 
2278
DEP_CPP_WINCE=\
2279
	"..\punzip.h"\
2280
	"..\punzip.rcv"\
2281
	"..\wince.h"\
2282
 
2283
 
2284
!ENDIF
2285
 
2286
# End Source File
2287
# Begin Source File
2288
 
2289
SOURCE=..\wince.h
2290
# End Source File
2291
# Begin Source File
2292
 
2293
SOURCE=..\winmain.cpp
2294
 
2295
!IF  "$(CFG)" == "punzip - Win32 Release"
2296
 
2297
!ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
2298
 
2299
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
2300
 
2301
!ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
2302
 
2303
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
2304
 
2305
DEP_CPP_WINMA=\
2306
	"..\..\consts.h"\
2307
	"..\..\crypt.h"\
2308
	"..\..\globals.h"\
2309
	"..\..\unzip.h"\
2310
	"..\..\unzpriv.h"\
2311
	"..\..\unzvers.h"\
2312
	"..\intrface.h"\
2313
	"..\punzip.h"\
2314
	"..\punzip.rcv"\
2315
	"..\wince.h"\
2316
	"..\winmain.h"\
2317
 
2318
NODEP_CPP_WINMA=\
2319
	"..\..\acorn\riscos.h"\
2320
	"..\..\amiga\amiga.h"\
2321
	"..\..\aosvs\aosvs.h"\
2322
	"..\..\macdir.h"\
2323
	"..\..\macstat.h"\
2324
	"..\..\msdos\doscfg.h"\
2325
	"..\..\os2\os2cfg.h"\
2326
	"..\..\os2\os2data.h"\
2327
	"..\..\qdos\izqdos.h"\
2328
	"..\..\vmmvs.h"\
2329
	"..\..\win32\w32cfg.h"\
2330
	"..\..\zlib.h"\
2331
 
2332
 
2333
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
2334
 
2335
DEP_CPP_WINMA=\
2336
	"..\..\consts.h"\
2337
	"..\..\crypt.h"\
2338
	"..\..\globals.h"\
2339
	"..\..\unzip.h"\
2340
	"..\..\unzpriv.h"\
2341
	"..\..\unzvers.h"\
2342
	"..\intrface.h"\
2343
	"..\punzip.h"\
2344
	"..\punzip.rcv"\
2345
	"..\wince.h"\
2346
	"..\winmain.h"\
2347
 
2348
NODEP_CPP_WINMA=\
2349
	"..\..\acorn\riscos.h"\
2350
	"..\..\amiga\amiga.h"\
2351
	"..\..\aosvs\aosvs.h"\
2352
	"..\..\macdir.h"\
2353
	"..\..\macstat.h"\
2354
	"..\..\msdos\doscfg.h"\
2355
	"..\..\os2\os2cfg.h"\
2356
	"..\..\os2\os2data.h"\
2357
	"..\..\qdos\izqdos.h"\
2358
	"..\..\vmmvs.h"\
2359
	"..\..\win32\w32cfg.h"\
2360
	"..\..\zlib.h"\
2361
 
2362
 
2363
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Release"
2364
 
2365
DEP_CPP_WINMA=\
2366
	"..\..\consts.h"\
2367
	"..\..\crypt.h"\
2368
	"..\..\globals.h"\
2369
	"..\..\unzip.h"\
2370
	"..\..\unzpriv.h"\
2371
	"..\..\unzvers.h"\
2372
	"..\intrface.h"\
2373
	"..\punzip.h"\
2374
	"..\punzip.rcv"\
2375
	"..\wince.h"\
2376
	"..\winmain.h"\
2377
 
2378
NODEP_CPP_WINMA=\
2379
	"..\..\acorn\riscos.h"\
2380
	"..\..\amiga\amiga.h"\
2381
	"..\..\aosvs\aosvs.h"\
2382
	"..\..\macdir.h"\
2383
	"..\..\macstat.h"\
2384
	"..\..\msdos\doscfg.h"\
2385
	"..\..\os2\os2cfg.h"\
2386
	"..\..\os2\os2data.h"\
2387
	"..\..\qdos\izqdos.h"\
2388
	"..\..\vmmvs.h"\
2389
	"..\..\win32\w32cfg.h"\
2390
	"..\..\zlib.h"\
2391
 
2392
 
2393
!ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH) Debug"
2394
 
2395
DEP_CPP_WINMA=\
2396
	"..\..\consts.h"\
2397
	"..\..\crypt.h"\
2398
	"..\..\globals.h"\
2399
	"..\..\unzip.h"\
2400
	"..\..\unzpriv.h"\
2401
	"..\..\unzvers.h"\
2402
	"..\intrface.h"\
2403
	"..\punzip.h"\
2404
	"..\punzip.rcv"\
2405
	"..\wince.h"\
2406
	"..\winmain.h"\
2407
 
2408
NODEP_CPP_WINMA=\
2409
	"..\..\acorn\riscos.h"\
2410
	"..\..\amiga\amiga.h"\
2411
	"..\..\aosvs\aosvs.h"\
2412
	"..\..\macdir.h"\
2413
	"..\..\macstat.h"\
2414
	"..\..\msdos\doscfg.h"\
2415
	"..\..\os2\os2cfg.h"\
2416
	"..\..\os2\os2data.h"\
2417
	"..\..\qdos\izqdos.h"\
2418
	"..\..\vmmvs.h"\
2419
	"..\..\win32\w32cfg.h"\
2420
	"..\..\zlib.h"\
2421
 
2422
 
2423
!ENDIF
2424
 
2425
# End Source File
2426
# Begin Source File
2427
 
2428
SOURCE=..\winmain.h
2429
# End Source File
2430
# End Group
2431
# Begin Group "Resources"
2432
 
2433
# PROP Default_Filter ""
2434
# Begin Source File
2435
 
2436
SOURCE=..\ilmask.bmp
2437
# End Source File
2438
# Begin Source File
2439
 
2440
SOURCE=..\imglist.2bp
2441
# End Source File
2442
# Begin Source File
2443
 
2444
SOURCE=..\imglist.bmp
2445
# End Source File
2446
# Begin Source File
2447
 
2448
SOURCE=..\punzip.ic2
2449
# End Source File
2450
# Begin Source File
2451
 
2452
SOURCE=..\punzip.ico
2453
# End Source File
2454
# Begin Source File
2455
 
2456
SOURCE=..\toolbar.2bp
2457
# End Source File
2458
# Begin Source File
2459
 
2460
SOURCE=..\toolbar.bmp
2461
# End Source File
2462
# Begin Source File
2463
 
2464
SOURCE=..\zipfile.ic2
2465
# End Source File
2466
# Begin Source File
2467
 
2468
SOURCE=..\zipfile.ico
2469
# End Source File
2470
# End Group
2471
# Begin Group "Documentation"
2472
 
2473
# PROP Default_Filter ""
2474
# Begin Source File
2475
 
2476
SOURCE=..\Contents
2477
# End Source File
2478
# Begin Source File
2479
 
2480
SOURCE=..\punzip.htp
2481
# End Source File
2482
# Begin Source File
2483
 
2484
SOURCE=..\README
2485
# End Source File
2486
# End Group
2487
# End Target
2488
# End Project