~peter-pearse/ubuntu/natty/unzip/prop001

« back to all changes in this revision

Viewing changes to windll/vc5/dll/unz32dll.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2009-05-08 20:02:40 UTC
  • mfrom: (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090508200240-7l4gypruop5863bd
* New upstream release. Closes: #496989.
* Enabled new Unicode support. Closes: #197427. This may or may not work
  for your already created zipfiles, but it's not a bug unless they were
  created using the Unicode feature present in zip 3.0.
* Built using DATE_FORMAT=DF_YMD so that unzip -l show dates in ISO format,
  as that's the only available one which makes sense. Closes: #312886.
* Enabled new bzip2 support. Closes: #426798.
* Exit code for zipgrep should now be the right one. Closes: #441997.
* The reason why a file may not be created is now shown. Closes: #478791.
* Summary of changes in this version not being the debian/* files:
- Manpages in section 1, not 1L.
- Branding patch. UnZip by Debian. Original by Info-ZIP.
- Always #include <unistd.h>. Debian GNU/kFreeBSD needs it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
!MESSAGE "unz32dll - Win32 ASM Release" (based on\
24
24
 "Win32 (x86) Dynamic-Link Library")
25
25
!MESSAGE "unz32dll - Win32 ASM Debug" (based on "Win32 (x86) Dynamic-Link Library")
 
26
!MESSAGE "unz32dll - Win32 Static Release" (based on "Win32 (x86) Dynamic-Link Library")
 
27
!MESSAGE "unz32dll - Win32 Static Debug" (based on "Win32 (x86) Dynamic-Link Library")
 
28
!MESSAGE "unz32dll - Win32 ASM Static Release" (based on "Win32 (x86) Dynamic-Link Library")
 
29
!MESSAGE "unz32dll - Win32 ASM Static Debug" (based on "Win32 (x86) Dynamic-Link Library")
26
30
!MESSAGE 
27
31
 
28
32
# Begin Project
136
140
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
137
141
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../Debug.ASM/app/unzip32.dll" /pdbtype:sept
138
142
 
 
143
!ELSEIF  "$(CFG)" == "unz32dll - Win32 Static Release"
 
144
 
 
145
# PROP BASE Use_MFC 0
 
146
# PROP BASE Use_Debug_Libraries 0
 
147
# PROP BASE Output_Dir "StatRelease"
 
148
# PROP BASE Intermediate_Dir "StatRelease"
 
149
# PROP BASE Target_Dir ""
 
150
# PROP Use_MFC 0
 
151
# PROP Use_Debug_Libraries 0
 
152
# PROP Output_Dir "../StatRelease/app"
 
153
# PROP Intermediate_Dir "StatRelease"
 
154
# PROP Ignore_Export_Lib 0
 
155
# PROP Target_Dir ""
 
156
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
 
157
# 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
 
158
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
 
159
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
 
160
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
161
# ADD RSC /l 0x409 /d "NDEBUG" /d "WIN32"
 
162
BSC32=bscmake.exe
 
163
# ADD BASE BSC32 /nologo
 
164
# ADD BSC32 /nologo
 
165
LINK32=link.exe
 
166
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386
 
167
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../StatRelease/app/unzip32.dll"
 
168
 
 
169
!ELSEIF  "$(CFG)" == "unz32dll - Win32 Static Debug"
 
170
 
 
171
# PROP BASE Use_MFC 0
 
172
# PROP BASE Use_Debug_Libraries 1
 
173
# PROP BASE Output_Dir "StatDebug"
 
174
# PROP BASE Intermediate_Dir "StatDebug"
 
175
# PROP BASE Target_Dir ""
 
176
# PROP Use_MFC 0
 
177
# PROP Use_Debug_Libraries 1
 
178
# PROP Output_Dir "../StatDebug/app"
 
179
# PROP Intermediate_Dir "StatDebug"
 
180
# PROP Ignore_Export_Lib 0
 
181
# PROP Target_Dir ""
 
182
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
 
183
# 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
 
184
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
 
185
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
 
186
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
187
# ADD RSC /l 0x409 /d "_DEBUG" /d "WIN32"
 
188
BSC32=bscmake.exe
 
189
# ADD BASE BSC32 /nologo
 
190
# ADD BSC32 /nologo
 
191
LINK32=link.exe
 
192
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
 
193
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../StatDebug/app/unzip32.dll" /pdbtype:sept
 
194
 
 
195
!ELSEIF  "$(CFG)" == "unz32dll - Win32 ASM Static Release"
 
196
 
 
197
# PROP BASE Use_MFC 0
 
198
# PROP BASE Use_Debug_Libraries 0
 
199
# PROP BASE Output_Dir "StatRelease"
 
200
# PROP BASE Intermediate_Dir "StatRelease"
 
201
# PROP BASE Target_Dir ""
 
202
# PROP Use_MFC 0
 
203
# PROP Use_Debug_Libraries 0
 
204
# PROP Output_Dir "../StatRelease.ASM/app"
 
205
# PROP Intermediate_Dir "StatRelease.ASM"
 
206
# PROP Ignore_Export_Lib 0
 
207
# PROP Target_Dir ""
 
208
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
 
209
# 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
 
210
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
 
211
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
 
212
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
213
# ADD RSC /l 0x409 /d "NDEBUG" /d "WIN32"
 
214
BSC32=bscmake.exe
 
215
# ADD BASE BSC32 /nologo
 
216
# ADD BSC32 /nologo
 
217
LINK32=link.exe
 
218
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386
 
219
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../StatRelease.ASM/app/unzip32.dll"
 
220
 
 
221
!ELSEIF  "$(CFG)" == "unz32dll - Win32 ASM Static Debug"
 
222
 
 
223
# PROP BASE Use_MFC 0
 
224
# PROP BASE Use_Debug_Libraries 1
 
225
# PROP BASE Output_Dir "StatDebug"
 
226
# PROP BASE Intermediate_Dir "StatDebug"
 
227
# PROP BASE Target_Dir ""
 
228
# PROP Use_MFC 0
 
229
# PROP Use_Debug_Libraries 1
 
230
# PROP Output_Dir "../StatDebug.ASM/app"
 
231
# PROP Intermediate_Dir "StatDebug.ASM"
 
232
# PROP Ignore_Export_Lib 0
 
233
# PROP Target_Dir ""
 
234
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
 
235
# 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
 
236
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
 
237
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
 
238
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
239
# ADD RSC /l 0x409 /d "_DEBUG" /d "WIN32"
 
240
BSC32=bscmake.exe
 
241
# ADD BASE BSC32 /nologo
 
242
# ADD BSC32 /nologo
 
243
LINK32=link.exe
 
244
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
 
245
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../StatDebug.ASM/app/unzip32.dll" /pdbtype:sept
 
246
 
139
247
!ENDIF 
140
248
 
141
249
# Begin Target
144
252
# Name "unz32dll - Win32 Debug"
145
253
# Name "unz32dll - Win32 ASM Release"
146
254
# Name "unz32dll - Win32 ASM Debug"
 
255
# Name "unz32dll - Win32 Static Release"
 
256
# Name "unz32dll - Win32 Static Debug"
 
257
# Name "unz32dll - Win32 ASM Static Release"
 
258
# Name "unz32dll - Win32 ASM Static Debug"
147
259
# Begin Source File
148
260
 
149
261
SOURCE=..\..\..\api.c
158
270
# End Source File
159
271
# Begin Source File
160
272
 
161
 
SOURCE=..\..\..\crctab.c
162
 
# End Source File
163
 
# Begin Source File
164
 
 
165
273
SOURCE=..\..\..\crypt.c
166
274
# End Source File
167
275
# Begin Source File
202
310
# End Source File
203
311
# Begin Source File
204
312
 
 
313
SOURCE=..\..\..\ubz2err.c
 
314
# End Source File
 
315
# Begin Source File
 
316
 
205
317
SOURCE=..\..\..\unreduce.c
206
318
# End Source File
207
319
# Begin Source File
214
326
# End Source File
215
327
# Begin Source File
216
328
 
 
329
SOURCE=..\..\..\win32\win32i64.c
 
330
# End Source File
 
331
# Begin Source File
 
332
 
217
333
SOURCE=..\..\..\windll\windll.c
218
334
# End Source File
219
335
# Begin Source File