~ubuntu-branches/ubuntu/hoary/devil/hoary

« back to all changes in this revision

Viewing changes to projects/msvc/extlibs/zlib.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-01-03 19:57:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050103195742-4ipkplcwygu3irv0
Tags: upstream-1.6.7
ImportĀ upstreamĀ versionĀ 1.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="zlib" - 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
# TARGTYPE "Win32 (x86) Static Library" 0x0104
 
7
 
 
8
CFG=zlib - Win32 Debug
 
9
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
 
10
!MESSAGE use the Export Makefile command and run
 
11
!MESSAGE 
 
12
!MESSAGE NMAKE /f "zlib.mak".
 
13
!MESSAGE 
 
14
!MESSAGE You can specify a configuration when running NMAKE
 
15
!MESSAGE by defining the macro CFG on the command line. For example:
 
16
!MESSAGE 
 
17
!MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 Debug"
 
18
!MESSAGE 
 
19
!MESSAGE Possible choices for configuration are:
 
20
!MESSAGE 
 
21
!MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Static Library")
 
22
!MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Static Library")
 
23
!MESSAGE "zlib - Win32 Dynamic" (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
 
 
31
!IF  "$(CFG)" == "zlib - Win32 Debug"
 
32
 
 
33
# PROP BASE Use_MFC 0
 
34
# PROP BASE Use_Debug_Libraries 1
 
35
# PROP BASE Output_Dir "zlib___Win32_Debug"
 
36
# PROP BASE Intermediate_Dir "zlib___Win32_Debug"
 
37
# PROP BASE Target_Dir ""
 
38
# PROP Use_MFC 0
 
39
# PROP Use_Debug_Libraries 1
 
40
# PROP Output_Dir "..\..\..\extlibs\lib\debug"
 
41
# PROP Intermediate_Dir "zlib___Win32_Debug"
 
42
# PROP Target_Dir ""
 
43
MTL=midl.exe
 
44
CPP=cl.exe
 
45
# ADD BASE CPP /nologo /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
 
46
# ADD CPP /nologo /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
 
47
RSC=rc.exe
 
48
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
49
# ADD RSC /l 0x409 /d "_DEBUG"
 
50
BSC32=bscmake.exe
 
51
# ADD BASE BSC32 /nologo
 
52
# ADD BSC32 /nologo
 
53
LIB32=link.exe -lib
 
54
# ADD BASE LIB32 /nologo
 
55
# ADD LIB32 /nologo
 
56
 
 
57
!ELSEIF  "$(CFG)" == "zlib - Win32 Release"
 
58
 
 
59
# PROP BASE Use_MFC 0
 
60
# PROP BASE Use_Debug_Libraries 0
 
61
# PROP BASE Output_Dir "zlib___Win32_Release"
 
62
# PROP BASE Intermediate_Dir "zlib___Win32_Release"
 
63
# PROP BASE Target_Dir ""
 
64
# PROP Use_MFC 0
 
65
# PROP Use_Debug_Libraries 0
 
66
# PROP Output_Dir "..\..\..\extlibs\lib"
 
67
# PROP Intermediate_Dir "zlib___Win32_Release"
 
68
# PROP Target_Dir ""
 
69
MTL=midl.exe
 
70
CPP=cl.exe
 
71
# ADD BASE CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /FD /c
 
72
# ADD CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /FD /c
 
73
RSC=rc.exe
 
74
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
75
# ADD RSC /l 0x409 /d "NDEBUG"
 
76
BSC32=bscmake.exe
 
77
# ADD BASE BSC32 /nologo
 
78
# ADD BSC32 /nologo
 
79
LIB32=link.exe -lib
 
80
# ADD BASE LIB32 /nologo
 
81
# ADD LIB32 /nologo
 
82
 
 
83
!ELSEIF  "$(CFG)" == "zlib - Win32 Dynamic"
 
84
 
 
85
# PROP BASE Use_MFC 0
 
86
# PROP BASE Use_Debug_Libraries 0
 
87
# PROP BASE Output_Dir "zlib___Win32_Dynamic"
 
88
# PROP BASE Intermediate_Dir "zlib___Win32_Dynamic"
 
89
# PROP BASE Ignore_Export_Lib 0
 
90
# PROP BASE Target_Dir ""
 
91
# PROP Use_MFC 0
 
92
# PROP Use_Debug_Libraries 0
 
93
# PROP Output_Dir "..\..\..\extlibs\lib"
 
94
# PROP Intermediate_Dir "zlib___Win32_Dynamic"
 
95
# PROP Ignore_Export_Lib 0
 
96
# PROP Target_Dir ""
 
97
CPP=cl.exe
 
98
# ADD BASE CPP /nologo /MD /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ZLIB_DLL" /FD /c
 
99
# ADD CPP /nologo /MD /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ZLIB_DLL" /FD /c
 
100
MTL=midl.exe
 
101
RSC=rc.exe
 
102
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
103
# ADD RSC /l 0x409 /d "NDEBUG"
 
104
BSC32=bscmake.exe
 
105
# ADD BASE BSC32 /nologo
 
106
# ADD BSC32 /nologo
 
107
LINK32=link.exe
 
108
# ADD BASE LINK32 /nologo /dll /machine:I386
 
109
# SUBTRACT BASE LINK32 /pdb:none
 
110
# ADD LINK32 /nologo /dll /machine:I386
 
111
# SUBTRACT LINK32 /pdb:none
 
112
 
 
113
!ENDIF 
 
114
 
 
115
# Begin Target
 
116
 
 
117
# Name "zlib - Win32 Debug"
 
118
# Name "zlib - Win32 Release"
 
119
# Name "zlib - Win32 Dynamic"
 
120
# Begin Group "Source Files"
 
121
 
 
122
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
123
# Begin Source File
 
124
 
 
125
SOURCE=..\..\..\extlibs\zlib\adler32.c
 
126
# End Source File
 
127
# Begin Source File
 
128
 
 
129
SOURCE=..\..\..\extlibs\zlib\compress.c
 
130
# End Source File
 
131
# Begin Source File
 
132
 
 
133
SOURCE=..\..\..\extlibs\zlib\crc32.c
 
134
# End Source File
 
135
# Begin Source File
 
136
 
 
137
SOURCE=..\..\..\extlibs\zlib\deflate.c
 
138
# End Source File
 
139
# Begin Source File
 
140
 
 
141
SOURCE=..\..\..\extlibs\zlib\contrib\asm386\gvmat32c.c
 
142
# PROP BASE Exclude_From_Build 1
 
143
# PROP Exclude_From_Build 1
 
144
# End Source File
 
145
# Begin Source File
 
146
 
 
147
SOURCE=..\..\..\extlibs\zlib\gzio.c
 
148
# ADD BASE CPP /Yc"zutil.h"
 
149
# ADD CPP /Yc"zutil.h"
 
150
# End Source File
 
151
# Begin Source File
 
152
 
 
153
SOURCE=..\..\..\extlibs\zlib\infblock.c
 
154
# ADD BASE CPP /Yu"zutil.h"
 
155
# ADD CPP /Yu"zutil.h"
 
156
# End Source File
 
157
# Begin Source File
 
158
 
 
159
SOURCE=..\..\..\extlibs\zlib\infcodes.c
 
160
# ADD BASE CPP /Yu"zutil.h"
 
161
# ADD CPP /Yu"zutil.h"
 
162
# End Source File
 
163
# Begin Source File
 
164
 
 
165
SOURCE=..\..\..\extlibs\zlib\inffast.c
 
166
# ADD BASE CPP /Yu"zutil.h"
 
167
# ADD CPP /Yu"zutil.h"
 
168
# End Source File
 
169
# Begin Source File
 
170
 
 
171
SOURCE=..\..\..\extlibs\zlib\inflate.c
 
172
# ADD BASE CPP /Yu"zutil.h"
 
173
# ADD CPP /Yu"zutil.h"
 
174
# End Source File
 
175
# Begin Source File
 
176
 
 
177
SOURCE=..\..\..\extlibs\zlib\inftrees.c
 
178
# ADD BASE CPP /Yu"zutil.h"
 
179
# ADD CPP /Yu"zutil.h"
 
180
# End Source File
 
181
# Begin Source File
 
182
 
 
183
SOURCE=..\..\..\extlibs\zlib\infutil.c
 
184
# ADD BASE CPP /Yu"zutil.h"
 
185
# ADD CPP /Yu"zutil.h"
 
186
# End Source File
 
187
# Begin Source File
 
188
 
 
189
SOURCE=..\..\..\extlibs\zlib\trees.c
 
190
# End Source File
 
191
# Begin Source File
 
192
 
 
193
SOURCE=..\..\..\extlibs\zlib\uncompr.c
 
194
# End Source File
 
195
# Begin Source File
 
196
 
 
197
SOURCE=.\zlib.def
 
198
# End Source File
 
199
# Begin Source File
 
200
 
 
201
SOURCE=..\..\..\extlibs\zlib\msdos\zlib.rc
 
202
 
 
203
!IF  "$(CFG)" == "zlib - Win32 Debug"
 
204
 
 
205
# PROP BASE Exclude_From_Build 1
 
206
# PROP Exclude_From_Build 1
 
207
 
 
208
!ELSEIF  "$(CFG)" == "zlib - Win32 Release"
 
209
 
 
210
# PROP BASE Exclude_From_Build 1
 
211
# PROP Exclude_From_Build 1
 
212
 
 
213
!ELSEIF  "$(CFG)" == "zlib - Win32 Dynamic"
 
214
 
 
215
!ENDIF 
 
216
 
 
217
# End Source File
 
218
# Begin Source File
 
219
 
 
220
SOURCE=..\..\..\extlibs\zlib\zutil.c
 
221
# ADD BASE CPP /Yu"zutil.h"
 
222
# ADD CPP /Yu"zutil.h"
 
223
# End Source File
 
224
# End Group
 
225
# Begin Group "Header Files"
 
226
 
 
227
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
228
# Begin Source File
 
229
 
 
230
SOURCE=..\..\..\extlibs\zlib\deflate.h
 
231
# End Source File
 
232
# Begin Source File
 
233
 
 
234
SOURCE=..\..\..\extlibs\zlib\infblock.h
 
235
# End Source File
 
236
# Begin Source File
 
237
 
 
238
SOURCE=..\..\..\extlibs\zlib\infcodes.h
 
239
# End Source File
 
240
# Begin Source File
 
241
 
 
242
SOURCE=..\..\..\extlibs\zlib\inffast.h
 
243
# End Source File
 
244
# Begin Source File
 
245
 
 
246
SOURCE=..\..\..\extlibs\zlib\inffixed.h
 
247
# End Source File
 
248
# Begin Source File
 
249
 
 
250
SOURCE=..\..\..\extlibs\zlib\inftrees.h
 
251
# End Source File
 
252
# Begin Source File
 
253
 
 
254
SOURCE=..\..\..\extlibs\zlib\infutil.h
 
255
# End Source File
 
256
# Begin Source File
 
257
 
 
258
SOURCE=..\..\..\extlibs\zlib\trees.h
 
259
# End Source File
 
260
# Begin Source File
 
261
 
 
262
SOURCE=..\..\..\extlibs\zlib\zconf.h
 
263
# End Source File
 
264
# Begin Source File
 
265
 
 
266
SOURCE=..\..\..\extlibs\zlib\zlib.h
 
267
# End Source File
 
268
# Begin Source File
 
269
 
 
270
SOURCE=..\..\..\extlibs\zlib\zutil.h
 
271
# End Source File
 
272
# End Group
 
273
# Begin Group "Resource Files"
 
274
 
 
275
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
276
# End Group
 
277
# End Target
 
278
# End Project