~ubuntu-branches/ubuntu/karmic/unzip/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-09-29 17:02:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050929170250-my63eoy88vv1gd7e
Tags: 5.52-3ubuntu2
* SECURITY UPDATE: Fix file permission modification race.
* unix/unix.c: Use fchmod() instead of chmod() to change permissions on the
  files unzip actually created, not the files another attacker might have
  hardlinked to in the meantime.
* CAN-2005-2475

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
7
CFG=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 
 
25
 
 
26
# Begin Project
 
27
# PROP AllowPerConfigDependencies 0
 
28
# PROP Scc_ProjName ""
 
29
# PROP Scc_LocalPath ""
 
30
CPP=cl.exe
 
31
MTL=midl.exe
 
32
RSC=rc.exe
 
33
 
 
34
!IF  "$(CFG)" == "unz32dll - Win32 Release"
 
35
 
 
36
# PROP BASE Use_MFC 0
 
37
# PROP BASE Use_Debug_Libraries 0
 
38
# PROP BASE Output_Dir "Release"
 
39
# PROP BASE Intermediate_Dir "Release"
 
40
# PROP BASE Target_Dir ""
 
41
# PROP Use_MFC 0
 
42
# PROP Use_Debug_Libraries 0
 
43
# PROP Output_Dir "../Release/app"
 
44
# PROP Intermediate_Dir "Release"
 
45
# PROP Ignore_Export_Lib 0
 
46
# PROP Target_Dir ""
 
47
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
 
48
# 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
 
49
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
 
50
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
 
51
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
52
# ADD RSC /l 0x409 /d "NDEBUG" /d "WIN32"
 
53
BSC32=bscmake.exe
 
54
# ADD BASE BSC32 /nologo
 
55
# ADD BSC32 /nologo
 
56
LINK32=link.exe
 
57
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386
 
58
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../Release/app/unzip32.dll"
 
59
 
 
60
!ELSEIF  "$(CFG)" == "unz32dll - Win32 Debug"
 
61
 
 
62
# PROP BASE Use_MFC 0
 
63
# PROP BASE Use_Debug_Libraries 1
 
64
# PROP BASE Output_Dir "Debug"
 
65
# PROP BASE Intermediate_Dir "Debug"
 
66
# PROP BASE Target_Dir ""
 
67
# PROP Use_MFC 0
 
68
# PROP Use_Debug_Libraries 1
 
69
# PROP Output_Dir "../Debug/app"
 
70
# PROP Intermediate_Dir "Debug"
 
71
# PROP Ignore_Export_Lib 0
 
72
# PROP Target_Dir ""
 
73
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
 
74
# 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
 
75
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
 
76
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
 
77
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
78
# ADD RSC /l 0x409 /d "_DEBUG" /d "WIN32"
 
79
BSC32=bscmake.exe
 
80
# ADD BASE BSC32 /nologo
 
81
# ADD BSC32 /nologo
 
82
LINK32=link.exe
 
83
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
 
84
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../Debug/app/unzip32.dll" /pdbtype:sept
 
85
 
 
86
!ELSEIF  "$(CFG)" == "unz32dll - Win32 ASM Release"
 
87
 
 
88
# PROP BASE Use_MFC 0
 
89
# PROP BASE Use_Debug_Libraries 0
 
90
# PROP BASE Output_Dir "Release"
 
91
# PROP BASE Intermediate_Dir "Release"
 
92
# PROP BASE Target_Dir ""
 
93
# PROP Use_MFC 0
 
94
# PROP Use_Debug_Libraries 0
 
95
# PROP Output_Dir "../Release.ASM/app"
 
96
# PROP Intermediate_Dir "Release.ASM"
 
97
# PROP Ignore_Export_Lib 0
 
98
# PROP Target_Dir ""
 
99
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
 
100
# 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
 
101
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
 
102
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
 
103
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
104
# ADD RSC /l 0x409 /d "NDEBUG" /d "WIN32"
 
105
BSC32=bscmake.exe
 
106
# ADD BASE BSC32 /nologo
 
107
# ADD BSC32 /nologo
 
108
LINK32=link.exe
 
109
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386
 
110
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../Release.ASM/app/unzip32.dll"
 
111
 
 
112
!ELSEIF  "$(CFG)" == "unz32dll - Win32 ASM Debug"
 
113
 
 
114
# PROP BASE Use_MFC 0
 
115
# PROP BASE Use_Debug_Libraries 1
 
116
# PROP BASE Output_Dir "Debug"
 
117
# PROP BASE Intermediate_Dir "Debug"
 
118
# PROP BASE Target_Dir ""
 
119
# PROP Use_MFC 0
 
120
# PROP Use_Debug_Libraries 1
 
121
# PROP Output_Dir "../Debug.ASM/app"
 
122
# PROP Intermediate_Dir "Debug.ASM"
 
123
# PROP Ignore_Export_Lib 0
 
124
# PROP Target_Dir ""
 
125
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "WIN32" /YX /FD /c
 
126
# 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
 
127
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
 
128
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
 
129
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
130
# ADD RSC /l 0x409 /d "_DEBUG" /d "WIN32"
 
131
BSC32=bscmake.exe
 
132
# ADD BASE BSC32 /nologo
 
133
# ADD BSC32 /nologo
 
134
LINK32=link.exe
 
135
# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
 
136
# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../Debug.ASM/app/unzip32.dll" /pdbtype:sept
 
137
 
 
138
!ENDIF 
 
139
 
 
140
# Begin Target
 
141
 
 
142
# Name "unz32dll - Win32 Release"
 
143
# Name "unz32dll - Win32 Debug"
 
144
# Name "unz32dll - Win32 ASM Release"
 
145
# Name "unz32dll - Win32 ASM Debug"
 
146
# Begin Source File
 
147
 
 
148
SOURCE=..\..\..\api.c
 
149
# End Source File
 
150
# Begin Source File
 
151
 
 
152
SOURCE=..\..\..\crc32.c
 
153
# End Source File
 
154
# Begin Source File
 
155
 
 
156
SOURCE=..\..\..\win32\crc_i386.c
 
157
# End Source File
 
158
# Begin Source File
 
159
 
 
160
SOURCE=..\..\..\crctab.c
 
161
# End Source File
 
162
# Begin Source File
 
163
 
 
164
SOURCE=..\..\..\crypt.c
 
165
# End Source File
 
166
# Begin Source File
 
167
 
 
168
SOURCE=..\..\..\explode.c
 
169
# End Source File
 
170
# Begin Source File
 
171
 
 
172
SOURCE=..\..\..\extract.c
 
173
# End Source File
 
174
# Begin Source File
 
175
 
 
176
SOURCE=..\..\..\fileio.c
 
177
# End Source File
 
178
# Begin Source File
 
179
 
 
180
SOURCE=..\..\..\globals.c
 
181
# End Source File
 
182
# Begin Source File
 
183
 
 
184
SOURCE=..\..\..\inflate.c
 
185
# End Source File
 
186
# Begin Source File
 
187
 
 
188
SOURCE=..\..\..\list.c
 
189
# End Source File
 
190
# Begin Source File
 
191
 
 
192
SOURCE=..\..\..\match.c
 
193
# End Source File
 
194
# Begin Source File
 
195
 
 
196
SOURCE=..\..\..\win32\nt.c
 
197
# End Source File
 
198
# Begin Source File
 
199
 
 
200
SOURCE=..\..\..\process.c
 
201
# End Source File
 
202
# Begin Source File
 
203
 
 
204
SOURCE=..\..\..\unreduce.c
 
205
# End Source File
 
206
# Begin Source File
 
207
 
 
208
SOURCE=..\..\..\unshrink.c
 
209
# End Source File
 
210
# Begin Source File
 
211
 
 
212
SOURCE=..\..\..\win32\win32.c
 
213
# End Source File
 
214
# Begin Source File
 
215
 
 
216
SOURCE=..\..\..\windll\windll.c
 
217
# End Source File
 
218
# Begin Source File
 
219
 
 
220
SOURCE=..\..\..\windll\windll.rc
 
221
# End Source File
 
222
# Begin Source File
 
223
 
 
224
SOURCE=..\..\..\windll\windll32.def
 
225
# End Source File
 
226
# Begin Source File
 
227
 
 
228
SOURCE=..\..\..\zipinfo.c
 
229
# End Source File
 
230
# End Target
 
231
# End Project