mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-28 11:56:43 +01:00
d75e68c027
windows build only
18 lines
317 B
Makefile
18 lines
317 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.4/Util/samples/SampleApp/Makefile#1 $
|
|
#
|
|
# Makefile for Poco SampleApp
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = SampleApp
|
|
|
|
target = SampleApp
|
|
target_version = 1
|
|
target_libs = PocoUtil PocoXML PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|