]>
Commit | Line | Data |
---|---|---|
e7fc0c29 VS |
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 |