From dfe8fc25b4cc170f3334b9ccb23b312e63ed945f Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sat, 5 Nov 2005 10:22:33 +0000 Subject: ARM prefix files svn-id: r19437 --- backends/PalmOS/Src/native/znative_common.h | 19 +++++++++++++++++++ backends/PalmOS/Src/native/znative_gob.h | 7 +++++++ backends/PalmOS/Src/native/znative_queen.h | 7 +++++++ backends/PalmOS/Src/native/znative_saga.h | 7 +++++++ backends/PalmOS/Src/native/znative_scumm.h | 9 +++++++++ backends/PalmOS/Src/native/znative_simon.h | 7 +++++++ backends/PalmOS/Src/native/znative_sky.h | 7 +++++++ backends/PalmOS/Src/native/znative_sword1.h | 7 +++++++ backends/PalmOS/Src/native/znative_sword2.h | 8 ++++++++ 9 files changed, 78 insertions(+) create mode 100755 backends/PalmOS/Src/native/znative_common.h create mode 100755 backends/PalmOS/Src/native/znative_gob.h create mode 100755 backends/PalmOS/Src/native/znative_queen.h create mode 100755 backends/PalmOS/Src/native/znative_saga.h create mode 100755 backends/PalmOS/Src/native/znative_scumm.h create mode 100755 backends/PalmOS/Src/native/znative_simon.h create mode 100755 backends/PalmOS/Src/native/znative_sky.h create mode 100755 backends/PalmOS/Src/native/znative_sword1.h create mode 100755 backends/PalmOS/Src/native/znative_sword2.h (limited to 'backends/PalmOS/Src') diff --git a/backends/PalmOS/Src/native/znative_common.h b/backends/PalmOS/Src/native/znative_common.h new file mode 100755 index 0000000000..efa0386447 --- /dev/null +++ b/backends/PalmOS/Src/native/znative_common.h @@ -0,0 +1,19 @@ +#ifndef ZNATIVE_COMMON_H +#define ZNATIVE_COMMON_H + +#include "compile.h" +#include "palmmad.h" +#include "palmtremor.h" + +//#define __TWNEW_H__ +#define PALMOS_ARM +#define DISABLE_LIGHTSPEED + +#define USE_MAD +#define USE_VORBIS +#define USE_TREMOR + +// enable assert +#define _DEBUG + +#endif diff --git a/backends/PalmOS/Src/native/znative_gob.h b/backends/PalmOS/Src/native/znative_gob.h new file mode 100755 index 0000000000..dbbd8df895 --- /dev/null +++ b/backends/PalmOS/Src/native/znative_gob.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "znative_common.h" +#undef DISABLE_GOB + +#endif diff --git a/backends/PalmOS/Src/native/znative_queen.h b/backends/PalmOS/Src/native/znative_queen.h new file mode 100755 index 0000000000..5eaeefac2a --- /dev/null +++ b/backends/PalmOS/Src/native/znative_queen.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "znative_common.h" +#undef DISABLE_QUEEN + +#endif diff --git a/backends/PalmOS/Src/native/znative_saga.h b/backends/PalmOS/Src/native/znative_saga.h new file mode 100755 index 0000000000..a7c7398d39 --- /dev/null +++ b/backends/PalmOS/Src/native/znative_saga.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "znative_common.h" +#undef DISABLE_SAGA + +#endif diff --git a/backends/PalmOS/Src/native/znative_scumm.h b/backends/PalmOS/Src/native/znative_scumm.h new file mode 100755 index 0000000000..a73d25390d --- /dev/null +++ b/backends/PalmOS/Src/native/znative_scumm.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "znative_common.h" +#undef DISABLE_SCUMM +#undef DISABLE_SCUMM_7_8 +#undef DISABLE_HE + +#endif diff --git a/backends/PalmOS/Src/native/znative_simon.h b/backends/PalmOS/Src/native/znative_simon.h new file mode 100755 index 0000000000..3e8dc496a6 --- /dev/null +++ b/backends/PalmOS/Src/native/znative_simon.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "znative_common.h" +#undef DISABLE_SIMON + +#endif diff --git a/backends/PalmOS/Src/native/znative_sky.h b/backends/PalmOS/Src/native/znative_sky.h new file mode 100755 index 0000000000..31b10c2750 --- /dev/null +++ b/backends/PalmOS/Src/native/znative_sky.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "znative_common.h" +#undef DISABLE_SKY + +#endif diff --git a/backends/PalmOS/Src/native/znative_sword1.h b/backends/PalmOS/Src/native/znative_sword1.h new file mode 100755 index 0000000000..9912ba7f1a --- /dev/null +++ b/backends/PalmOS/Src/native/znative_sword1.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "znative_common.h" +#undef DISABLE_SWORD1 + +#endif diff --git a/backends/PalmOS/Src/native/znative_sword2.h b/backends/PalmOS/Src/native/znative_sword2.h new file mode 100755 index 0000000000..1a64e8fd03 --- /dev/null +++ b/backends/PalmOS/Src/native/znative_sword2.h @@ -0,0 +1,8 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "znative_common.h" +#undef DISABLE_SWORD2 +#undef _DEBUG + +#endif -- cgit v1.2.3