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.
16 lines
235 B
Makefile
16 lines
235 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco tcpclient
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = tcpclient
|
|
|
|
target = tcpclient
|
|
target_version = 1
|
|
target_libs = PocoNet PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|