Mercurial > fife-parpg
comparison ext/libpng-1.2.29/projects/cbuilder5/libpngstat.bpf @ 0:4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 29 Jun 2008 18:44:17 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4a0efb7baf70 |
---|---|
1 USEUNIT("..\..\png.c"); | |
2 USEUNIT("..\..\pngerror.c"); | |
3 USEUNIT("..\..\pngget.c"); | |
4 USEUNIT("..\..\pngmem.c"); | |
5 USEUNIT("..\..\pngpread.c"); | |
6 USEUNIT("..\..\pngread.c"); | |
7 USEUNIT("..\..\pngrio.c"); | |
8 USEUNIT("..\..\pngrtran.c"); | |
9 USEUNIT("..\..\pngrutil.c"); | |
10 USEUNIT("..\..\pngset.c"); | |
11 USEUNIT("..\..\pngtrans.c"); | |
12 USEUNIT("..\..\pngwio.c"); | |
13 USEUNIT("..\..\pngwrite.c"); | |
14 USEUNIT("..\..\pngwtran.c"); | |
15 USEUNIT("..\..\pngwutil.c"); | |
16 USELIB("..\..\..\zlib\zlib.lib"); | |
17 //--------------------------------------------------------------------------- | |
18 #define Library | |
19 | |
20 // To add a file to the library use the Project menu 'Add to Project'. | |
21 | |
22 |