Updates for Mac compilers.
This commit is contained in:
parent
bfa84fdecd
commit
b001cc55c7
1 changed files with 13 additions and 20 deletions
|
@ -98,7 +98,6 @@
|
|||
/*
|
||||
CodeWarrior compiler from Metrowerks, Inc.
|
||||
*/
|
||||
# if (__MWERKS__ < 0x0900) //|| macintosh
|
||||
# define FG_HAVE_TRAITS
|
||||
# define FG_HAVE_STD_INCLUDES
|
||||
# define FG_HAVE_STD
|
||||
|
@ -119,12 +118,6 @@
|
|||
|
||||
// -dw- currently used glut has no game mode stuff
|
||||
# define GLUT_WRONG_VERSION
|
||||
|
||||
# elif (__MWERKS__ >= 0x0900) && __INTEL__
|
||||
# error still to be supported...
|
||||
# else
|
||||
# error unknown Metrowerks compiler
|
||||
# endif
|
||||
#endif
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue