mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
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
|