diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-11-04 04:28:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-11-04 04:28:31 +0000 |
commit | 6c82c4c3307af84eec9558d5c40c045dc0929e11 (patch) | |
tree | 15df349bae663ffc5a33cca02b2490f5bd96513f /Makefile | |
parent | 0255bd389f4230da940590a0644ff9ee77739015 (diff) |
got objects working again by replacing toxy/tot with iemguts/receivecanvas
svn path=/trunk/externals/hcs/; revision=15702
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ SOURCES_linux = ifeel.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = ISOdate.pd ISOtime.pd ascii2int.pd autoscale.pd blocksize_in_ms.pd debounce.pd debug.pd embed.pd file_type.pd float2ascii.pd get-audio-dialog.pd get-midi-dialog.pd gid2group_name.pd group_name2gid.pd hostname.pd make-audio-dialog.pd noquit.pd pi.pd pwm.pd pwm~.pd split_my_msgs.pd square~.pd tcl_version.pd tkconsole.pd tremolo~.pd uid2username.pd username2uid.pd +PDOBJECTS = ISOdate.pd ISOtime.pd ascii2int.pd autoscale.pd blocksize_in_ms.pd debounce.pd debug.pd embed.pd file_type.pd float2ascii.pd get-audio-dialog.pd get-midi-dialog.pd gid2group_name.pd group_name2gid.pd hostname.pd make-audio-dialog.pd mouse_region.pd noquit.pd pi.pd pointer_position.pd pwm.pd pwm~.pd split_my_msgs.pd square~.pd tcl_version.pd tkconsole.pd tremolo~.pd uid2username.pd username2uid.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = changing_the_colors.pd move_pd_window.pd cursor.gif |