poco/XML/samples/DOMWriter/Makefile
2007-02-23 14:31:48 +00:00

18 lines
291 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/XML/samples/DOMWriter/Makefile#6 $
#
# 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