~ubuntu-branches/ubuntu/utopic/unzip/utopic-proposed

« back to all changes in this revision

Viewing changes to win32/vc6/bz2lib.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2009-05-08 20:02:40 UTC
  • mfrom: (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090508200240-rk23wg0jdoyc6caj
Tags: 6.0-1
* 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:
 
1
# Microsoft Developer Studio Project File - Name="bz2lib" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
 
3
# ** NICHT BEARBEITEN **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Static Library" 0x0104
 
6
 
 
7
CFG=bz2lib - Win32 Debug
 
8
!MESSAGE Dies ist kein g�ltiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
 
9
!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und f�hren Sie den Befehl
 
10
!MESSAGE 
 
11
!MESSAGE NMAKE /f "bz2lib.mak".
 
12
!MESSAGE 
 
13
!MESSAGE Sie k�nnen beim Ausf�hren von NMAKE eine Konfiguration angeben
 
14
!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
 
15
!MESSAGE 
 
16
!MESSAGE NMAKE /f "bz2lib.mak" CFG="bz2lib - Win32 ASM Debug"
 
17
!MESSAGE 
 
18
!MESSAGE F�r die Konfiguration stehen zur Auswahl:
 
19
!MESSAGE 
 
20
!MESSAGE "bz2lib - Win32 Release" (basierend auf  "Win32 (x86) Static Library")
 
21
!MESSAGE "bz2lib - Win32 Debug" (basierend auf  "Win32 (x86) Static Library")
 
22
!MESSAGE "bz2lib - Win32 ASM Release" (basierend auf  "Win32 (x86) Static Library")
 
23
!MESSAGE "bz2lib - Win32 ASM Debug" (basierend auf  "Win32 (x86) Static Library")
 
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)" == "bz2lib - Win32 Release"
 
34
 
 
35
# PROP BASE Use_MFC 0
 
36
# PROP BASE Use_Debug_Libraries 0
 
37
# PROP BASE Output_Dir "bz2lib__Win32_Release"
 
38
# PROP BASE Intermediate_Dir "bz2lib__Win32_Release"
 
39
# PROP BASE Target_Dir ""
 
40
# PROP Use_MFC 0
 
41
# PROP Use_Debug_Libraries 0
 
42
# PROP Output_Dir "bz2lib__Win32_Release"
 
43
# PROP Intermediate_Dir "bz2lib__Win32_Release"
 
44
# PROP Target_Dir ""
 
45
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
 
46
# ADD CPP /nologo /W3 /GX /O2 /Oy- /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "BZ_NO_STDIO" /FD /c
 
47
# SUBTRACT CPP /YX /Yc /Yu
 
48
# ADD BASE RSC /l 0x407 /d "NDEBUG"
 
49
# ADD RSC /l 0x409 /d "NDEBUG"
 
50
BSC32=bscmake.exe
 
51
# ADD BASE BSC32 /nologo
 
52
LIB32=link.exe -lib
 
53
# ADD BASE LIB32 /nologo
 
54
# ADD LIB32 /nologo /out:"bz2lib__Win32_Release\bz2.lib"
 
55
 
 
56
!ELSEIF  "$(CFG)" == "bz2lib - Win32 Debug"
 
57
 
 
58
# PROP BASE Use_MFC 0
 
59
# PROP BASE Use_Debug_Libraries 1
 
60
# PROP BASE Output_Dir "bz2lib__Win32_Debug"
 
61
# PROP BASE Intermediate_Dir "bz2lib__Win32_Debug"
 
62
# PROP BASE Target_Dir ""
 
63
# PROP Use_MFC 0
 
64
# PROP Use_Debug_Libraries 1
 
65
# PROP Output_Dir "bz2lib__Win32_Debug"
 
66
# PROP Intermediate_Dir "bz2lib__Win32_Debug"
 
67
# PROP Target_Dir ""
 
68
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
 
69
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "BZ_NO_STDIO" /FD /GZ /c
 
70
# SUBTRACT CPP /YX /Yc /Yu
 
71
# ADD BASE RSC /l 0x407 /d "_DEBUG"
 
72
# ADD RSC /l 0x409 /d "_DEBUG"
 
73
BSC32=bscmake.exe
 
74
# ADD BASE BSC32 /nologo
 
75
LIB32=link.exe -lib
 
76
# ADD BASE LIB32 /nologo
 
77
# ADD LIB32 /nologo /out:"bz2lib__Win32_Debug\bz2.lib"
 
78
 
 
79
!ELSEIF  "$(CFG)" == "bz2lib - Win32 ASM Release"
 
80
 
 
81
# PROP BASE Use_MFC 0
 
82
# PROP BASE Use_Debug_Libraries 0
 
83
# PROP BASE Output_Dir "bz2lib___Win32_ASM_Release"
 
84
# PROP BASE Intermediate_Dir "bz2lib___Win32_ASM_Release"
 
85
# PROP BASE Target_Dir ""
 
86
# PROP Use_MFC 0
 
87
# PROP Use_Debug_Libraries 0
 
88
# PROP Output_Dir "bz2lib__Win32_Release"
 
89
# PROP Intermediate_Dir "bz2lib__Win32_Release"
 
90
# PROP Target_Dir ""
 
91
# ADD BASE CPP /nologo /W3 /GX /O2 /Oy- /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "BZ_NO_STDIO" /FD /c
 
92
# SUBTRACT BASE CPP /YX /Yc /Yu
 
93
# ADD CPP /nologo /W3 /GX /O2 /Oy- /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "BZ_NO_STDIO" /FD /c
 
94
# SUBTRACT CPP /YX /Yc /Yu
 
95
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
96
# ADD RSC /l 0x409 /d "NDEBUG"
 
97
BSC32=bscmake.exe
 
98
LIB32=link.exe -lib
 
99
# ADD BASE LIB32 /nologo /out:"bz2lib__Win32_Release\bz2.lib"
 
100
# ADD LIB32 /nologo /out:"bz2lib__Win32_Release\bz2.lib"
 
101
 
 
102
!ELSEIF  "$(CFG)" == "bz2lib - Win32 ASM Debug"
 
103
 
 
104
# PROP BASE Use_MFC 0
 
105
# PROP BASE Use_Debug_Libraries 1
 
106
# PROP BASE Output_Dir "bz2lib___Win32_ASM_Debug"
 
107
# PROP BASE Intermediate_Dir "bz2lib___Win32_ASM_Debug"
 
108
# PROP BASE Target_Dir ""
 
109
# PROP Use_MFC 0
 
110
# PROP Use_Debug_Libraries 1
 
111
# PROP Output_Dir "bz2lib__Win32_Debug"
 
112
# PROP Intermediate_Dir "bz2lib__Win32_Debug"
 
113
# PROP Target_Dir ""
 
114
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "BZ_NO_STDIO" /FD /GZ /c
 
115
# SUBTRACT BASE CPP /YX /Yc /Yu
 
116
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "BZ_NO_STDIO" /FD /GZ /c
 
117
# SUBTRACT CPP /YX /Yc /Yu
 
118
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
119
# ADD RSC /l 0x409 /d "_DEBUG"
 
120
BSC32=bscmake.exe
 
121
LIB32=link.exe -lib
 
122
# ADD BASE LIB32 /nologo /out:"bz2lib__Win32_Debug\bz2.lib"
 
123
# ADD LIB32 /nologo /out:"bz2lib__Win32_Debug\bz2.lib"
 
124
 
 
125
!ENDIF 
 
126
 
 
127
# Begin Target
 
128
 
 
129
# Name "bz2lib - Win32 Release"
 
130
# Name "bz2lib - Win32 Debug"
 
131
# Name "bz2lib - Win32 ASM Release"
 
132
# Name "bz2lib - Win32 ASM Debug"
 
133
# Begin Group "Source Files"
 
134
 
 
135
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
136
# Begin Source File
 
137
 
 
138
SOURCE=..\..\bzip2\blocksort.c
 
139
# End Source File
 
140
# Begin Source File
 
141
 
 
142
SOURCE=..\..\bzip2\bzlib.c
 
143
# End Source File
 
144
# Begin Source File
 
145
 
 
146
SOURCE=..\..\bzip2\compress.c
 
147
# End Source File
 
148
# Begin Source File
 
149
 
 
150
SOURCE=..\..\bzip2\crctable.c
 
151
# End Source File
 
152
# Begin Source File
 
153
 
 
154
SOURCE=..\..\bzip2\decompress.c
 
155
# End Source File
 
156
# Begin Source File
 
157
 
 
158
SOURCE=..\..\bzip2\huffman.c
 
159
# End Source File
 
160
# Begin Source File
 
161
 
 
162
SOURCE=..\..\bzip2\randtable.c
 
163
# End Source File
 
164
# End Group
 
165
# Begin Group "Header Files"
 
166
 
 
167
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
168
# Begin Source File
 
169
 
 
170
SOURCE=..\..\bzip2\bzlib.h
 
171
# End Source File
 
172
# Begin Source File
 
173
 
 
174
SOURCE=..\..\bzip2\bzlib_private.h
 
175
# End Source File
 
176
# End Group
 
177
# End Target
 
178
# End Project