From 8d42d331c752ed10577bb764f9ca2090ae19e2b6 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sat, 3 Jun 2006 11:10:46 +0000 Subject: Missing propset svn-id: r22863 --- backends/PalmOS/Src/prefixes/68k_agi.h | 9 +++++++++ backends/PalmOS/Src/prefixes/native_agi.h | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100755 backends/PalmOS/Src/prefixes/68k_agi.h create mode 100755 backends/PalmOS/Src/prefixes/native_agi.h (limited to 'backends') 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 -- cgit v1.2.3