aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-08 21:43:56 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-08 21:43:56 +0000
commit6ef627fab64da0f52806f3c1e4d685c75f465637 (patch)
treeb041d0456b45d58ed55053ad299bd884c714928a
parentb71e0f56b57177433f955076dbfe9afa01adc1f7 (diff)
added help patch for [embed] and fixed cursors.gif inclusion
svn path=/trunk/externals/hcs/; revision=14311
-rw-r--r--Makefile6
-rw-r--r--embed-help.pd4
2 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6568742..054bd11 100644
--- a/Makefile
+++ b/Makefile
@@ -13,10 +13,10 @@ 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 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
+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
+EXAMPLES = changing_the_colors.pd move_pd_window.pd cursors.gif
# manuals and related files, in the 'manual' subfolder
MANUAL =
@@ -25,7 +25,7 @@ MANUAL =
# list them here. This can be anything from header files, test patches,
# documentation, etc. README.txt and LICENSE.txt are required and therefore
# automatically included
-EXTRA_DIST = cursor.gif README-ifeel.txt embed.pd ifeel.h
+EXTRA_DIST = README-ifeel.txt ifeel.h
diff --git a/embed-help.pd b/embed-help.pd
new file mode 100644
index 0000000..c92049e
--- /dev/null
+++ b/embed-help.pd
@@ -0,0 +1,4 @@
+#N canvas 329 399 450 300 10;
+#X text 119 127 [embed];
+#X text 55 50 This object is used for hiding the Pd window when making
+an embedded app based on Pd.;