1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-05-05 10:17:20 +02:00
Files
SqMod/vendor/POCO/DNSSD/samples/HTTPTimeServer/Makefile
T
Sandu Liviu Catalin f2b7499f85 Update libraries and make it build on windows.
Still gets some warnings because compilers have changed. But should work.
2025-06-25 22:34:23 +03:00

24 lines
454 B
Makefile

#
# Makefile
#
# $Id: //poco/1.7/DNSSD/samples/HTTPTimeServer/Makefile#1 $
#
# Makefile for HTTPTimeServer sample
#
include $(POCO_BASE)/build/rules/global
ifeq ($(OSNAME),Linux)
DNSSDLibrary = PocoDNSSDAvahi
else
DNSSDLibrary = PocoDNSSDBonjour
endif
objects = HTTPTimeServer
target = HTTPTimeServer
target_version = 1
target_libs = $(DNSSDLibrary) PocoDNSSD PocoNet PocoUtil PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec