aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-03-20 04:36:34 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-03-20 04:36:34 +0000
commite80fac58cb4bf929d8d09e4bd998c3865118b567 (patch)
tree4ebcbb52617ebf92dc48231a8edf53d581cc69a0 /externals/grill/flext
parent6a2cccf403ac6045d987eb771b5ac904a33b122a (diff)
""
svn path=/trunk/; revision=484
Diffstat (limited to 'externals/grill/flext')
-rw-r--r--externals/grill/flext/flext.cwbin454327 -> 506677 bytes
-rwxr-xr-xexternals/grill/flext/flext.pbproj/project.pbxproj2
-rw-r--r--externals/grill/flext/source/flsupport.h2
3 files changed, 1 insertions, 3 deletions
diff --git a/externals/grill/flext/flext.cw b/externals/grill/flext/flext.cw
index 9d5eecd8..d331bede 100644
--- a/externals/grill/flext/flext.cw
+++ b/externals/grill/flext/flext.cw
Binary files differ
diff --git a/externals/grill/flext/flext.pbproj/project.pbxproj b/externals/grill/flext/flext.pbproj/project.pbxproj
index b80efb1f..fc84831e 100755
--- a/externals/grill/flext/flext.pbproj/project.pbxproj
+++ b/externals/grill/flext/flext.pbproj/project.pbxproj
@@ -750,7 +750,6 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
HEADER_SEARCH_PATHS = /usr/local/pd/src;
- INSTALL_PATH = /usr/local/pd/flext;
LIBRARY_STYLE = STATIC;
OPTIMIZATION_CFLAGS = "-O3";
OTHER_CFLAGS = "-D FLEXT_SYS=2 -Wno-switch -Wno-long-double";
@@ -767,7 +766,6 @@
);
isa = PBXLibraryTarget;
name = "PD@OSX single";
- productInstallPath = /usr/local/pd/flext;
productName = "PD@OSX";
productReference = F55CEDC20383E6E401A80AC9;
shouldUseHeadermap = 0;
diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h
index c9235d95..a40ef6cf 100644
--- a/externals/grill/flext/source/flsupport.h
+++ b/externals/grill/flext/source/flsupport.h
@@ -883,7 +883,7 @@ public:
{
public:
Timer(bool queued = false);
- ~Timer();
+ virtual ~Timer();
//! Set timer callback function
void SetCallback(void (*cb)(void *data)) { clss = NULL,cback = cb; }