poco/Foundation/samples/URI/Makefile

16 lines
209 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# Makefile for Poco URI
#
include $(POCO_BASE)/build/rules/global
objects = URI
target = URI
target_version = 1
2016-03-05 14:29:34 +01:00
target_libs = PocoFoundation
2012-04-29 20:52:25 +02:00
include $(POCO_BASE)/build/rules/exec