1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 12:07:13 +01:00

16 lines
255 B
Makefile
Raw Normal View History

#
# Makefile
#
# Makefile for Poco httpget
#
include $(POCO_BASE)/build/rules/global
objects = httpget
target = httpget
target_version = 1
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
include $(POCO_BASE)/build/rules/exec