1 | # Microsoft Developer Studio Project File - Name="unzip" - 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=unzip - 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 "unzip.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 "unzip.mak" CFG="unzip - Win32 ASM Debug"
|
---|
17 | !MESSAGE
|
---|
18 | !MESSAGE Possible choices for configuration are:
|
---|
19 | !MESSAGE
|
---|
20 | !MESSAGE "unzip - Win32 Release" (based on "Win32 (x86) Console Application")
|
---|
21 | !MESSAGE "unzip - Win32 Debug" (based on "Win32 (x86) Console Application")
|
---|
22 | !MESSAGE "unzip - Win32 ASM Release" (based on "Win32 (x86) Console Application")
|
---|
23 | !MESSAGE "unzip - Win32 ASM Debug" (based on "Win32 (x86) Console Application")
|
---|
24 | !MESSAGE
|
---|
25 |
|
---|
26 | # Begin Project
|
---|
27 | # PROP AllowPerConfigDependencies 0
|
---|
28 | # PROP Scc_ProjName ""
|
---|
29 | # PROP Scc_LocalPath ""
|
---|
30 | CPP=cl.exe
|
---|
31 | RSC=rc.exe
|
---|
32 |
|
---|
33 | !IF "$(CFG)" == "unzip - Win32 Release"
|
---|
34 |
|
---|
35 | # PROP BASE Use_MFC 0
|
---|
36 | # PROP BASE Use_Debug_Libraries 0
|
---|
37 | # PROP BASE Output_Dir "unzip__Win32_Release"
|
---|
38 | # PROP BASE Intermediate_Dir "unzip__Win32_Release"
|
---|
39 | # PROP BASE Target_Dir ""
|
---|
40 | # PROP Use_MFC 0
|
---|
41 | # PROP Use_Debug_Libraries 0
|
---|
42 | # PROP Output_Dir "unzip__Win32_Release"
|
---|
43 | # PROP Intermediate_Dir "unzip__Win32_Release"
|
---|
44 | # PROP Ignore_Export_Lib 0
|
---|
45 | # PROP Target_Dir ""
|
---|
46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /FD /c
|
---|
47 | # ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /c
|
---|
48 | # ADD BASE RSC /l 0x409 /d "NDEBUG"
|
---|
49 | # ADD RSC /l 0x409 /d "NDEBUG"
|
---|
50 | BSC32=bscmake.exe
|
---|
51 | # ADD BASE BSC32 /nologo
|
---|
52 | # ADD BSC32 /nologo
|
---|
53 | LINK32=link.exe
|
---|
54 | # 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
|
---|
55 | # ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /machine:I386
|
---|
56 |
|
---|
57 | !ELSEIF "$(CFG)" == "unzip - Win32 Debug"
|
---|
58 |
|
---|
59 | # PROP BASE Use_MFC 0
|
---|
60 | # PROP BASE Use_Debug_Libraries 1
|
---|
61 | # PROP BASE Output_Dir "unzip__Win32_Debug"
|
---|
62 | # PROP BASE Intermediate_Dir "unzip__Win32_Debug"
|
---|
63 | # PROP BASE Target_Dir ""
|
---|
64 | # PROP Use_MFC 0
|
---|
65 | # PROP Use_Debug_Libraries 1
|
---|
66 | # PROP Output_Dir "unzip__Win32_Debug"
|
---|
67 | # PROP Intermediate_Dir "unzip__Win32_Debug"
|
---|
68 | # PROP Ignore_Export_Lib 0
|
---|
69 | # PROP Target_Dir ""
|
---|
70 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /FD /GZ /c
|
---|
71 | # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
|
---|
72 | # ADD BASE RSC /l 0x409 /d "_DEBUG"
|
---|
73 | # ADD RSC /l 0x409 /d "_DEBUG"
|
---|
74 | BSC32=bscmake.exe
|
---|
75 | # ADD BASE BSC32 /nologo
|
---|
76 | # ADD BSC32 /nologo
|
---|
77 | LINK32=link.exe
|
---|
78 | # 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
|
---|
79 | # ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
|
---|
80 |
|
---|
81 | !ELSEIF "$(CFG)" == "unzip - Win32 ASM Release"
|
---|
82 |
|
---|
83 | # PROP BASE Use_MFC 0
|
---|
84 | # PROP BASE Use_Debug_Libraries 0
|
---|
85 | # PROP BASE Output_Dir "unzip__Win32_ASM_Release"
|
---|
86 | # PROP BASE Intermediate_Dir "unzip__Win32_ASM_Release"
|
---|
87 | # PROP BASE Target_Dir ""
|
---|
88 | # PROP Use_MFC 0
|
---|
89 | # PROP Use_Debug_Libraries 0
|
---|
90 | # PROP Output_Dir "unzip__Win32_ASM_Release"
|
---|
91 | # PROP Intermediate_Dir "unzip__Win32_ASM_Release"
|
---|
92 | # PROP Ignore_Export_Lib 0
|
---|
93 | # PROP Target_Dir ""
|
---|
94 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /FD /c
|
---|
95 | # ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "ASM_CRC" /D "_CONSOLE" /D "_MBCS" /FD /c
|
---|
96 | # ADD BASE RSC /l 0x409 /d "NDEBUG"
|
---|
97 | # ADD RSC /l 0x409 /d "NDEBUG"
|
---|
98 | BSC32=bscmake.exe
|
---|
99 | # ADD BASE BSC32 /nologo
|
---|
100 | # ADD BSC32 /nologo
|
---|
101 | LINK32=link.exe
|
---|
102 | # 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
|
---|
103 | # ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /machine:I386
|
---|
104 |
|
---|
105 | !ELSEIF "$(CFG)" == "unzip - Win32 ASM Debug"
|
---|
106 |
|
---|
107 | # PROP BASE Use_MFC 0
|
---|
108 | # PROP BASE Use_Debug_Libraries 1
|
---|
109 | # PROP BASE Output_Dir "unzip__Win32_ASM_Debug"
|
---|
110 | # PROP BASE Intermediate_Dir "unzip__Win32_ASM_Debug"
|
---|
111 | # PROP BASE Ignore_Export_Lib 0
|
---|
112 | # PROP BASE Target_Dir ""
|
---|
113 | # PROP Use_MFC 0
|
---|
114 | # PROP Use_Debug_Libraries 1
|
---|
115 | # PROP Output_Dir "unzip__Win32_ASM_Debug"
|
---|
116 | # PROP Intermediate_Dir "unzip__Win32_ASM_Debug"
|
---|
117 | # PROP Ignore_Export_Lib 0
|
---|
118 | # PROP Target_Dir ""
|
---|
119 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /FD /GZ /c
|
---|
120 | # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "ASM_CRC" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
|
---|
121 | # ADD BASE RSC /l 0x409 /d "_DEBUG"
|
---|
122 | # ADD RSC /l 0x409 /d "_DEBUG"
|
---|
123 | BSC32=bscmake.exe
|
---|
124 | # ADD BASE BSC32 /nologo
|
---|
125 | # ADD BSC32 /nologo
|
---|
126 | LINK32=link.exe
|
---|
127 | # 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
|
---|
128 | # ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
|
---|
129 |
|
---|
130 | !ENDIF
|
---|
131 |
|
---|
132 | # Begin Target
|
---|
133 |
|
---|
134 | # Name "unzip - Win32 Release"
|
---|
135 | # Name "unzip - Win32 Debug"
|
---|
136 | # Name "unzip - Win32 ASM Release"
|
---|
137 | # Name "unzip - Win32 ASM Debug"
|
---|
138 | # Begin Group "Source Files"
|
---|
139 |
|
---|
140 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
141 | # Begin Source File
|
---|
142 |
|
---|
143 | SOURCE=..\..\crc32.c
|
---|
144 | # End Source File
|
---|
145 | # Begin Source File
|
---|
146 |
|
---|
147 | SOURCE=..\crc_i386.c
|
---|
148 | # End Source File
|
---|
149 | # Begin Source File
|
---|
150 |
|
---|
151 | SOURCE=..\..\crypt.c
|
---|
152 | # End Source File
|
---|
153 | # Begin Source File
|
---|
154 |
|
---|
155 | SOURCE=..\..\envargs.c
|
---|
156 | # End Source File
|
---|
157 | # Begin Source File
|
---|
158 |
|
---|
159 | SOURCE=..\..\explode.c
|
---|
160 | # End Source File
|
---|
161 | # Begin Source File
|
---|
162 |
|
---|
163 | SOURCE=..\..\extract.c
|
---|
164 | # End Source File
|
---|
165 | # Begin Source File
|
---|
166 |
|
---|
167 | SOURCE=..\..\fileio.c
|
---|
168 | # End Source File
|
---|
169 | # Begin Source File
|
---|
170 |
|
---|
171 | SOURCE=..\..\globals.c
|
---|
172 | # End Source File
|
---|
173 | # Begin Source File
|
---|
174 |
|
---|
175 | SOURCE=..\..\inflate.c
|
---|
176 | # End Source File
|
---|
177 | # Begin Source File
|
---|
178 |
|
---|
179 | SOURCE=..\..\list.c
|
---|
180 | # End Source File
|
---|
181 | # Begin Source File
|
---|
182 |
|
---|
183 | SOURCE=..\..\match.c
|
---|
184 | # End Source File
|
---|
185 | # Begin Source File
|
---|
186 |
|
---|
187 | SOURCE=..\nt.c
|
---|
188 | # End Source File
|
---|
189 | # Begin Source File
|
---|
190 |
|
---|
191 | SOURCE=..\..\process.c
|
---|
192 | # End Source File
|
---|
193 | # Begin Source File
|
---|
194 |
|
---|
195 | SOURCE=..\..\ttyio.c
|
---|
196 | # End Source File
|
---|
197 | # Begin Source File
|
---|
198 |
|
---|
199 | SOURCE=..\..\ubz2err.c
|
---|
200 | # End Source File
|
---|
201 | # Begin Source File
|
---|
202 |
|
---|
203 | SOURCE=..\..\unreduce.c
|
---|
204 | # End Source File
|
---|
205 | # Begin Source File
|
---|
206 |
|
---|
207 | SOURCE=..\..\unshrink.c
|
---|
208 | # End Source File
|
---|
209 | # Begin Source File
|
---|
210 |
|
---|
211 | SOURCE=..\..\unzip.c
|
---|
212 | # End Source File
|
---|
213 | # Begin Source File
|
---|
214 |
|
---|
215 | SOURCE=..\win32.c
|
---|
216 | # End Source File
|
---|
217 | # Begin Source File
|
---|
218 |
|
---|
219 | SOURCE=..\win32i64.c
|
---|
220 | # End Source File
|
---|
221 | # Begin Source File
|
---|
222 |
|
---|
223 | SOURCE=..\..\zipinfo.c
|
---|
224 | # End Source File
|
---|
225 | # End Group
|
---|
226 | # Begin Group "Header Files"
|
---|
227 |
|
---|
228 | # PROP Default_Filter "h;hpp;hxx;hm;inl"
|
---|
229 | # Begin Source File
|
---|
230 |
|
---|
231 | SOURCE=..\..\consts.h
|
---|
232 | # End Source File
|
---|
233 | # Begin Source File
|
---|
234 |
|
---|
235 | SOURCE=..\..\crc32.h
|
---|
236 | # End Source File
|
---|
237 | # Begin Source File
|
---|
238 |
|
---|
239 | SOURCE=..\..\crypt.h
|
---|
240 | # End Source File
|
---|
241 | # Begin Source File
|
---|
242 |
|
---|
243 | SOURCE=..\..\ebcdic.h
|
---|
244 | # End Source File
|
---|
245 | # Begin Source File
|
---|
246 |
|
---|
247 | SOURCE=..\..\globals.h
|
---|
248 | # End Source File
|
---|
249 | # Begin Source File
|
---|
250 |
|
---|
251 | SOURCE=..\..\inflate.h
|
---|
252 | # End Source File
|
---|
253 | # Begin Source File
|
---|
254 |
|
---|
255 | SOURCE=..\nt.h
|
---|
256 | # End Source File
|
---|
257 | # Begin Source File
|
---|
258 |
|
---|
259 | SOURCE=..\..\ttyio.h
|
---|
260 | # End Source File
|
---|
261 | # Begin Source File
|
---|
262 |
|
---|
263 | SOURCE=..\..\unzip.h
|
---|
264 | # End Source File
|
---|
265 | # Begin Source File
|
---|
266 |
|
---|
267 | SOURCE=..\..\unzpriv.h
|
---|
268 | # End Source File
|
---|
269 | # Begin Source File
|
---|
270 |
|
---|
271 | SOURCE=..\..\unzvers.h
|
---|
272 | # End Source File
|
---|
273 | # Begin Source File
|
---|
274 |
|
---|
275 | SOURCE=..\w32cfg.h
|
---|
276 | # End Source File
|
---|
277 | # Begin Source File
|
---|
278 |
|
---|
279 | SOURCE=..\..\zip.h
|
---|
280 | # End Source File
|
---|
281 | # End Group
|
---|
282 | # End Target
|
---|
283 | # End Project
|
---|