18 lines
290 B
Makefile
Raw Normal View History

2006-10-23 16:12:32 +00:00
#
# Makefile
#
2006-11-17 16:28:01 +00:00
# $Id: //poco/1.3/XML/samples/DOMWriter/Makefile#1 $
2006-10-23 16:12:32 +00:00
#
# Makefile for Poco DOMWriter
#
include $(POCO_BASE)/build/rules/global
objects = DOMWriter
target = DOMWriter
target_version = 1
target_libs = PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec