aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rwxr-xr-xbackends/PalmOS/Src/prefixes/68k_agi.h9
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_agi.h7
2 files changed, 16 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/prefixes/68k_agi.h b/backends/PalmOS/Src/prefixes/68k_agi.h
new file mode 100755
index 0000000000..154c2d3115
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/68k_agi.h
@@ -0,0 +1,9 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "compile.h"
+#undef DISABLE_AGI
+
+#define PALMOS_68K
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_agi.h b/backends/PalmOS/Src/prefixes/native_agi.h
new file mode 100755
index 0000000000..496cf7c85b
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_agi.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_AGI
+
+#endif