From b568df4de6b7995f5778905250c73528fa43b489 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 26 Feb 2006 13:02:34 +0000 Subject: Missing prefix files for 68k engines svn-id: r20913 --- backends/PalmOS/Src/prefix_cine.h | 9 +++++++++ backends/PalmOS/Src/prefix_kyra.h | 9 +++++++++ backends/PalmOS/Src/prefix_lure.h | 9 +++++++++ 3 files changed, 27 insertions(+) create mode 100755 backends/PalmOS/Src/prefix_cine.h create mode 100755 backends/PalmOS/Src/prefix_kyra.h create mode 100755 backends/PalmOS/Src/prefix_lure.h (limited to 'backends/PalmOS') diff --git a/backends/PalmOS/Src/prefix_cine.h b/backends/PalmOS/Src/prefix_cine.h new file mode 100755 index 0000000000..621fa0c4e1 --- /dev/null +++ b/backends/PalmOS/Src/prefix_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/prefix_kyra.h b/backends/PalmOS/Src/prefix_kyra.h new file mode 100755 index 0000000000..0afb8de061 --- /dev/null +++ b/backends/PalmOS/Src/prefix_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/prefix_lure.h b/backends/PalmOS/Src/prefix_lure.h new file mode 100755 index 0000000000..1bc7b19edd --- /dev/null +++ b/backends/PalmOS/Src/prefix_lure.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_LURE + +#define PALMOS_68K + +#endif -- cgit v1.2.3