Fat Finger

This commit is contained in:
Roger Hughston 2006-09-22 19:42:51 +00:00
parent 0e87c509ce
commit dc401232e9
2 changed files with 8 additions and 9 deletions

View File

@ -24,7 +24,6 @@
//#define PYTHON_LPATH /Library/Frameworks/Python.framework/Headers
#define PYTHON_IPATH /Library/Frameworks/Python.framework/Headers
#define HAVE_PYTHON 1
#define PYTHON_FRAMEWORK Python
@ -41,13 +40,13 @@
#define HAVE_JPEG 1
#define HAVE_FREETYPE 1
#print Before Configure Miles
//#define HAVE_RAD_MSS 1
//#define RAD_MSS_IPATH /Users/roger/Documents/M/include
//#define RAD_MSS_LPATH /Users/roger/Documents/M/redist/macho/
//#define RAD_MSS_LIBS MilesMachO
//#define rad_mss_ipath $[RAD_MSS_IPATH]
//#define rad_mss_lpath $[RAD_MSS_LPATH]
//#define rad_mss_libs $[RAD_MSS_LIBS]
#define HAVE_RAD_MSS 1
#define RAD_MSS_IPATH /Users/roger/m/include
#define RAD_MSS_LPATH /Users/roger/m/redist/macx86
#define RAD_MSS_LIBS MilesMachOx86
#define rad_mss_ipath $[RAD_MSS_IPATH]
#define rad_mss_lpath $[RAD_MSS_LPATH]
#define rad_mss_libs $[RAD_MSS_LIBS]
//#print -- $[RAD_MSS_IPATH]

View File

@ -63,7 +63,7 @@
#define WINDOWS_PLATFORM $[or $[eq $[PLATFORM],Win32],$[eq $[PLATFORM],Cygwin]]
// True if we are building on some flavor of OS X.
#define OSX_PLATFORM $[or $[eq $[PLATFORM],Darwin],$[eq $[PLATFORM],osxppc],$[eq $[PLATFORM],osxintell]
#define OSX_PLATFORM $[or $[eq $[PLATFORM],Darwin],$[eq $[PLATFORM],osxppc],$[eq $[PLATFORM],osxintel]
// True if we are building on some flavor of Unix.
#define UNIX_PLATFORM $[and $[not $[WINDOWS_PLATFORM]],$[not $[OSX_PLATFORM]]]