aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
diff options
context:
space:
mode:
authorChris Apers2006-02-26 13:02:34 +0000
committerChris Apers2006-02-26 13:02:34 +0000
commitb568df4de6b7995f5778905250c73528fa43b489 (patch)
tree90ed2aecc5645f30b10199aa29412029c240bc0a /backends/PalmOS
parent686d463defce92fafd8eb80c1230da5dd90d48f7 (diff)
downloadscummvm-rg350-b568df4de6b7995f5778905250c73528fa43b489.tar.gz
scummvm-rg350-b568df4de6b7995f5778905250c73528fa43b489.tar.bz2
scummvm-rg350-b568df4de6b7995f5778905250c73528fa43b489.zip
Missing prefix files for 68k engines
svn-id: r20913
Diffstat (limited to 'backends/PalmOS')
-rwxr-xr-xbackends/PalmOS/Src/prefix_cine.h9
-rwxr-xr-xbackends/PalmOS/Src/prefix_kyra.h9
-rwxr-xr-xbackends/PalmOS/Src/prefix_lure.h9
3 files changed, 27 insertions, 0 deletions
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