mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Fat Finger
This commit is contained in:
parent
0e87c509ce
commit
dc401232e9
@ -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]
|
||||
|
@ -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]]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user