mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-18 04:10:33 +01:00
d75e68c027
windows build only
18 lines
319 B
Makefile
18 lines
319 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.4/ApacheConnector/samples/FormServer/Makefile#1 $
|
|
#
|
|
# Makefile for Poco ApacheConnector sample
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = FormServer
|
|
|
|
target = FormServer
|
|
target_version = 1
|
|
target_libs = PocoFoundation PocoNet
|
|
|
|
include $(POCO_BASE)/build/rules/dylib
|