diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-21 22:19:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-21 22:19:14 +0000 |
commit | 102df6d72865b66e534a7188795fc83f6ae2f7d4 (patch) | |
tree | 5f55094683dc6beb447ee769d7c2fbc8822b69ff /net | |
parent | 78a682a1d40a7a7f115ce3c36469924627b55518 (diff) |
added abstractions to the Makefile for inclusion in the library
svn path=/trunk/externals/mrpeach/; revision=15639
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/tcpsocket.FUDI-help.pd | 4 | ||||
-rw-r--r-- | net/tcpsocket.OSC-help.pd | 4 |
3 files changed, 9 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 16e52ab..778403c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -10,7 +10,7 @@ SOURCES = httpreceive.c httpreq.c tcpclient.c tcpreceive.c tcpsend.c tcpserver.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = +PDOBJECTS = tcpsocket.FUDI.pd tcpsocket.OSC.pd tcpsocketserver.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = test.txt diff --git a/net/tcpsocket.FUDI-help.pd b/net/tcpsocket.FUDI-help.pd new file mode 100644 index 0000000..e481731 --- /dev/null +++ b/net/tcpsocket.FUDI-help.pd @@ -0,0 +1,4 @@ +#N canvas 171 298 450 300 10; +#X text 79 81 This is a support object for; +#X obj 252 81 pddp/helplink tcpsocketserver; +#X obj 178 123 tcpsocket.FUDI; diff --git a/net/tcpsocket.OSC-help.pd b/net/tcpsocket.OSC-help.pd new file mode 100644 index 0000000..90b62c0 --- /dev/null +++ b/net/tcpsocket.OSC-help.pd @@ -0,0 +1,4 @@ +#N canvas 171 298 450 300 10; +#X obj 178 123 tcpsocket.OSC; +#X text 79 81 This is a support object for; +#X obj 252 81 pddp/helplink tcpsocketserver; |