From 28d9f0add919590f4a0bd503ff8d6c7b48c1b382 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 26 Feb 2006 15:43:33 +0000 Subject: Gather prefix files to a new directory, rename 68k prefix files svn-id: r20924 --- backends/PalmOS/Src/prefix_cine.h | 9 --------- backends/PalmOS/Src/prefix_gob.h | 9 --------- backends/PalmOS/Src/prefix_kyra.h | 9 --------- backends/PalmOS/Src/prefix_lure.h | 9 --------- backends/PalmOS/Src/prefix_queen.h | 9 --------- backends/PalmOS/Src/prefix_saga.h | 9 --------- backends/PalmOS/Src/prefix_scumm.h | 12 ------------ backends/PalmOS/Src/prefix_simon.h | 9 --------- backends/PalmOS/Src/prefix_sky.h | 9 --------- backends/PalmOS/Src/prefix_sword1.h | 9 --------- backends/PalmOS/Src/prefix_sword2.h | 9 --------- backends/PalmOS/Src/prefixes/68k_cine.h | 9 +++++++++ backends/PalmOS/Src/prefixes/68k_gob.h | 9 +++++++++ backends/PalmOS/Src/prefixes/68k_kyra.h | 9 +++++++++ backends/PalmOS/Src/prefixes/68k_lure.h | 9 +++++++++ backends/PalmOS/Src/prefixes/68k_queen.h | 9 +++++++++ backends/PalmOS/Src/prefixes/68k_saga.h | 9 +++++++++ backends/PalmOS/Src/prefixes/68k_scumm.h | 12 ++++++++++++ backends/PalmOS/Src/prefixes/68k_simon.h | 9 +++++++++ backends/PalmOS/Src/prefixes/68k_sky.h | 9 +++++++++ backends/PalmOS/Src/prefixes/68k_sword1.h | 9 +++++++++ backends/PalmOS/Src/prefixes/68k_sword2.h | 9 +++++++++ 22 files changed, 102 insertions(+), 102 deletions(-) delete mode 100755 backends/PalmOS/Src/prefix_cine.h delete mode 100755 backends/PalmOS/Src/prefix_gob.h delete mode 100755 backends/PalmOS/Src/prefix_kyra.h delete mode 100755 backends/PalmOS/Src/prefix_lure.h delete mode 100755 backends/PalmOS/Src/prefix_queen.h delete mode 100755 backends/PalmOS/Src/prefix_saga.h delete mode 100755 backends/PalmOS/Src/prefix_scumm.h delete mode 100755 backends/PalmOS/Src/prefix_simon.h delete mode 100755 backends/PalmOS/Src/prefix_sky.h delete mode 100755 backends/PalmOS/Src/prefix_sword1.h delete mode 100755 backends/PalmOS/Src/prefix_sword2.h create mode 100755 backends/PalmOS/Src/prefixes/68k_cine.h create mode 100755 backends/PalmOS/Src/prefixes/68k_gob.h create mode 100755 backends/PalmOS/Src/prefixes/68k_kyra.h create mode 100755 backends/PalmOS/Src/prefixes/68k_lure.h create mode 100755 backends/PalmOS/Src/prefixes/68k_queen.h create mode 100755 backends/PalmOS/Src/prefixes/68k_saga.h create mode 100755 backends/PalmOS/Src/prefixes/68k_scumm.h create mode 100755 backends/PalmOS/Src/prefixes/68k_simon.h create mode 100755 backends/PalmOS/Src/prefixes/68k_sky.h create mode 100755 backends/PalmOS/Src/prefixes/68k_sword1.h create mode 100755 backends/PalmOS/Src/prefixes/68k_sword2.h (limited to 'backends') diff --git a/backends/PalmOS/Src/prefix_cine.h b/backends/PalmOS/Src/prefix_cine.h deleted file mode 100755 index 621fa0c4e1..0000000000 --- a/backends/PalmOS/Src/prefix_cine.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_CINE - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefix_gob.h b/backends/PalmOS/Src/prefix_gob.h deleted file mode 100755 index 1eaa2a5e77..0000000000 --- a/backends/PalmOS/Src/prefix_gob.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_GOB - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefix_kyra.h b/backends/PalmOS/Src/prefix_kyra.h deleted file mode 100755 index 0afb8de061..0000000000 --- a/backends/PalmOS/Src/prefix_kyra.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_KYRA - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefix_lure.h b/backends/PalmOS/Src/prefix_lure.h deleted file mode 100755 index 1bc7b19edd..0000000000 --- a/backends/PalmOS/Src/prefix_lure.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_LURE - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefix_queen.h b/backends/PalmOS/Src/prefix_queen.h deleted file mode 100755 index cdf3859966..0000000000 --- a/backends/PalmOS/Src/prefix_queen.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_QUEEN - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefix_saga.h b/backends/PalmOS/Src/prefix_saga.h deleted file mode 100755 index 0ad4089418..0000000000 --- a/backends/PalmOS/Src/prefix_saga.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_SAGA - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefix_scumm.h b/backends/PalmOS/Src/prefix_scumm.h deleted file mode 100755 index 8a6e0d85c3..0000000000 --- a/backends/PalmOS/Src/prefix_scumm.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_SCUMM -//#undef DISABLE_SCUMM_7_8 -//#undef DISABLE_HE - -#define PALMOS_68K -//#define PALMOS_DEBUG - -#endif diff --git a/backends/PalmOS/Src/prefix_simon.h b/backends/PalmOS/Src/prefix_simon.h deleted file mode 100755 index 54a57c0e93..0000000000 --- a/backends/PalmOS/Src/prefix_simon.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_SIMON - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefix_sky.h b/backends/PalmOS/Src/prefix_sky.h deleted file mode 100755 index 52720f508d..0000000000 --- a/backends/PalmOS/Src/prefix_sky.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_SKY - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefix_sword1.h b/backends/PalmOS/Src/prefix_sword1.h deleted file mode 100755 index 984e704cc5..0000000000 --- a/backends/PalmOS/Src/prefix_sword1.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_SWORD1 - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefix_sword2.h b/backends/PalmOS/Src/prefix_sword2.h deleted file mode 100755 index bca68ff4d3..0000000000 --- a/backends/PalmOS/Src/prefix_sword2.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PREFIX_H -#define PREFIX_H - -#include "compile.h" -#undef DISABLE_SWORD2 - -#define PALMOS_68K - -#endif diff --git a/backends/PalmOS/Src/prefixes/68k_cine.h b/backends/PalmOS/Src/prefixes/68k_cine.h new file mode 100755 index 0000000000..621fa0c4e1 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_cine.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_CINE + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_gob.h b/backends/PalmOS/Src/prefixes/68k_gob.h new file mode 100755 index 0000000000..1eaa2a5e77 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_gob.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_GOB + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_kyra.h b/backends/PalmOS/Src/prefixes/68k_kyra.h new file mode 100755 index 0000000000..0afb8de061 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_kyra.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_KYRA + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_lure.h b/backends/PalmOS/Src/prefixes/68k_lure.h new file mode 100755 index 0000000000..1bc7b19edd --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_lure.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_LURE + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_queen.h b/backends/PalmOS/Src/prefixes/68k_queen.h new file mode 100755 index 0000000000..cdf3859966 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_queen.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_QUEEN + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_saga.h b/backends/PalmOS/Src/prefixes/68k_saga.h new file mode 100755 index 0000000000..0ad4089418 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_saga.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SAGA + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_scumm.h b/backends/PalmOS/Src/prefixes/68k_scumm.h new file mode 100755 index 0000000000..8a6e0d85c3 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_scumm.h @@ -0,0 +1,12 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SCUMM +//#undef DISABLE_SCUMM_7_8 +//#undef DISABLE_HE + +#define PALMOS_68K +//#define PALMOS_DEBUG + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_simon.h b/backends/PalmOS/Src/prefixes/68k_simon.h new file mode 100755 index 0000000000..54a57c0e93 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_simon.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SIMON + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_sky.h b/backends/PalmOS/Src/prefixes/68k_sky.h new file mode 100755 index 0000000000..52720f508d --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_sky.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SKY + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_sword1.h b/backends/PalmOS/Src/prefixes/68k_sword1.h new file mode 100755 index 0000000000..984e704cc5 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_sword1.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SWORD1 + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/68k_sword2.h b/backends/PalmOS/Src/prefixes/68k_sword2.h new file mode 100755 index 0000000000..bca68ff4d3 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_sword2.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SWORD2 + +#define PALMOS_68K + +#endif -- cgit v1.2.3