Initial checking of the libpng library.
[oota-llvm.git] / runtime / libpng / projects / msvc / libpng.dsp
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 "libpng - Win32 DLL VB" (based on "Win32 (x86) Dynamic-Link Library")
28 !MESSAGE 
29
30 # Begin Project
31 # PROP AllowPerConfigDependencies 0
32 # PROP Scc_ProjName ""
33 # PROP Scc_LocalPath ""
34
35 !IF  "$(CFG)" == "libpng - Win32 DLL"
36
37 # PROP BASE Use_MFC 0
38 # PROP BASE Use_Debug_Libraries 0
39 # PROP BASE Output_Dir "Release"
40 # PROP BASE Intermediate_Dir "Release"
41 # PROP BASE Target_Dir ""
42 # PROP Use_MFC 0
43 # PROP Use_Debug_Libraries 0
44 # PROP Output_Dir ".\win32\libpng\dll"
45 # PROP Intermediate_Dir ".\win32\libpng\dll"
46 # PROP Ignore_Export_Lib 0
47 # PROP Target_Dir ""
48 CPP=cl.exe
49 # ADD BASE CPP /nologo /MD /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /FD /c
50 # 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
51 MTL=midl.exe
52 RSC=rc.exe
53 # ADD BASE RSC /l 0x409 /d "NDEBUG"
54 # ADD RSC /l 0x409 /i "..\.." /d "NDEBUG"
55 BSC32=bscmake.exe
56 # ADD BASE BSC32 /nologo
57 # ADD BSC32 /nologo
58 LINK32=link.exe
59 # ADD BASE LINK32 /nologo /dll /machine:I386
60 # ADD LINK32 /nologo /dll /machine:I386 /out:".\win32\libpng\dll\libpng13.dll"
61 # SUBTRACT LINK32 /pdb:none
62
63 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug"
64
65 # PROP BASE Use_MFC 0
66 # PROP BASE Use_Debug_Libraries 1
67 # PROP BASE Output_Dir "Debug"
68 # PROP BASE Intermediate_Dir "Debug"
69 # PROP BASE Target_Dir ""
70 # PROP Use_MFC 0
71 # PROP Use_Debug_Libraries 1
72 # PROP Output_Dir ".\win32\libpng\dll_dbg"
73 # PROP Intermediate_Dir ".\win32\libpng\dll_dbg"
74 # PROP Ignore_Export_Lib 0
75 # PROP Target_Dir ""
76 CPP=cl.exe
77 # ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /FD /GZ /c
78 # 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
79 MTL=midl.exe
80 RSC=rc.exe
81 # ADD BASE RSC /l 0x409 /d "_DEBUG"
82 # ADD RSC /l 0x409 /i "..\.." /d "_DEBUG" /d PNG_DEBUG=1
83 BSC32=bscmake.exe
84 # ADD BASE BSC32 /nologo
85 # ADD BSC32 /nologo
86 LINK32=link.exe
87 # ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept
88 # ADD LINK32 /nologo /dll /debug /machine:I386 /out:".\win32\libpng\dll_dbg\libpng13d.dll"
89
90 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL ASM"
91
92 # PROP BASE Use_MFC 0
93 # PROP BASE Use_Debug_Libraries 0
94 # PROP BASE Output_Dir "Release"
95 # PROP BASE Intermediate_Dir "Release"
96 # PROP BASE Target_Dir ""
97 # PROP Use_MFC 0
98 # PROP Use_Debug_Libraries 0
99 # PROP Output_Dir ".\win32\libpng\dll_asm"
100 # PROP Intermediate_Dir ".\win32\libpng\dll_asm"
101 # PROP Ignore_Export_Lib 0
102 # PROP Target_Dir ""
103 CPP=cl.exe
104 # ADD BASE CPP /nologo /MD /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /FD /c
105 # 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
106 MTL=midl.exe
107 RSC=rc.exe
108 # ADD BASE RSC /l 0x409 /d "NDEBUG"
109 # ADD RSC /l 0x409 /i "..\.." /d "NDEBUG" /d "PNG_USE_PNGVCRD"
110 BSC32=bscmake.exe
111 # ADD BASE BSC32 /nologo
112 # ADD BSC32 /nologo
113 LINK32=link.exe
114 # ADD BASE LINK32 /nologo /dll /machine:I386
115 # ADD LINK32 /nologo /dll /machine:I386 /out:".\win32\libpng\dll_asm\libpng13a.dll"
116 # SUBTRACT LINK32 /pdb:none
117
118 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug ASM"
119
120 # PROP BASE Use_MFC 0
121 # PROP BASE Use_Debug_Libraries 1
122 # PROP BASE Output_Dir "Debug"
123 # PROP BASE Intermediate_Dir "Debug"
124 # PROP BASE Target_Dir ""
125 # PROP Use_MFC 0
126 # PROP Use_Debug_Libraries 1
127 # PROP Output_Dir ".\win32\libpng\dll_dbga"
128 # PROP Intermediate_Dir ".\win32\libpng\dll_dbga"
129 # PROP Ignore_Export_Lib 0
130 # PROP Target_Dir ""
131 CPP=cl.exe
132 # ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /FD /GZ /c
133 # 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
134 MTL=midl.exe
135 RSC=rc.exe
136 # ADD BASE RSC /l 0x409 /d "_DEBUG"
137 # ADD RSC /l 0x409 /i "..\.." /d "_DEBUG" /d PNG_DEBUG=1 /d "PNG_USE_PNGVCRD"
138 BSC32=bscmake.exe
139 # ADD BASE BSC32 /nologo
140 # ADD BSC32 /nologo
141 LINK32=link.exe
142 # ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept
143 # ADD LINK32 /nologo /dll /debug /machine:I386 /out:".\win32\libpng\dll_dbga\libpng13b.dll"
144
145 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB"
146
147 # PROP BASE Use_MFC 0
148 # PROP BASE Use_Debug_Libraries 0
149 # PROP BASE Output_Dir "Release"
150 # PROP BASE Intermediate_Dir "Release"
151 # PROP BASE Target_Dir ""
152 # PROP Use_MFC 0
153 # PROP Use_Debug_Libraries 0
154 # PROP Output_Dir ".\win32\libpng\lib"
155 # PROP Intermediate_Dir ".\win32\libpng\lib"
156 # PROP Target_Dir ""
157 MTL=midl.exe
158 CPP=cl.exe
159 # ADD BASE CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_LIB" /FD /c
160 # ADD CPP /nologo /W3 /O1 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /Yu"png.h" /FD /c
161 RSC=rc.exe
162 # ADD BASE RSC /l 0x409 /d "NDEBUG"
163 # ADD RSC /l 0x409 /i "..\.." /d "NDEBUG"
164 BSC32=bscmake.exe
165 # ADD BASE BSC32 /nologo
166 # ADD BSC32 /nologo
167 LIB32=link.exe -lib
168 # ADD BASE LIB32 /nologo
169 # ADD LIB32 /nologo
170
171 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB Debug"
172
173 # PROP BASE Use_MFC 0
174 # PROP BASE Use_Debug_Libraries 1
175 # PROP BASE Output_Dir "Debug"
176 # PROP BASE Intermediate_Dir "Debug"
177 # PROP BASE Target_Dir ""
178 # PROP Use_MFC 0
179 # PROP Use_Debug_Libraries 1
180 # PROP Output_Dir ".\win32\libpng\lib_dbg"
181 # PROP Intermediate_Dir ".\win32\libpng\lib_dbg"
182 # PROP Target_Dir ""
183 MTL=midl.exe
184 CPP=cl.exe
185 # ADD BASE CPP /nologo /W3 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_LIB" /FD /GZ /c
186 # 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
187 RSC=rc.exe
188 # ADD BASE RSC /l 0x409 /d "_DEBUG"
189 # ADD RSC /l 0x409 /d "_DEBUG"
190 BSC32=bscmake.exe
191 # ADD BASE BSC32 /nologo
192 # ADD BSC32 /nologo
193 LIB32=link.exe -lib
194 # ADD BASE LIB32 /nologo
195 # ADD LIB32 /nologo
196
197 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL VB"
198
199 # PROP BASE Use_MFC 0
200 # PROP BASE Use_Debug_Libraries 0
201 # PROP BASE Output_Dir "libpng___Win32_DLL_VB"
202 # PROP BASE Intermediate_Dir "libpng___Win32_DLL_VB"
203 # PROP BASE Ignore_Export_Lib 0
204 # PROP BASE Target_Dir ""
205 # PROP Use_MFC 0
206 # PROP Use_Debug_Libraries 0
207 # PROP Output_Dir ".\win32\libpng\dll_vb"
208 # PROP Intermediate_Dir ".\win32\libpng\dll_vb"
209 # PROP Ignore_Export_Lib 0
210 # PROP Target_Dir ""
211 CPP=cl.exe
212 # ADD BASE 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
213 # ADD CPP /nologo /Gd /MD /W3 /O1 /I "..\.." /I "..\..\..\zlib" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D PNGAPI=__stdcall /Yu"png.h" /FD /c
214 MTL=midl.exe
215 RSC=rc.exe
216 # ADD BASE RSC /l 0x409 /i "..\.." /d "NDEBUG"
217 # ADD RSC /l 0x409 /i "..\.." /d "NDEBUG"
218 BSC32=bscmake.exe
219 # ADD BASE BSC32 /nologo
220 # ADD BSC32 /nologo
221 LINK32=link.exe
222 # ADD BASE LINK32 /nologo /dll /machine:I386 /out:".\win32\libpng\dll\libpng13.dll"
223 # SUBTRACT BASE LINK32 /pdb:none
224 # ADD LINK32 /nologo /dll /machine:I386 /out:".\win32\libpng\dll_vb\libpngvb13.dll"
225 # SUBTRACT LINK32 /pdb:none
226
227 !ENDIF 
228
229 # Begin Target
230
231 # Name "libpng - Win32 DLL"
232 # Name "libpng - Win32 DLL Debug"
233 # Name "libpng - Win32 DLL ASM"
234 # Name "libpng - Win32 DLL Debug ASM"
235 # Name "libpng - Win32 LIB"
236 # Name "libpng - Win32 LIB Debug"
237 # Name "libpng - Win32 DLL VB"
238 # Begin Group "Source Files"
239
240 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
241 # Begin Source File
242
243 SOURCE=..\..\png.c
244 # SUBTRACT CPP /YX /Yc /Yu
245 # End Source File
246 # Begin Source File
247
248 SOURCE=.\png.rc
249
250 !IF  "$(CFG)" == "libpng - Win32 DLL"
251
252 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug"
253
254 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL ASM"
255
256 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug ASM"
257
258 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB"
259
260 # PROP Exclude_From_Build 1
261
262 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB Debug"
263
264 # PROP Exclude_From_Build 1
265
266 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL VB"
267
268 !ENDIF 
269
270 # End Source File
271 # Begin Source File
272
273 SOURCE=.\png32ms.def
274
275 !IF  "$(CFG)" == "libpng - Win32 DLL"
276
277 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug"
278
279 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL ASM"
280
281 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug ASM"
282
283 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB"
284
285 # PROP Exclude_From_Build 1
286
287 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB Debug"
288
289 # PROP Exclude_From_Build 1
290
291 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL VB"
292
293 !ENDIF 
294
295 # End Source File
296 # Begin Source File
297
298 SOURCE=..\..\pngerror.c
299 # ADD CPP /Yc"png.h"
300 # End Source File
301 # Begin Source File
302
303 SOURCE=..\..\pngget.c
304 # End Source File
305 # Begin Source File
306
307 SOURCE=..\..\pngmem.c
308 # End Source File
309 # Begin Source File
310
311 SOURCE=..\..\pngpread.c
312 # End Source File
313 # Begin Source File
314
315 SOURCE=..\..\pngread.c
316 # End Source File
317 # Begin Source File
318
319 SOURCE=..\..\pngrio.c
320 # End Source File
321 # Begin Source File
322
323 SOURCE=..\..\pngrtran.c
324 # End Source File
325 # Begin Source File
326
327 SOURCE=..\..\pngrutil.c
328 # End Source File
329 # Begin Source File
330
331 SOURCE=..\..\pngset.c
332 # End Source File
333 # Begin Source File
334
335 SOURCE=..\..\pngtrans.c
336 # End Source File
337 # Begin Source File
338
339 SOURCE=..\..\pngvcrd.c
340
341 !IF  "$(CFG)" == "libpng - Win32 DLL"
342
343 # PROP Exclude_From_Build 1
344
345 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug"
346
347 # PROP Exclude_From_Build 1
348
349 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL ASM"
350
351 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug ASM"
352
353 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB"
354
355 # PROP Exclude_From_Build 1
356
357 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB Debug"
358
359 # PROP Exclude_From_Build 1
360
361 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL VB"
362
363 # PROP BASE Exclude_From_Build 1
364 # PROP Exclude_From_Build 1
365
366 !ENDIF 
367
368 # End Source File
369 # Begin Source File
370
371 SOURCE=..\..\pngwio.c
372 # End Source File
373 # Begin Source File
374
375 SOURCE=..\..\pngwrite.c
376 # End Source File
377 # Begin Source File
378
379 SOURCE=..\..\pngwtran.c
380 # End Source File
381 # Begin Source File
382
383 SOURCE=..\..\pngwutil.c
384 # End Source File
385 # End Group
386 # Begin Group "Header Files"
387
388 # PROP Default_Filter "h;hpp;hxx;hm;inl"
389 # Begin Source File
390
391 SOURCE=..\..\png.h
392 # End Source File
393 # Begin Source File
394
395 SOURCE=..\..\pngconf.h
396 # End Source File
397 # End Group
398 # Begin Group "Resource Files"
399
400 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
401 # End Group
402 # Begin Source File
403
404 SOURCE=.\readme.txt
405
406 !IF  "$(CFG)" == "libpng - Win32 DLL"
407
408 # PROP Exclude_From_Build 1
409
410 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug"
411
412 # PROP Exclude_From_Build 1
413
414 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL ASM"
415
416 # PROP Exclude_From_Build 1
417
418 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL Debug ASM"
419
420 # PROP Exclude_From_Build 1
421
422 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB"
423
424 # PROP Exclude_From_Build 1
425
426 !ELSEIF  "$(CFG)" == "libpng - Win32 LIB Debug"
427
428 # PROP Exclude_From_Build 1
429
430 !ELSEIF  "$(CFG)" == "libpng - Win32 DLL VB"
431
432 # PROP BASE Exclude_From_Build 1
433 # PROP Exclude_From_Build 1
434
435 !ENDIF 
436
437 # End Source File
438 # End Target
439 # End Project