mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 02:57:45 +01:00
32 lines
481 B
Plaintext
32 lines
481 B
Plaintext
|
#
|
||
|
# Zip.vxbuild
|
||
|
#
|
||
|
# $Id: //poco/1.4/Zip/Zip.vxbuild#1 $
|
||
|
#
|
||
|
TARGET=pocoZip
|
||
|
CFLAGS="-I../../../Foundation/include"
|
||
|
SOURCES="
|
||
|
Add.cpp
|
||
|
AutoDetectStream.cpp
|
||
|
Compress.cpp
|
||
|
Decompress.cpp
|
||
|
Delete.cpp
|
||
|
Keep.cpp
|
||
|
ParseCallback.cpp
|
||
|
PartialStream.cpp
|
||
|
Rename.cpp
|
||
|
Replace.cpp
|
||
|
SkipCallback.cpp
|
||
|
ZipArchive.cpp
|
||
|
ZipArchiveInfo.cpp
|
||
|
ZipCommon.cpp
|
||
|
ZipDataInfo.cpp
|
||
|
ZipException.cpp
|
||
|
ZipFileInfo.cpp
|
||
|
ZipLocalFileHeader.cpp
|
||
|
ZipManipulator.cpp
|
||
|
ZipOperation.cpp
|
||
|
ZipStream.cpp
|
||
|
ZipUtil.cpp
|
||
|
"
|