From f25cb430026b01219984364bb991948418909b77 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 6 Dec 2005 21:52:26 +0000 Subject: fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects fixes for pthreads version 2 more pthreads V2 fixes updated docs update docs updates for OSX svn path=/trunk/; revision=4155 --- externals/grill/flext/build.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'externals/grill/flext/build.txt') diff --git a/externals/grill/flext/build.txt b/externals/grill/flext/build.txt index 474b0698..92fdab7c 100644 --- a/externals/grill/flext/build.txt +++ b/externals/grill/flext/build.txt @@ -55,18 +55,18 @@ Useful combinations of the above are under Windows: pd msvc, using nmake -pd cygwin, using gnumake -pd mingw, using gnumake (from the CMD prompt, not msys!) +pd cygwin, using GNU make +pd mingw, using GNU make (from the CMD prompt, not msys!) max msvc, using nmake -max cygwin, using gnumake -max mingw, using gnumake (from the CMD prompt, not msys!) -pd bcc, using bmake +max cygwin, using GNU make +max mingw, using GNU make (from the CMD prompt, not msys!) +pd bcc, using Borland make under Linux or MacOSX: -pd gcc, using gnumake +pd gcc, using GNU make under MacOSX: -max gcc, using gnumake - Mach-O externals only (Max 4.5 upwards) +max gcc, using GNU make - Mach-O externals only (Max 4.5 upwards) There are two central scripts in the flext folder which invoke the building process: -- cgit v1.2.1