~ubuntu-branches/ubuntu/maverick/ntop/maverick

« back to all changes in this revision

Viewing changes to gdchart0.94c/gd-1.8.3/libpng-1.0.8/msvc/libpng.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Dennis Schoen
  • Date: 2002-04-12 11:38:47 UTC
  • Revision ID: james.westby@ubuntu.com-20020412113847-4k4yydw0pzybc6g8
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="libpng" - 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=libpng - Win32 DLL
 
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 "libpng.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 "libpng.mak" CFG="libpng - Win32 DLL"
 
18
!MESSAGE 
 
19
!MESSAGE Possible choices for configuration are:
 
20
!MESSAGE 
 
21
!MESSAGE "libpng - Win32 DLL" (based on "Win32 (x86) Dynamic-Link Library")
 
22
!MESSAGE "libpng - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
 
23
!MESSAGE "libpng - Win32 DLL ASM" (based on "Win32 (x86) Dynamic-Link Library")
 
24
!MESSAGE "libpng - Win32 DLL Debug ASM" (based on "Win32 (x86) Dynamic-Link Library")
 
25
!MESSAGE "libpng - Win32 LIB" (based on "Win32 (x86) Static Library")
 
26
!MESSAGE "libpng - Win32 LIB Debug" (based on "Win32 (x86) Static Library")
 
27
!MESSAGE 
 
28
 
 
29
# Begin Project
 
30
# PROP AllowPerConfigDependencies 0
 
31
# PROP Scc_ProjName ""
 
32
# PROP Scc_LocalPath ""
 
33
 
 
34
!IF  "$(CFG)" == "libpng - Win32 DLL"
 
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 ".\win32\libpng\dll"
 
44
# PROP Intermediate_Dir ".\win32\libpng\dll"
 
45
# PROP Ignore_Export_Lib 0
 
46
# PROP Target_Dir ""
 
47
CPP=cl.exe
 
48
# ADD BASE CPP /nologo /MD /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /FD /c
 
49
# ADD CPP /nologo /MD /W3 /O1 /I ".." /I "..\..\zlib" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /Yu"png.h" /FD /c
 
50
MTL=midl.exe
 
51
RSC=rc.exe
 
52
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
53
# ADD RSC /l 0x409 /i ".." /d "NDEBUG"
 
54
BSC32=bscmake.exe
 
55
# ADD BASE BSC32 /nologo
 
56
# ADD BSC32 /nologo
 
57
LINK32=link.exe
 
58
# ADD BASE LINK32 /nologo /dll /machine:I386
 
59
# ADD LINK32 /nologo /dll /machine:I386 /out:".\win32\libpng\dll\libpng1.dll"
 
60
# SUBTRACT LINK32 /pdb:none
 
61
 
 
62
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug"
 
63
 
 
64
# PROP BASE Use_MFC 0
 
65
# PROP BASE Use_Debug_Libraries 1
 
66
# PROP BASE Output_Dir "Debug"
 
67
# PROP BASE Intermediate_Dir "Debug"
 
68
# PROP BASE Target_Dir ""
 
69
# PROP Use_MFC 0
 
70
# PROP Use_Debug_Libraries 1
 
71
# PROP Output_Dir ".\win32\libpng\dll_dbg"
 
72
# PROP Intermediate_Dir ".\win32\libpng\dll_dbg"
 
73
# PROP Ignore_Export_Lib 0
 
74
# PROP Target_Dir ""
 
75
CPP=cl.exe
 
76
# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /FD /GZ /c
 
77
# ADD CPP /nologo /MDd /W3 /Zi /Od /I ".." /I "..\..\zlib" /D "DEBUG" /D "_DEBUG" /D PNG_DEBUG=1 /D "WIN32" /D "_WINDOWS" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /Yu"png.h" /FD /GZ /c
 
78
MTL=midl.exe
 
79
RSC=rc.exe
 
80
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
81
# ADD RSC /l 0x409 /i ".." /d "_DEBUG" /d PNG_DEBUG=1
 
82
BSC32=bscmake.exe
 
83
# ADD BASE BSC32 /nologo
 
84
# ADD BSC32 /nologo
 
85
LINK32=link.exe
 
86
# ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept
 
87
# ADD LINK32 /nologo /dll /debug /machine:I386 /out:".\win32\libpng\dll_dbg\libpng1d.dll"
 
88
 
 
89
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL ASM"
 
90
 
 
91
# PROP BASE Use_MFC 0
 
92
# PROP BASE Use_Debug_Libraries 0
 
93
# PROP BASE Output_Dir "Release"
 
94
# PROP BASE Intermediate_Dir "Release"
 
95
# PROP BASE Target_Dir ""
 
96
# PROP Use_MFC 0
 
97
# PROP Use_Debug_Libraries 0
 
98
# PROP Output_Dir ".\win32\libpng\dll_asm"
 
99
# PROP Intermediate_Dir ".\win32\libpng\dll_asm"
 
100
# PROP Ignore_Export_Lib 0
 
101
# PROP Target_Dir ""
 
102
CPP=cl.exe
 
103
# ADD BASE CPP /nologo /MD /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /FD /c
 
104
# ADD CPP /nologo /MD /W3 /O1 /I ".." /I "..\..\zlib" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PNG_USE_PNGVCRD" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /Yu"png.h" /FD /c
 
105
MTL=midl.exe
 
106
RSC=rc.exe
 
107
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
108
# ADD RSC /l 0x409 /i ".." /d "NDEBUG" /d "PNG_USE_PNGVCRD"
 
109
BSC32=bscmake.exe
 
110
# ADD BASE BSC32 /nologo
 
111
# ADD BSC32 /nologo
 
112
LINK32=link.exe
 
113
# ADD BASE LINK32 /nologo /dll /machine:I386
 
114
# ADD LINK32 /nologo /dll /machine:I386 /out:".\win32\libpng\dll_asm\libpng1a.dll"
 
115
# SUBTRACT LINK32 /pdb:none
 
116
 
 
117
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug ASM"
 
118
 
 
119
# PROP BASE Use_MFC 0
 
120
# PROP BASE Use_Debug_Libraries 1
 
121
# PROP BASE Output_Dir "Debug"
 
122
# PROP BASE Intermediate_Dir "Debug"
 
123
# PROP BASE Target_Dir ""
 
124
# PROP Use_MFC 0
 
125
# PROP Use_Debug_Libraries 1
 
126
# PROP Output_Dir ".\win32\libpng\dll_dbga"
 
127
# PROP Intermediate_Dir ".\win32\libpng\dll_dbga"
 
128
# PROP Ignore_Export_Lib 0
 
129
# PROP Target_Dir ""
 
130
CPP=cl.exe
 
131
# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /FD /GZ /c
 
132
# ADD CPP /nologo /MDd /W3 /Zi /Od /I ".." /I "..\..\zlib" /D "DEBUG" /D "_DEBUG" /D PNG_DEBUG=1 /D "WIN32" /D "_WINDOWS" /D "PNG_USE_PNGVCRD" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /Yu"png.h" /FD /GZ /c
 
133
MTL=midl.exe
 
134
RSC=rc.exe
 
135
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
136
# ADD RSC /l 0x409 /i ".." /d "_DEBUG" /d PNG_DEBUG=1  /d "PNG_USE_PNGVCRD"
 
137
BSC32=bscmake.exe
 
138
# ADD BASE BSC32 /nologo
 
139
# ADD BSC32 /nologo
 
140
LINK32=link.exe
 
141
# ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept
 
142
# ADD LINK32 /nologo /dll /debug /machine:I386 /out:".\win32\libpng\dll_dbga\libpng1b.dll"
 
143
 
 
144
!ELSEIF  "$(CFG)" == "libpng - Win32 LIB"
 
145
 
 
146
# PROP BASE Use_MFC 0
 
147
# PROP BASE Use_Debug_Libraries 0
 
148
# PROP BASE Output_Dir "Release"
 
149
# PROP BASE Intermediate_Dir "Release"
 
150
# PROP BASE Target_Dir ""
 
151
# PROP Use_MFC 0
 
152
# PROP Use_Debug_Libraries 0
 
153
# PROP Output_Dir ".\win32\libpng\lib"
 
154
# PROP Intermediate_Dir ".\win32\libpng\lib"
 
155
# PROP Target_Dir ""
 
156
MTL=midl.exe
 
157
CPP=cl.exe
 
158
# ADD BASE CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_LIB" /FD /c
 
159
# ADD CPP /nologo /W3 /O1 /I ".." /I "..\..\zlib" /D "WIN32" /D "NDEBUG" /Yu"png.h" /FD /c
 
160
RSC=rc.exe
 
161
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
162
# ADD RSC /l 0x409 /i ".." /d "NDEBUG"
 
163
BSC32=bscmake.exe
 
164
# ADD BASE BSC32 /nologo
 
165
# ADD BSC32 /nologo
 
166
LIB32=link.exe -lib
 
167
# ADD BASE LIB32 /nologo
 
168
# ADD LIB32 /nologo
 
169
 
 
170
!ELSEIF  "$(CFG)" == "libpng - Win32 LIB Debug"
 
171
 
 
172
# PROP BASE Use_MFC 0
 
173
# PROP BASE Use_Debug_Libraries 1
 
174
# PROP BASE Output_Dir "Debug"
 
175
# PROP BASE Intermediate_Dir "Debug"
 
176
# PROP BASE Target_Dir ""
 
177
# PROP Use_MFC 0
 
178
# PROP Use_Debug_Libraries 1
 
179
# PROP Output_Dir ".\win32\libpng\lib_dbg"
 
180
# PROP Intermediate_Dir ".\win32\libpng\lib_dbg"
 
181
# PROP Target_Dir ""
 
182
MTL=midl.exe
 
183
CPP=cl.exe
 
184
# ADD BASE CPP /nologo /W3 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_LIB" /FD /GZ /c
 
185
# ADD CPP /nologo /W3 /Zi /Od /I ".." /I "..\..\zlib" /D "DEBUG" /D "_DEBUG" /D PNG_DEBUG=1 /D "WIN32" /Yu"png.h" /FD /GZ /c
 
186
RSC=rc.exe
 
187
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
188
# ADD RSC /l 0x409 /d "_DEBUG"
 
189
BSC32=bscmake.exe
 
190
# ADD BASE BSC32 /nologo
 
191
# ADD BSC32 /nologo
 
192
LIB32=link.exe -lib
 
193
# ADD BASE LIB32 /nologo
 
194
# ADD LIB32 /nologo
 
195
 
 
196
!ENDIF 
 
197
 
 
198
# Begin Target
 
199
 
 
200
# Name "libpng - Win32 DLL"
 
201
# Name "libpng - Win32 DLL Debug"
 
202
# Name "libpng - Win32 DLL ASM"
 
203
# Name "libpng - Win32 DLL Debug ASM"
 
204
# Name "libpng - Win32 LIB"
 
205
# Name "libpng - Win32 LIB Debug"
 
206
# Begin Group "Source Files"
 
207
 
 
208
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
209
# Begin Source File
 
210
 
 
211
SOURCE=..\png.c
 
212
# SUBTRACT CPP /YX /Yc /Yu
 
213
# End Source File
 
214
# Begin Source File
 
215
 
 
216
SOURCE=.\png.rc
 
217
 
 
218
!IF  "$(CFG)" == "libpng - Win32 DLL"
 
219
 
 
220
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug"
 
221
 
 
222
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL ASM"
 
223
 
 
224
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug ASM"
 
225
 
 
226
!ELSEIF  "$(CFG)" == "libpng - Win32 LIB"
 
227
 
 
228
# PROP Exclude_From_Build 1
 
229
 
 
230
!ELSEIF  "$(CFG)" == "libpng - Win32 LIB Debug"
 
231
 
 
232
# PROP Exclude_From_Build 1
 
233
 
 
234
!ENDIF 
 
235
 
 
236
# End Source File
 
237
# Begin Source File
 
238
 
 
239
SOURCE=.\png32ms.def
 
240
 
 
241
!IF  "$(CFG)" == "libpng - Win32 DLL"
 
242
 
 
243
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug"
 
244
 
 
245
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL ASM"
 
246
 
 
247
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug ASM"
 
248
 
 
249
!ELSEIF  "$(CFG)" == "libpng - Win32 LIB"
 
250
 
 
251
# PROP Exclude_From_Build 1
 
252
 
 
253
!ELSEIF  "$(CFG)" == "libpng - Win32 LIB Debug"
 
254
 
 
255
# PROP Exclude_From_Build 1
 
256
 
 
257
!ENDIF 
 
258
 
 
259
# End Source File
 
260
# Begin Source File
 
261
 
 
262
SOURCE=..\pngerror.c
 
263
# ADD CPP /Yc"png.h"
 
264
# End Source File
 
265
# Begin Source File
 
266
 
 
267
SOURCE=..\pngget.c
 
268
# End Source File
 
269
# Begin Source File
 
270
 
 
271
SOURCE=..\pngmem.c
 
272
# End Source File
 
273
# Begin Source File
 
274
 
 
275
SOURCE=..\pngpread.c
 
276
# End Source File
 
277
# Begin Source File
 
278
 
 
279
SOURCE=..\pngread.c
 
280
# End Source File
 
281
# Begin Source File
 
282
 
 
283
SOURCE=..\pngrio.c
 
284
# End Source File
 
285
# Begin Source File
 
286
 
 
287
SOURCE=..\pngrtran.c
 
288
# End Source File
 
289
# Begin Source File
 
290
 
 
291
SOURCE=..\pngrutil.c
 
292
# End Source File
 
293
# Begin Source File
 
294
 
 
295
SOURCE=..\pngset.c
 
296
# End Source File
 
297
# Begin Source File
 
298
 
 
299
SOURCE=..\pngtrans.c
 
300
# End Source File
 
301
# Begin Source File
 
302
 
 
303
SOURCE=..\pngvcrd.c
 
304
 
 
305
!IF  "$(CFG)" == "libpng - Win32 DLL"
 
306
 
 
307
# PROP Exclude_From_Build 1
 
308
 
 
309
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug"
 
310
 
 
311
# PROP Exclude_From_Build 1
 
312
 
 
313
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL ASM"
 
314
 
 
315
!ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug ASM"
 
316
 
 
317
!ELSEIF  "$(CFG)" == "libpng - Win32 LIB"
 
318
 
 
319
# PROP Exclude_From_Build 1
 
320
 
 
321
!ELSEIF  "$(CFG)" == "libpng - Win32 LIB Debug"
 
322
 
 
323
# PROP Exclude_From_Build 1
 
324
 
 
325
!ENDIF 
 
326
 
 
327
# End Source File
 
328
# Begin Source File
 
329
 
 
330
SOURCE=..\pngwio.c
 
331
# End Source File
 
332
# Begin Source File
 
333
 
 
334
SOURCE=..\pngwrite.c
 
335
# End Source File
 
336
# Begin Source File
 
337
 
 
338
SOURCE=..\pngwtran.c
 
339
# End Source File
 
340
# Begin Source File
 
341
 
 
342
SOURCE=..\pngwutil.c
 
343
# End Source File
 
344
# End Group
 
345
# Begin Group "Header Files"
 
346
 
 
347
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
348
# Begin Source File
 
349
 
 
350
SOURCE=..\png.h
 
351
# End Source File
 
352
# Begin Source File
 
353
 
 
354
SOURCE=..\pngconf.h
 
355
# End Source File
 
356
# End Group
 
357
# Begin Group "Resource Files"
 
358
 
 
359
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
360
# End Group
 
361
# Begin Source File
 
362
 
 
363
SOURCE=.\readme.txt
 
364
# PROP Exclude_From_Build 1
 
365
# End Source File
 
366
# End Target
 
367
# End Project