Crappy crap code now has crap support for MorphOS.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4037 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
756b6b67f0
commit
cdc66e4dad
1 changed files with 16 additions and 0 deletions
|
@ -301,6 +301,22 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//=============================================================== MORPHOS ===
|
||||||
|
|
||||||
|
#ifdef __MORPHOS__
|
||||||
|
|
||||||
|
#define OS_STRING "morphos"
|
||||||
|
#define ID_INLINE inline
|
||||||
|
#define PATH_SEP '/'
|
||||||
|
|
||||||
|
#define ARCH_STRING "ppc"
|
||||||
|
|
||||||
|
#define Q3_BIG_ENDIAN
|
||||||
|
|
||||||
|
#define DLL_EXT ".so"
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
//================================================================== Q3VM ===
|
//================================================================== Q3VM ===
|
||||||
|
|
||||||
#ifdef Q3_VM
|
#ifdef Q3_VM
|
||||||
|
|
Loading…
Reference in a new issue