Files
poco/Net/samples/download/Makefile
Guenter Obiltschnig f476bd6b32 initial import
2006-07-11 16:33:40 +00:00

18 lines
312 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/template/sample.make#4 $
#
# Makefile for Poco download
#
include $(POCO_BASE)/build/rules/global
objects = download
target = download
target_version = 1
target_libs = PocoFoundation PocoXML PocoNet PocoUtil
include $(POCO_BASE)/build/rules/exec