aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorChris Apers2008-05-23 11:11:55 +0000
committerChris Apers2008-05-23 11:11:55 +0000
commit69594a118ee21c5c6185d562fc4bd860b92150af (patch)
tree0e604fe2bafca684e36044fdeb49ef01bbbf4d6d /backends
parentdf7948061125f095042f90e7efd755526ebf8646 (diff)
downloadscummvm-rg350-69594a118ee21c5c6185d562fc4bd860b92150af.tar.gz
scummvm-rg350-69594a118ee21c5c6185d562fc4bd860b92150af.tar.bz2
scummvm-rg350-69594a118ee21c5c6185d562fc4bd860b92150af.zip
Added prefix files for M4 and Made engine
svn-id: r32222
Diffstat (limited to 'backends')
-rwxr-xr-xbackends/platform/PalmOS/Src/prefixes/native_m4.h7
-rwxr-xr-xbackends/platform/PalmOS/Src/prefixes/native_made.h7
2 files changed, 14 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/prefixes/native_m4.h b/backends/platform/PalmOS/Src/prefixes/native_m4.h
new file mode 100755
index 0000000000..3bf85460a6
--- /dev/null
+++ b/backends/platform/PalmOS/Src/prefixes/native_m4.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#define ENABLE_M4 STATIC_PLUGIN
+
+#endif
diff --git a/backends/platform/PalmOS/Src/prefixes/native_made.h b/backends/platform/PalmOS/Src/prefixes/native_made.h
new file mode 100755
index 0000000000..fd439ed181
--- /dev/null
+++ b/backends/platform/PalmOS/Src/prefixes/native_made.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#define ENABLE_MADE STATIC_PLUGIN
+
+#endif