mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 18:47:47 +00: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
 | |
| "
 | 
