changeset 33 | 3e2da88830cd |
30:5dc02b23752f | 33:3e2da88830cd |
---|---|
1 wince*: DEFINES += NO_ERRNO_H |
|
2 INCLUDEPATH += $$PWD/zlib |
|
3 SOURCES+= \ |
|
4 $$PWD/zlib/adler32.c \ |
|
5 $$PWD/zlib/compress.c \ |
|
6 $$PWD/zlib/crc32.c \ |
|
7 $$PWD/zlib/deflate.c \ |
|
8 $$PWD/zlib/gzio.c \ |
|
9 $$PWD/zlib/inffast.c \ |
|
10 $$PWD/zlib/inflate.c \ |
|
11 $$PWD/zlib/inftrees.c \ |
|
12 $$PWD/zlib/trees.c \ |
|
13 $$PWD/zlib/uncompr.c \ |
|
14 $$PWD/zlib/zutil.c |