added Poco::SevenZip library for extracting 7-Zip archives, based on the LZMA SDK

This commit is contained in:
Guenter Obiltschnig
2014-03-25 19:59:32 +01:00
parent 575d95dedf
commit 64499a0786
75 changed files with 16642 additions and 0 deletions

12
SevenZip/samples/Makefile Normal file
View File

@@ -0,0 +1,12 @@
#
# Makefile
#
# $Id$
#
# Makefile for Poco SevenZip Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C un7zip $(MAKECMDGOALS)