Files
poco/Foundation/testsuite/Makefile-TestApp
Guenter Obiltschnig 84fedbdb60 set eol-style to native
2006-10-23 15:48:43 +00:00

18 lines
283 B
Plaintext

#
# Makefile
#
# $Id: //poco/1.2/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