aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackends/PalmOS/Src/prefix_zodiac.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/prefix_zodiac.h b/backends/PalmOS/Src/prefix_zodiac.h
new file mode 100755
index 0000000000..708166d998
--- /dev/null
+++ b/backends/PalmOS/Src/prefix_zodiac.h
@@ -0,0 +1,11 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+// PalmOS
+#define PALMOS_MODE
+#define PALMOS_68K
+#define PALMOS_NATIVE
+
+#define COMPILE_ZODIAC
+
+#endif