mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-01 00:07:19 +02:00
f2b7499f85
Still gets some warnings because compilers have changed. But should work.
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
|