Mercurial > fife-parpg
comparison ext/libpng-1.2.29/projects/visualc6/libpng.dsp @ 89:fa33cda75471
* Reverting back to 2543 as requested by sleek
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 19 Jul 2008 11:38:52 +0000 |
parents | 4a0efb7baf70 |
children |
comparison
equal
deleted
inserted
replaced
88:1c2842ebe393 | 89:fa33cda75471 |
---|---|
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 Release | |
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 Release" | |
18 !MESSAGE | |
19 !MESSAGE Possible choices for configuration are: | |
20 !MESSAGE | |
21 !MESSAGE "libpng - Win32 DLL Release" (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 Release" (based on "Win32 (x86) Dynamic-Link Library") | |
24 !MESSAGE "libpng - Win32 DLL ASM Debug" (based on "Win32 (x86) Dynamic-Link Library") | |
25 !MESSAGE "libpng - Win32 DLL VB" (based on "Win32 (x86) Dynamic-Link Library") | |
26 !MESSAGE "libpng - Win32 LIB Release" (based on "Win32 (x86) Static Library") | |
27 !MESSAGE "libpng - Win32 LIB Debug" (based on "Win32 (x86) Static Library") | |
28 !MESSAGE "libpng - Win32 LIB ASM Release" (based on "Win32 (x86) Static Library") | |
29 !MESSAGE "libpng - Win32 LIB ASM Debug" (based on "Win32 (x86) Static Library") | |
30 !MESSAGE | |
31 | |
32 # Begin Project | |
33 # PROP AllowPerConfigDependencies 0 | |
34 # PROP Scc_ProjName "" | |
35 # PROP Scc_LocalPath "" | |
36 | |
37 !IF "$(CFG)" == "libpng - Win32 DLL Release" | |
38 | |
39 # PROP BASE Use_MFC 0 | |
40 # PROP BASE Use_Debug_Libraries 0 | |
41 # PROP BASE Output_Dir "libpng___Win32_DLL_Release" | |
42 # PROP BASE Intermediate_Dir "libpng___Win32_DLL_Release" | |
43 # PROP BASE Target_Dir "" | |
44 # PROP Use_MFC 0 | |
45 # PROP Use_Debug_Libraries 0 | |
46 # PROP Output_Dir "Win32_DLL_Release" | |
47 # PROP Intermediate_Dir "Win32_DLL_Release" | |
48 # PROP Ignore_Export_Lib 0 | |
49 # PROP Target_Dir "" | |
50 CPP=cl.exe | |
51 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c | |
52 # SUBTRACT BASE CPP /YX /Yc /Yu | |
53 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_BUILD_DLL" /D "PNG_NO_MMX_CODE" /D "ZLIB_DLL" /D "_CRT_SECURE_NO_WARNINGS" /FD /c | |
54 # SUBTRACT CPP /YX /Yc /Yu | |
55 MTL=midl.exe | |
56 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | |
57 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | |
58 RSC=rc.exe | |
59 # ADD BASE RSC /l 0x409 /d "NDEBUG" | |
60 # ADD RSC /l 0x409 /i "..\.." /d "NDEBUG" | |
61 BSC32=bscmake.exe | |
62 # ADD BASE BSC32 /nologo | |
63 # ADD BSC32 /nologo | |
64 LINK32=link.exe | |
65 # ADD BASE LINK32 /nologo /dll /machine:I386 | |
66 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_Release\libpng13.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Release" | |
67 | |
68 !ELSEIF "$(CFG)" == "libpng - Win32 DLL Debug" | |
69 | |
70 # PROP BASE Use_MFC 0 | |
71 # PROP BASE Use_Debug_Libraries 1 | |
72 # PROP BASE Output_Dir "libpng___Win32_DLL_Release" | |
73 # PROP BASE Intermediate_Dir "libpng___Win32_DLL_Release" | |
74 # PROP BASE Target_Dir "" | |
75 # PROP Use_MFC 0 | |
76 # PROP Use_Debug_Libraries 1 | |
77 # PROP Output_Dir "Win32_DLL_Debug" | |
78 # PROP Intermediate_Dir "Win32_DLL_Debug" | |
79 # PROP Ignore_Export_Lib 0 | |
80 # PROP Target_Dir "" | |
81 CPP=cl.exe | |
82 # ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c | |
83 # SUBTRACT BASE CPP /YX /Yc /Yu | |
84 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D "PNG_NO_MMX_CODE" /D PNG_DEBUG=1 /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D "_CRT_SECURE_NO_WARNINGS" /FD /GZ /c | |
85 # SUBTRACT CPP /YX /Yc /Yu | |
86 MTL=midl.exe | |
87 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | |
88 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | |
89 RSC=rc.exe | |
90 # ADD BASE RSC /l 0x409 /d "_DEBUG" | |
91 # ADD RSC /l 0x409 /i "..\.." /d "_DEBUG" /d PNG_DEBUG=1 | |
92 BSC32=bscmake.exe | |
93 # ADD BASE BSC32 /nologo | |
94 # ADD BSC32 /nologo | |
95 LINK32=link.exe | |
96 # ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept | |
97 # ADD LINK32 zlib1d.lib /nologo /dll /debug /machine:I386 /out:"Win32_DLL_Debug\libpng13d.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Debug" | |
98 | |
99 !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Release" | |
100 | |
101 # PROP BASE Use_MFC 0 | |
102 # PROP BASE Use_Debug_Libraries 0 | |
103 # PROP BASE Output_Dir "libpng___Win32_DLL_ASM_Release" | |
104 # PROP BASE Intermediate_Dir "libpng___Win32_DLL_ASM_Release" | |
105 # PROP BASE Target_Dir "" | |
106 # PROP Use_MFC 0 | |
107 # PROP Use_Debug_Libraries 0 | |
108 # PROP Output_Dir "Win32_DLL_ASM_Release" | |
109 # PROP Intermediate_Dir "Win32_DLL_ASM_Release" | |
110 # PROP Ignore_Export_Lib 0 | |
111 # PROP Target_Dir "" | |
112 CPP=cl.exe | |
113 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c | |
114 # SUBTRACT BASE CPP /YX /Yc /Yu | |
115 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_USE_PNGVCRD" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D "PNG_LIBPNG_SPECIALBUILD" /D "_CRT_SECURE_NO_WARNINGS" /FD /c | |
116 # SUBTRACT CPP /YX /Yc /Yu | |
117 MTL=midl.exe | |
118 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | |
119 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | |
120 RSC=rc.exe | |
121 # ADD BASE RSC /l 0x409 /d "NDEBUG" | |
122 # ADD RSC /l 0x409 /i "..\.." /d "NDEBUG" /d PNG_LIBPNG_SPECIALBUILD=""""Use MMX instructions"""" | |
123 BSC32=bscmake.exe | |
124 # ADD BASE BSC32 /nologo | |
125 # ADD BSC32 /nologo | |
126 LINK32=link.exe | |
127 # ADD BASE LINK32 /nologo /dll /machine:I386 | |
128 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_ASM_Release\libpng13.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_ASM_Release" | |
129 | |
130 !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Debug" | |
131 | |
132 # PROP BASE Use_MFC 0 | |
133 # PROP BASE Use_Debug_Libraries 1 | |
134 # PROP BASE Output_Dir "libpng___Win32_DLL_ASM_Debug" | |
135 # PROP BASE Intermediate_Dir "libpng___Win32_DLL_ASM_Debug" | |
136 # PROP BASE Target_Dir "" | |
137 # PROP Use_MFC 0 | |
138 # PROP Use_Debug_Libraries 1 | |
139 # PROP Output_Dir "Win32_DLL_ASM_Debug" | |
140 # PROP Intermediate_Dir "Win32_DLL_ASM_Debug" | |
141 # PROP Ignore_Export_Lib 0 | |
142 # PROP Target_Dir "" | |
143 CPP=cl.exe | |
144 # ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c | |
145 # SUBTRACT BASE CPP /YX /Yc /Yu | |
146 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D PNG_DEBUG=1 /D "PNG_USE_PNGVCRD" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D "PNG_LIBPNG_SPECIALBUILD" /D "_CRT_SECURE_NO_WARNINGS" /FD /GZ /c | |
147 # SUBTRACT CPP /YX /Yc /Yu | |
148 MTL=midl.exe | |
149 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | |
150 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 | |
151 RSC=rc.exe | |
152 # ADD BASE RSC /l 0x409 /d "_DEBUG" | |
153 # ADD RSC /l 0x409 /i "..\.." /d "_DEBUG" /d PNG_DEBUG=1 /d PNG_LIBPNG_SPECIALBUILD=""""Use MMX instructions"""" | |
154 BSC32=bscmake.exe | |
155 # ADD BASE BSC32 /nologo | |
156 # ADD BSC32 /nologo | |
157 LINK32=link.exe | |
158 # ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept | |
159 # ADD LINK32 zlib1d.lib /nologo /dll /debug /machine:I386 /out:"Win32_DLL_ASM_Debug\libpng13d.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_ASM_Debug" | |
160 | |
161 !ELSEIF "$(CFG)" == "libpng - Win32 DLL VB" | |
162 | |
163 # PROP BASE Use_MFC 0 | |
164 # PROP BASE Use_Debug_Libraries 0 | |
165 # PROP BASE Output_Dir "libpng___Win32_DLL_VB" | |
166 # PROP BASE Intermediate_Dir "libpng___Win32_DLL_VB" | |
167 # PROP BASE Target_Dir "" | |
168 # PROP Use_MFC 0 | |
169 # PROP Use_Debug_Libraries 0 | |
170 # PROP Output_Dir "Win32_DLL_VB" | |
171 # PROP Intermediate_Dir "Win32_DLL_VB" | |
172 # PROP Ignore_Export_Lib 0 | |
173 # PROP Target_Dir "" | |
174 CPP=cl.exe | |
175 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c | |
176 # SUBTRACT BASE CPP /YX /Yc /Yu | |
177 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D PNGAPI=__stdcall /D "PNG_NO_MODULEDEF" /D "PNG_LIBPNG_SPECIALBUILD" /D "_CRT_SECURE_NO_WARNINGS" /FD /c | |
178 # SUBTRACT CPP /YX /Yc /Yu | |
179 MTL=midl.exe | |
180 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | |
181 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 | |
182 RSC=rc.exe | |
183 # ADD BASE RSC /l 0x409 /d "NDEBUG" | |
184 # ADD RSC /l 0x409 /i "..\.." /d "NDEBUG" /dPNG_LIBPNG_DLLFNAME_POSTFIX=""""VB"""" /dPNG_LIBPNG_SPECIALBUILD=""""__stdcall calling convention used for exported functions"""" | |
185 BSC32=bscmake.exe | |
186 # ADD BASE BSC32 /nologo | |
187 # ADD BSC32 /nologo | |
188 LINK32=link.exe | |
189 # ADD BASE LINK32 /nologo /dll /machine:I386 | |
190 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_VB\libpng13vb.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Release" | |
191 # Begin Special Build Tool | |
192 OutDir=.\Win32_DLL_VB | |
193 TargetName=libpng13vb | |
194 SOURCE="$(InputPath)" | |
195 PostBuild_Cmds=echo Deleting $(targetname) import library and export file (Not required for VB projects) del $(outdir)\$(targetname).lib del $(outdir)\$(targetname).exp | |
196 # End Special Build Tool | |
197 | |
198 !ELSEIF "$(CFG)" == "libpng - Win32 LIB Release" | |
199 | |
200 # PROP BASE Use_MFC 0 | |
201 # PROP BASE Use_Debug_Libraries 0 | |
202 # PROP BASE Output_Dir "libpng___Win32_LIB_Release" | |
203 # PROP BASE Intermediate_Dir "libpng___Win32_LIB_Release" | |
204 # PROP BASE Target_Dir "" | |
205 # PROP Use_MFC 0 | |
206 # PROP Use_Debug_Libraries 0 | |
207 # PROP Output_Dir "Win32_LIB_Release" | |
208 # PROP Intermediate_Dir "Win32_LIB_Release" | |
209 # PROP Target_Dir "" | |
210 CPP=cl.exe | |
211 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c | |
212 # SUBTRACT BASE CPP /YX /Yc /Yu | |
213 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "PNG_NO_MMX_CODE" /D "WIN32" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /FD /c | |
214 # SUBTRACT CPP /YX /Yc /Yu | |
215 RSC=rc.exe | |
216 # ADD BASE RSC /l 0x409 /d "NDEBUG" | |
217 # ADD RSC /l 0x409 /i "..\.." /d "NDEBUG" | |
218 BSC32=bscmake.exe | |
219 # ADD BASE BSC32 /nologo | |
220 # ADD BSC32 /nologo | |
221 LIB32=link.exe -lib | |
222 # ADD BASE LIB32 /nologo | |
223 # ADD LIB32 /nologo | |
224 | |
225 !ELSEIF "$(CFG)" == "libpng - Win32 LIB Debug" | |
226 | |
227 # PROP BASE Use_MFC 0 | |
228 # PROP BASE Use_Debug_Libraries 1 | |
229 # PROP BASE Output_Dir "libpng___Win32_LIB_Debug" | |
230 # PROP BASE Intermediate_Dir "libpng___Win32_LIB_Debug" | |
231 # PROP BASE Target_Dir "" | |
232 # PROP Use_MFC 0 | |
233 # PROP Use_Debug_Libraries 1 | |
234 # PROP Output_Dir "Win32_LIB_Debug" | |
235 # PROP Intermediate_Dir "Win32_LIB_Debug" | |
236 # PROP Target_Dir "" | |
237 CPP=cl.exe | |
238 # ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c | |
239 # SUBTRACT BASE CPP /YX /Yc /Yu | |
240 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D "PNG_NO_MMX_CODE" /D PNG_DEBUG=1 /D "_CRT_SECURE_NO_WARNINGS" /FD /GZ /c | |
241 # SUBTRACT CPP /YX /Yc /Yu | |
242 RSC=rc.exe | |
243 # ADD BASE RSC /l 0x409 /d "_DEBUG" | |
244 # ADD RSC /l 0x409 /d "_DEBUG" | |
245 BSC32=bscmake.exe | |
246 # ADD BASE BSC32 /nologo | |
247 # ADD BSC32 /nologo | |
248 LIB32=link.exe -lib | |
249 # ADD BASE LIB32 /nologo | |
250 # ADD LIB32 /nologo /out:"Win32_LIB_Debug\libpngd.lib" | |
251 | |
252 !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Release" | |
253 | |
254 # PROP BASE Use_MFC 0 | |
255 # PROP BASE Use_Debug_Libraries 0 | |
256 # PROP BASE Output_Dir "libpng___Win32_LIB_ASM_Release" | |
257 # PROP BASE Intermediate_Dir "libpng___Win32_LIB_ASM_Release" | |
258 # PROP BASE Target_Dir "" | |
259 # PROP Use_MFC 0 | |
260 # PROP Use_Debug_Libraries 0 | |
261 # PROP Output_Dir "Win32_LIB_ASM_Release" | |
262 # PROP Intermediate_Dir "Win32_LIB_ASM_Release" | |
263 # PROP Target_Dir "" | |
264 CPP=cl.exe | |
265 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c | |
266 # SUBTRACT BASE CPP /YX /Yc /Yu | |
267 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_USE_PNGVCRD" /D "PNG_LIBPNG_SPECIALBUILD" /D "_CRT_SECURE_NO_WARNINGS" /FD /c | |
268 # SUBTRACT CPP /YX /Yc /Yu | |
269 RSC=rc.exe | |
270 # ADD BASE RSC /l 0x409 /d "NDEBUG" | |
271 # ADD RSC /l 0x409 /i "..\.." /d "NDEBUG" | |
272 BSC32=bscmake.exe | |
273 # ADD BASE BSC32 /nologo | |
274 # ADD BSC32 /nologo | |
275 LIB32=link.exe -lib | |
276 # ADD BASE LIB32 /nologo | |
277 # ADD LIB32 /nologo | |
278 | |
279 !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Debug" | |
280 | |
281 # PROP BASE Use_MFC 0 | |
282 # PROP BASE Use_Debug_Libraries 1 | |
283 # PROP BASE Output_Dir "libpng___Win32_LIB_ASM_Debug" | |
284 # PROP BASE Intermediate_Dir "libpng___Win32_LIB_ASM_Debug" | |
285 # PROP BASE Target_Dir "" | |
286 # PROP Use_MFC 0 | |
287 # PROP Use_Debug_Libraries 1 | |
288 # PROP Output_Dir "Win32_LIB_ASM_Debug" | |
289 # PROP Intermediate_Dir "Win32_LIB_ASM_Debug" | |
290 # PROP Target_Dir "" | |
291 CPP=cl.exe | |
292 # ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c | |
293 # SUBTRACT BASE CPP /YX /Yc /Yu | |
294 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D PNG_DEBUG=1 /D "PNG_USE_PNGVCRD" /D "PNG_LIBPNG_SPECIALBUILD" /D "_CRT_SECURE_NO_WARNINGS" /FD /GZ /c | |
295 # SUBTRACT CPP /YX /Yc /Yu | |
296 RSC=rc.exe | |
297 # ADD BASE RSC /l 0x409 /d "_DEBUG" | |
298 # ADD RSC /l 0x409 /d "_DEBUG" | |
299 BSC32=bscmake.exe | |
300 # ADD BASE BSC32 /nologo | |
301 # ADD BSC32 /nologo | |
302 LIB32=link.exe -lib | |
303 # ADD BASE LIB32 /nologo | |
304 # ADD LIB32 /nologo /out:"Win32_LIB_ASM_Debug\libpngd.lib" | |
305 | |
306 !ENDIF | |
307 | |
308 # Begin Target | |
309 | |
310 # Name "libpng - Win32 DLL Release" | |
311 # Name "libpng - Win32 DLL Debug" | |
312 # Name "libpng - Win32 DLL ASM Release" | |
313 # Name "libpng - Win32 DLL ASM Debug" | |
314 # Name "libpng - Win32 DLL VB" | |
315 # Name "libpng - Win32 LIB Release" | |
316 # Name "libpng - Win32 LIB Debug" | |
317 # Name "libpng - Win32 LIB ASM Release" | |
318 # Name "libpng - Win32 LIB ASM Debug" | |
319 # Begin Group "Source Files" | |
320 | |
321 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | |
322 # Begin Source File | |
323 | |
324 SOURCE=..\..\png.c | |
325 # End Source File | |
326 # Begin Source File | |
327 | |
328 SOURCE=..\..\pngerror.c | |
329 # End Source File | |
330 # Begin Source File | |
331 | |
332 SOURCE=..\..\pngget.c | |
333 # End Source File | |
334 # Begin Source File | |
335 | |
336 SOURCE=..\..\pngmem.c | |
337 # End Source File | |
338 # Begin Source File | |
339 | |
340 SOURCE=..\..\pngpread.c | |
341 # End Source File | |
342 # Begin Source File | |
343 | |
344 SOURCE=..\..\pngread.c | |
345 # End Source File | |
346 # Begin Source File | |
347 | |
348 SOURCE=..\..\pngrio.c | |
349 # End Source File | |
350 # Begin Source File | |
351 | |
352 SOURCE=..\..\pngrtran.c | |
353 # End Source File | |
354 # Begin Source File | |
355 | |
356 SOURCE=..\..\pngrutil.c | |
357 # End Source File | |
358 # Begin Source File | |
359 | |
360 SOURCE=..\..\pngset.c | |
361 # End Source File | |
362 # Begin Source File | |
363 | |
364 SOURCE=..\..\pngtrans.c | |
365 # End Source File | |
366 # Begin Source File | |
367 | |
368 SOURCE=..\..\scripts\pngw32.def | |
369 | |
370 !IF "$(CFG)" == "libpng - Win32 DLL Release" | |
371 | |
372 !ELSEIF "$(CFG)" == "libpng - Win32 DLL Debug" | |
373 | |
374 !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Release" | |
375 | |
376 !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Debug" | |
377 | |
378 !ELSEIF "$(CFG)" == "libpng - Win32 DLL VB" | |
379 | |
380 # PROP Exclude_From_Build 1 | |
381 | |
382 !ELSEIF "$(CFG)" == "libpng - Win32 LIB Release" | |
383 | |
384 # PROP Exclude_From_Build 1 | |
385 | |
386 !ELSEIF "$(CFG)" == "libpng - Win32 LIB Debug" | |
387 | |
388 # PROP Exclude_From_Build 1 | |
389 | |
390 !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Release" | |
391 | |
392 # PROP Exclude_From_Build 1 | |
393 | |
394 !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Debug" | |
395 | |
396 # PROP Exclude_From_Build 1 | |
397 | |
398 !ENDIF | |
399 | |
400 # End Source File | |
401 # Begin Source File | |
402 | |
403 SOURCE=..\..\pngwio.c | |
404 # End Source File | |
405 # Begin Source File | |
406 | |
407 SOURCE=..\..\pngwrite.c | |
408 # End Source File | |
409 # Begin Source File | |
410 | |
411 SOURCE=..\..\pngwtran.c | |
412 # End Source File | |
413 # Begin Source File | |
414 | |
415 SOURCE=..\..\pngwutil.c | |
416 # End Source File | |
417 # End Group | |
418 # Begin Group "Header Files" | |
419 | |
420 # PROP Default_Filter "h;hpp;hxx;hm;inl" | |
421 # Begin Source File | |
422 | |
423 SOURCE=..\..\png.h | |
424 # End Source File | |
425 # Begin Source File | |
426 | |
427 SOURCE=..\..\pngconf.h | |
428 # End Source File | |
429 # End Group | |
430 # Begin Group "Resource Files" | |
431 | |
432 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | |
433 # Begin Source File | |
434 | |
435 SOURCE=..\..\scripts\pngw32.rc | |
436 | |
437 !IF "$(CFG)" == "libpng - Win32 DLL Release" | |
438 | |
439 !ELSEIF "$(CFG)" == "libpng - Win32 DLL Debug" | |
440 | |
441 !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Release" | |
442 | |
443 !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Debug" | |
444 | |
445 !ELSEIF "$(CFG)" == "libpng - Win32 DLL VB" | |
446 | |
447 !ELSEIF "$(CFG)" == "libpng - Win32 LIB Release" | |
448 | |
449 # PROP Exclude_From_Build 1 | |
450 | |
451 !ELSEIF "$(CFG)" == "libpng - Win32 LIB Debug" | |
452 | |
453 # PROP Exclude_From_Build 1 | |
454 | |
455 !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Release" | |
456 | |
457 # PROP Exclude_From_Build 1 | |
458 | |
459 !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Debug" | |
460 | |
461 # PROP Exclude_From_Build 1 | |
462 | |
463 !ENDIF | |
464 | |
465 # End Source File | |
466 # End Group | |
467 # Begin Source File | |
468 | |
469 SOURCE=.\README.txt | |
470 # End Source File | |
471 # End Target | |
472 # End Project |