18 lines
291 B
Makefile
Raw Normal View History

2006-10-23 16:12:32 +00:00
#
# Makefile
#
2007-02-23 14:31:48 +00:00
# $Id: //poco/Main/XML/samples/DOMWriter/Makefile#6 $
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