poco/Foundation/samples/DateTime/Makefile
Guenter Obiltschnig 768642ae98 sources for 1.3
2006-11-17 16:21:51 +00:00

18 lines
285 B
Makefile

#
# Makefile
#
# $Id: //poco/1.3/Foundation/samples/DateTime/Makefile#1 $
#
# Makefile for Poco DateTime
#
include $(POCO_BASE)/build/rules/global
objects = DateTime
target = DateTime
target_version = 1
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/exec