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

18 lines
283 B
Plaintext

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