diff options
author | Chris Apers | 2006-02-26 13:02:34 +0000 |
---|---|---|
committer | Chris Apers | 2006-02-26 13:02:34 +0000 |
commit | b568df4de6b7995f5778905250c73528fa43b489 (patch) | |
tree | 90ed2aecc5645f30b10199aa29412029c240bc0a /backends/PalmOS/Src | |
parent | 686d463defce92fafd8eb80c1230da5dd90d48f7 (diff) | |
download | scummvm-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/Src')
-rwxr-xr-x | backends/PalmOS/Src/prefix_cine.h | 9 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefix_kyra.h | 9 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefix_lure.h | 9 |
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 |