diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-23 22:27:01 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-23 22:27:01 +0000 |
commit | f31ffd1b3f16fa3ee91919241af1b9f66e5ef19f (patch) | |
tree | 69bfe85c056ad7f8eadef43969858a6bfeab5dc8 | |
parent | d26744af0c8050c936c1c45b25dc3ae228ccbc97 (diff) |
moved optional example to wiki docs: http://puredata.info/docs/developer/MakefileTemplate
svn path=/trunk/externals/template/; revision=13903
-rw-r--r-- | template.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/template.c b/template.c deleted file mode 100644 index 98f1b7f..0000000 --- a/template.c +++ /dev/null @@ -1,8 +0,0 @@ -/* glue code for compiling "template" as a library - * this calls the setup function of each object - */ -void mycobject_setup(void); - -void template_setup(void) { - mycobject_setup(); -} |