]>
Commit | Line | Data |
---|---|---|
e7fc0c29 VS |
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 "ZLIB_DLL" /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_DEBUG=1 /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /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" /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_USE_PNGVCRD" | |
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" /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_USE_PNGVCRD" | |
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" /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" /dDLLFNAME_POSTFIX=""""VB"""" /dSPECIALBUILD=""""__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 "WIN32" /D "NDEBUG" /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_DEBUG=1 /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" /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" /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=..\..\pngvcrd.c | |
369 | ||
370 | !IF "$(CFG)" == "libpng - Win32 DLL Release" | |
371 | ||
372 | # PROP Exclude_From_Build 1 | |
373 | ||
374 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL Debug" | |
375 | ||
376 | # PROP Exclude_From_Build 1 | |
377 | ||
378 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Release" | |
379 | ||
380 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Debug" | |
381 | ||
382 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL VB" | |
383 | ||
384 | # PROP Exclude_From_Build 1 | |
385 | ||
386 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB Release" | |
387 | ||
388 | # PROP Exclude_From_Build 1 | |
389 | ||
390 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB Debug" | |
391 | ||
392 | # PROP Exclude_From_Build 1 | |
393 | ||
394 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Release" | |
395 | ||
396 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Debug" | |
397 | ||
398 | !ENDIF | |
399 | ||
400 | # End Source File | |
401 | # Begin Source File | |
402 | ||
403 | SOURCE=..\..\scripts\pngw32.def | |
404 | ||
405 | !IF "$(CFG)" == "libpng - Win32 DLL Release" | |
406 | ||
407 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL Debug" | |
408 | ||
409 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Release" | |
410 | ||
411 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Debug" | |
412 | ||
413 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL VB" | |
414 | ||
415 | # PROP Exclude_From_Build 1 | |
416 | ||
417 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB Release" | |
418 | ||
419 | # PROP Exclude_From_Build 1 | |
420 | ||
421 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB Debug" | |
422 | ||
423 | # PROP Exclude_From_Build 1 | |
424 | ||
425 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Release" | |
426 | ||
427 | # PROP Exclude_From_Build 1 | |
428 | ||
429 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Debug" | |
430 | ||
431 | # PROP Exclude_From_Build 1 | |
432 | ||
433 | !ENDIF | |
434 | ||
435 | # End Source File | |
436 | # Begin Source File | |
437 | ||
438 | SOURCE=..\..\pngwio.c | |
439 | # End Source File | |
440 | # Begin Source File | |
441 | ||
442 | SOURCE=..\..\pngwrite.c | |
443 | # End Source File | |
444 | # Begin Source File | |
445 | ||
446 | SOURCE=..\..\pngwtran.c | |
447 | # End Source File | |
448 | # Begin Source File | |
449 | ||
450 | SOURCE=..\..\pngwutil.c | |
451 | # End Source File | |
452 | # End Group | |
453 | # Begin Group "Header Files" | |
454 | ||
455 | # PROP Default_Filter "h;hpp;hxx;hm;inl" | |
456 | # Begin Source File | |
457 | ||
458 | SOURCE=..\..\png.h | |
459 | # End Source File | |
460 | # Begin Source File | |
461 | ||
462 | SOURCE=..\..\pngconf.h | |
463 | # End Source File | |
464 | # End Group | |
465 | # Begin Group "Resource Files" | |
466 | ||
467 | # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | |
468 | # Begin Source File | |
469 | ||
470 | SOURCE=..\..\scripts\pngw32.rc | |
471 | ||
472 | !IF "$(CFG)" == "libpng - Win32 DLL Release" | |
473 | ||
474 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL Debug" | |
475 | ||
476 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Release" | |
477 | ||
478 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Debug" | |
479 | ||
480 | !ELSEIF "$(CFG)" == "libpng - Win32 DLL VB" | |
481 | ||
482 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB Release" | |
483 | ||
484 | # PROP Exclude_From_Build 1 | |
485 | ||
486 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB Debug" | |
487 | ||
488 | # PROP Exclude_From_Build 1 | |
489 | ||
490 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Release" | |
491 | ||
492 | # PROP Exclude_From_Build 1 | |
493 | ||
494 | !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Debug" | |
495 | ||
496 | # PROP Exclude_From_Build 1 | |
497 | ||
498 | !ENDIF | |
499 | ||
500 | # End Source File | |
501 | # End Group | |
502 | # Begin Source File | |
503 | ||
504 | SOURCE=.\README.txt | |
505 | # End Source File | |
506 | # End Target | |
507 | # End Project |