aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/package.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-08-22 19:20:27 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-08-22 19:20:27 +0000
commit76fd627a763f708d764d5f70b3c71cebc8bdbf4f (patch)
tree40f7433a0581c9015f9e947910a3f61d992c9d64 /externals/grill/flext/package.txt
parent4cde391f5f1ba80c803fc02adece857e5eb720f7 (diff)
adapted for pd-devel 0.39
- better handling of click callback - more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE) added flfeatures.h for compile-time version-specific feature detection changes for devel_0_39 support svn path=/trunk/; revision=3445
Diffstat (limited to 'externals/grill/flext/package.txt')
-rw-r--r--externals/grill/flext/package.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/externals/grill/flext/package.txt b/externals/grill/flext/package.txt
index 01f0d076..c4b2d9a9 100644
--- a/externals/grill/flext/package.txt
+++ b/externals/grill/flext/package.txt
@@ -33,7 +33,9 @@ SRCS= \
flatom_part.cpp flitem.cpp flmeth.cpp flmsg.cpp \
flproxy.cpp flqueue.cpp flbind.cpp flmap.cpp
HDRS= \
- flprefix.h flstdc.h flbase.h flclass.h flext.h flsupport.h flmap.h fldsp.h flinternal.h flcontainers.h \
+ flext.h flprefix.h flstdc.h flinternal.h flfeatures.h \
+ flbase.h flclass.h flsupport.h fldsp.h \
+ flmap.h flcontainers.h \
fldefs.h fldefs_hdr.h fldefs_setup.h \
fldefs_methcb.h fldefs_meththr.h fldefs_methadd.h fldefs_methbind.h fldefs_methcall.h \
fldefs_attrcb.h fldefs_attrvar.h fldefs_attradd.h
@@ -43,5 +45,4 @@ SRCS_SNDOBJ=flsndobj.cpp
HDRS_SNDOBJ=flsndobj.h
SRCS_STK=flstk.cpp
-
HDRS_STK=flstk.h