diff options
author | Chris Apers | 2008-05-23 11:11:55 +0000 |
---|---|---|
committer | Chris Apers | 2008-05-23 11:11:55 +0000 |
commit | 69594a118ee21c5c6185d562fc4bd860b92150af (patch) | |
tree | 0e604fe2bafca684e36044fdeb49ef01bbbf4d6d /backends | |
parent | df7948061125f095042f90e7efd755526ebf8646 (diff) | |
download | scummvm-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-x | backends/platform/PalmOS/Src/prefixes/native_m4.h | 7 | ||||
-rwxr-xr-x | backends/platform/PalmOS/Src/prefixes/native_made.h | 7 |
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 |