aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-06 04:59:21 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-06 04:59:21 +0000
commited4ce25dc69fd6361f7655a3ab5d05186754316c (patch)
tree39f14a7ccb5116b0368a921944469f747e95c1d0 /externals/grill/flext/build.txt
parentaeb9247272c2772c491df8f682aebf0097c98519 (diff)
build system for flext-based externals
reconsidered flext::buffer:Update improved buffer handling added object construction and destruction flags updated autoconf system updated documentation updated build system svn path=/trunk/; revision=2467
Diffstat (limited to 'externals/grill/flext/build.txt')
-rw-r--r--externals/grill/flext/build.txt35
1 files changed, 19 insertions, 16 deletions
diff --git a/externals/grill/flext/build.txt b/externals/grill/flext/build.txt
index 9cce87af..e1c2b1a4 100644
--- a/externals/grill/flext/build.txt
+++ b/externals/grill/flext/build.txt
@@ -141,31 +141,34 @@ su -c "make install"
- Windows - Microsoft Visual Studio projects (.vcproj files)
-Please have a look at the projects delivered with flext and flext-based externals.
-
+ Please have a look at the projects delivered with flext and flext-based externals.
- MacOSX - Apple Xcode projects (.xcode bundles)
-Please have a look at the projects delivered with flext and flext-based externals.
+ Please have a look at the projects delivered with flext and flext-based externals.
+ Xcode projects often use some Source Trees (definable in the Xcode Preferences).
+ - Flext - the flext main folder
+ - PD - the PD installation
+ - Max SDK - the Max SDK (path ending with "c74support")
+ - Max Common - Max common files (normally /Library/Application\ Support/Cycling\ \'74 )
- MacOSX - Metrowerks Codewarrior (.mcp files)
-You should have the following "Source Trees" (CW preferences, not project specific!) defined:
-"OS X Volume" - Pointing to your OSX boot drive
-"flext" - Pointing to the flext main directory
-"Cycling74 OSX" - Pointing to the SDK for Max/MSP - the path should end with /c74support
-
-With your project using flext use the prefix file "flcwmax-x.h" or,
-alternatively "flcwmax-x-thr.h" for threading support.
+ You should have the following "Source Trees" (CW preferences, not project specific!) defined:
+ "OS X Volume" - Pointing to your OSX boot drive
+ "flext" - Pointing to the flext main directory
+ "Cycling74 OSX" - Pointing to the SDK for Max/MSP - the path should end with /c74support
+ With your project using flext use the prefix file "flcwmax-x.h" or,
+ alternatively "flcwmax-x-thr.h" for threading support.
- MacOS9 - Metrowerks Codewarrior (.mcp files)
-You should have the following "Source Trees" (CW preferences, not project specific!) defined:
-"flext" - Pointing to the flext main directory
-"Cycling74" - Pointing to the Cycling 74 SDK
-"MP SDK" - Pointing to the Multiprocessing SDK (for threading support)
+ You should have the following "Source Trees" (CW preferences, not project specific!) defined:
+ "flext" - Pointing to the flext main directory
+ "Cycling74" - Pointing to the Cycling 74 SDK
+ "MP SDK" - Pointing to the Multiprocessing SDK (for threading support)
-With your project using flext use the prefix file "flcwmax.h" or,
-alternatively "flcwmax-thr.h" for threading support.
+ With your project using flext use the prefix file "flcwmax.h" or,
+ alternatively "flcwmax-thr.h" for threading support.