mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-01-19 13:44:41 +01:00
19 lines
345 B
Makefile
19 lines
345 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.7/DNSSD/Bonjour/Makefile#1 $
|
|
#
|
|
# Makefile for Poco DNSSD Bonjour
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = \
|
|
BonjourBrowserImpl BonjourResponderImpl EventLoop
|
|
|
|
target = PocoDNSSDBonjour
|
|
target_version = 1
|
|
target_libs = PocoNet PocoDNSSD PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|