aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-03-10 04:36:33 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-03-10 04:36:33 +0000
commitd65dcff92fe76c0ff5053f81f80df32f496dc371 (patch)
tree1cc4b324c57a85c2c819064995ba1fc57313ff61 /externals
parent02c5bd245f0c8000ba0c74a4193adcc1dc311c95 (diff)
""
svn path=/trunk/; revision=465
Diffstat (limited to 'externals')
-rw-r--r--externals/grill/flext/flext.cwbin454327 -> 454327 bytes
-rw-r--r--externals/grill/flext/source/flutil.cpp6
-rwxr-xr-xexternals/grill/xsample/xsample.cwbin213671 -> 213671 bytes
3 files changed, 5 insertions, 1 deletions
diff --git a/externals/grill/flext/flext.cw b/externals/grill/flext/flext.cw
index 89710be8..b418effb 100644
--- a/externals/grill/flext/flext.cw
+++ b/externals/grill/flext/flext.cw
Binary files differ
diff --git a/externals/grill/flext/source/flutil.cpp b/externals/grill/flext/source/flutil.cpp
index 92e3beaa..5d9b20d7 100644
--- a/externals/grill/flext/source/flutil.cpp
+++ b/externals/grill/flext/source/flutil.cpp
@@ -18,7 +18,11 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#if FLEXT_OS == FLEXT_OS_WIN
#include <windows.h>
#elif FLEXT_OS == FLEXT_OS_MAC
-#include <MacMemory.h>
+ #ifdef __MWERKS__
+ #include <MacMemory.h>
+ #else
+ #include <Carbon/Carbon.h>
+ #endif
#endif
void flext::CopyMem(void *dst,const void *src,int bytes)
diff --git a/externals/grill/xsample/xsample.cw b/externals/grill/xsample/xsample.cw
index 43b02e21..b0cc0812 100755
--- a/externals/grill/xsample/xsample.cw
+++ b/externals/grill/xsample/xsample.cw
Binary files differ