mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 21:13:10 +01:00
new trunk (base for 1.5)
windows build only
This commit is contained in:
17
XML/samples/DOMParser/Makefile
Normal file
17
XML/samples/DOMParser/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/XML/samples/DOMParser/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco DOMParser
|
||||
#
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
objects = DOMParser
|
||||
|
||||
target = DOMParser
|
||||
target_version = 1
|
||||
target_libs = PocoXML PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
Reference in New Issue
Block a user