1# Microsoft Developer Studio Project File - Name="unz32dll" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=unz32dll - Win32 ASM 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 "unz32dll.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 "unz32dll.mak" CFG="unz32dll - Win32 ASM Debug"
17!MESSAGE 
18!MESSAGE Possible choices for configuration are:
19!MESSAGE 
20!MESSAGE "unz32dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "unz32dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE "unz32dll - Win32 ASM Release" (based on "Win32 (x86) Dynamic-Link Library")
23!MESSAGE "unz32dll - Win32 ASM Debug" (based on "Win32 (x86) Dynamic-Link Library")
24!MESSAGE "unz32dll - Win32 Static Release" (based on "Win32 (x86) Dynamic-Link Library")
25!MESSAGE "unz32dll - Win32 Static Debug" (based on "Win32 (x86) Dynamic-Link Library")
26!MESSAGE "unz32dll - Win32 ASM Static Release" (based on "Win32 (x86) Dynamic-Link Library")
27!MESSAGE "unz32dll - Win32 ASM Static Debug" (based on "Win32 (x86) Dynamic-Link Library")
28!MESSAGE 
29
30# Begin Project
31# PROP AllowPerConfigDependencies 0
32# PROP Scc_ProjName ""
33# PROP Scc_LocalPath ""
34CPP=cl.exe
35MTL=midl.exe
36RSC=rc.exe
37
38!IF  "$(CFG)" == "unz32dll - Win32 Release"
39
40# PROP BASE Use_MFC 0
41# PROP BASE Use_Debug_Libraries 0
42# PROP BASE Output_Dir "Release"
43# PROP BASE Intermediate_Dir "Release"
44# PROP BASE Target_Dir ""
45# PROP Use_MFC 0
46# PROP Use_Debug_Libraries 0
47# PROP Output_Dir "../Release/app"
48# PROP Intermediate_Dir "Release"
49# PROP Ignore_Export_Lib 0
50# PROP Target_Dir ""
51# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
52# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../.." /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /D "WINDLL" /D "DLL" /D "USE_EF_UT_TIME" /YX /FD /c
53# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
54# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
55# ADD BASE RSC /l 0x409 /d "NDEBUG"
56# ADD RSC /l 0x409 /d "NDEBUG" /d "WIN32"
57BSC32=bscmake.exe
58# ADD BASE BSC32 /nologo
59# ADD BSC32 /nologo
60LINK32=link.exe
61# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386
62# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../Release/app/unzip32.dll"
63
64!ELSEIF  "$(CFG)" == "unz32dll - Win32 Debug"
65
66# PROP BASE Use_MFC 0
67# PROP BASE Use_Debug_Libraries 1
68# PROP BASE Output_Dir "Debug"
69# PROP BASE Intermediate_Dir "Debug"
70# PROP BASE Target_Dir ""
71# PROP Use_MFC 0
72# PROP Use_Debug_Libraries 1
73# PROP Output_Dir "../Debug/app"
74# PROP Intermediate_Dir "Debug"
75# PROP Ignore_Export_Lib 0
76# PROP Target_Dir ""
77# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
78# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../.." /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /D "WINDLL" /D "DLL" /D "USE_EF_UT_TIME" /YX /FD /c
79# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
80# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
81# ADD BASE RSC /l 0x409 /d "_DEBUG"
82# ADD RSC /l 0x409 /d "_DEBUG" /d "WIN32"
83BSC32=bscmake.exe
84# ADD BASE BSC32 /nologo
85# ADD BSC32 /nologo
86LINK32=link.exe
87# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
88# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../Debug/app/unzip32.dll" /pdbtype:sept
89
90!ELSEIF  "$(CFG)" == "unz32dll - Win32 ASM Release"
91
92# PROP BASE Use_MFC 0
93# PROP BASE Use_Debug_Libraries 0
94# PROP BASE Output_Dir "Release"
95# PROP BASE Intermediate_Dir "Release"
96# PROP BASE Target_Dir ""
97# PROP Use_MFC 0
98# PROP Use_Debug_Libraries 0
99# PROP Output_Dir "../Release.ASM/app"
100# PROP Intermediate_Dir "Release.ASM"
101# PROP Ignore_Export_Lib 0
102# PROP Target_Dir ""
103# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
104# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../.." /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /D "WINDLL" /D "DLL" /D "USE_EF_UT_TIME" /D "ASM_CRC" /YX /FD /c
105# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
106# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
107# ADD BASE RSC /l 0x409 /d "NDEBUG"
108# ADD RSC /l 0x409 /d "NDEBUG" /d "WIN32"
109BSC32=bscmake.exe
110# ADD BASE BSC32 /nologo
111# ADD BSC32 /nologo
112LINK32=link.exe
113# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386
114# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../Release.ASM/app/unzip32.dll"
115
116!ELSEIF  "$(CFG)" == "unz32dll - Win32 ASM Debug"
117
118# PROP BASE Use_MFC 0
119# PROP BASE Use_Debug_Libraries 1
120# PROP BASE Output_Dir "Debug"
121# PROP BASE Intermediate_Dir "Debug"
122# PROP BASE Target_Dir ""
123# PROP Use_MFC 0
124# PROP Use_Debug_Libraries 1
125# PROP Output_Dir "../Debug.ASM/app"
126# PROP Intermediate_Dir "Debug.ASM"
127# PROP Ignore_Export_Lib 0
128# PROP Target_Dir ""
129# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
130# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../.." /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /D "WINDLL" /D "DLL" /D "USE_EF_UT_TIME" /D "ASM_CRC" /YX /FD /c
131# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
132# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
133# ADD BASE RSC /l 0x409 /d "_DEBUG"
134# ADD RSC /l 0x409 /d "_DEBUG" /d "WIN32"
135BSC32=bscmake.exe
136# ADD BASE BSC32 /nologo
137# ADD BSC32 /nologo
138LINK32=link.exe
139# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
140# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../Debug.ASM/app/unzip32.dll" /pdbtype:sept
141
142!ELSEIF  "$(CFG)" == "unz32dll - Win32 Static Release"
143
144# PROP BASE Use_MFC 0
145# PROP BASE Use_Debug_Libraries 0
146# PROP BASE Output_Dir "StatRelease"
147# PROP BASE Intermediate_Dir "StatRelease"
148# PROP BASE Target_Dir ""
149# PROP Use_MFC 0
150# PROP Use_Debug_Libraries 0
151# PROP Output_Dir "../StatRelease/app"
152# PROP Intermediate_Dir "StatRelease"
153# PROP Ignore_Export_Lib 0
154# PROP Target_Dir ""
155# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
156# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../.." /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /D "WINDLL" /D "DLL" /D "USE_EF_UT_TIME" /YX /FD /c
157# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
158# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
159# ADD BASE RSC /l 0x409 /d "NDEBUG"
160# ADD RSC /l 0x409 /d "NDEBUG" /d "WIN32"
161BSC32=bscmake.exe
162# ADD BASE BSC32 /nologo
163# ADD BSC32 /nologo
164LINK32=link.exe
165# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386
166# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../StatRelease/app/unzip32.dll"
167
168!ELSEIF  "$(CFG)" == "unz32dll - Win32 Static Debug"
169
170# PROP BASE Use_MFC 0
171# PROP BASE Use_Debug_Libraries 1
172# PROP BASE Output_Dir "StatDebug"
173# PROP BASE Intermediate_Dir "StatDebug"
174# PROP BASE Target_Dir ""
175# PROP Use_MFC 0
176# PROP Use_Debug_Libraries 1
177# PROP Output_Dir "../StatDebug/app"
178# PROP Intermediate_Dir "StatDebug"
179# PROP Ignore_Export_Lib 0
180# PROP Target_Dir ""
181# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
182# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../.." /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /D "WINDLL" /D "DLL" /D "USE_EF_UT_TIME" /YX /FD /c
183# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
184# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
185# ADD BASE RSC /l 0x409 /d "_DEBUG"
186# ADD RSC /l 0x409 /d "_DEBUG" /d "WIN32"
187BSC32=bscmake.exe
188# ADD BASE BSC32 /nologo
189# ADD BSC32 /nologo
190LINK32=link.exe
191# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
192# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../StatDebug/app/unzip32.dll" /pdbtype:sept
193
194!ELSEIF  "$(CFG)" == "unz32dll - Win32 ASM Static Release"
195
196# PROP BASE Use_MFC 0
197# PROP BASE Use_Debug_Libraries 0
198# PROP BASE Output_Dir "StatRelease"
199# PROP BASE Intermediate_Dir "StatRelease"
200# PROP BASE Target_Dir ""
201# PROP Use_MFC 0
202# PROP Use_Debug_Libraries 0
203# PROP Output_Dir "../StatRelease.ASM/app"
204# PROP Intermediate_Dir "StatRelease.ASM"
205# PROP Ignore_Export_Lib 0
206# PROP Target_Dir ""
207# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
208# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../.." /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /D "WINDLL" /D "DLL" /D "USE_EF_UT_TIME" /D "ASM_CRC" /YX /FD /c
209# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
210# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
211# ADD BASE RSC /l 0x409 /d "NDEBUG"
212# ADD RSC /l 0x409 /d "NDEBUG" /d "WIN32"
213BSC32=bscmake.exe
214# ADD BASE BSC32 /nologo
215# ADD BSC32 /nologo
216LINK32=link.exe
217# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386
218# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../StatRelease.ASM/app/unzip32.dll"
219
220!ELSEIF  "$(CFG)" == "unz32dll - Win32 ASM Static Debug"
221
222# PROP BASE Use_MFC 0
223# PROP BASE Use_Debug_Libraries 1
224# PROP BASE Output_Dir "StatDebug"
225# PROP BASE Intermediate_Dir "StatDebug"
226# PROP BASE Target_Dir ""
227# PROP Use_MFC 0
228# PROP Use_Debug_Libraries 1
229# PROP Output_Dir "../StatDebug.ASM/app"
230# PROP Intermediate_Dir "StatDebug.ASM"
231# PROP Ignore_Export_Lib 0
232# PROP Target_Dir ""
233# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
234# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../.." /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /D "WINDLL" /D "DLL" /D "USE_EF_UT_TIME" /D "ASM_CRC" /YX /FD /c
235# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
236# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
237# ADD BASE RSC /l 0x409 /d "_DEBUG"
238# ADD RSC /l 0x409 /d "_DEBUG" /d "WIN32"
239BSC32=bscmake.exe
240# ADD BASE BSC32 /nologo
241# ADD BSC32 /nologo
242LINK32=link.exe
243# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
244# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../StatDebug.ASM/app/unzip32.dll" /pdbtype:sept
245
246!ENDIF 
247
248# Begin Target
249
250# Name "unz32dll - Win32 Release"
251# Name "unz32dll - Win32 Debug"
252# Name "unz32dll - Win32 ASM Release"
253# Name "unz32dll - Win32 ASM Debug"
254# Name "unz32dll - Win32 Static Release"
255# Name "unz32dll - Win32 Static Debug"
256# Name "unz32dll - Win32 ASM Static Release"
257# Name "unz32dll - Win32 ASM Static Debug"
258# Begin Source File
259
260SOURCE=..\..\..\api.c
261# End Source File
262# Begin Source File
263
264SOURCE=..\..\..\crc32.c
265# End Source File
266# Begin Source File
267
268SOURCE=..\..\..\win32\crc_i386.c
269# End Source File
270# Begin Source File
271
272SOURCE=..\..\..\crypt.c
273# End Source File
274# Begin Source File
275
276SOURCE=..\..\..\explode.c
277# End Source File
278# Begin Source File
279
280SOURCE=..\..\..\extract.c
281# End Source File
282# Begin Source File
283
284SOURCE=..\..\..\fileio.c
285# End Source File
286# Begin Source File
287
288SOURCE=..\..\..\globals.c
289# End Source File
290# Begin Source File
291
292SOURCE=..\..\..\inflate.c
293# End Source File
294# Begin Source File
295
296SOURCE=..\..\..\list.c
297# End Source File
298# Begin Source File
299
300SOURCE=..\..\..\match.c
301# End Source File
302# Begin Source File
303
304SOURCE=..\..\..\win32\nt.c
305# End Source File
306# Begin Source File
307
308SOURCE=..\..\..\process.c
309# End Source File
310# Begin Source File
311
312SOURCE=..\..\..\ubz2err.c
313# End Source File
314# Begin Source File
315
316SOURCE=..\..\..\unreduce.c
317# End Source File
318# Begin Source File
319
320SOURCE=..\..\..\unshrink.c
321# End Source File
322# Begin Source File
323
324SOURCE=..\..\..\win32\win32.c
325# End Source File
326# Begin Source File
327
328SOURCE=..\..\..\win32\win32i64.c
329# End Source File
330# Begin Source File
331
332SOURCE=..\..\..\windll\windll.c
333# End Source File
334# Begin Source File
335
336SOURCE=..\..\..\windll\windll.rc
337# End Source File
338# Begin Source File
339
340SOURCE=..\..\..\windll\windll32.def
341# End Source File
342# Begin Source File
343
344SOURCE=..\..\..\zipinfo.c
345# End Source File
346# End Target
347# End Project
348