diff options
author | Chris Apers | 2006-02-26 15:33:47 +0000 |
---|---|---|
committer | Chris Apers | 2006-02-26 15:33:47 +0000 |
commit | 8a75385bfa04531079ecf28b189e277cb25da255 (patch) | |
tree | ea6a1689cf1f9decdad2dc909a81f458e767a2e5 | |
parent | 9ce196c03ca556a1c1d30b3137012923bcb68baf (diff) | |
download | scummvm-rg350-8a75385bfa04531079ecf28b189e277cb25da255.tar.gz scummvm-rg350-8a75385bfa04531079ecf28b189e277cb25da255.tar.bz2 scummvm-rg350-8a75385bfa04531079ecf28b189e277cb25da255.zip |
Prefix file for BS2 68k module, for debug purpose only
svn-id: r20922
-rwxr-xr-x | backends/PalmOS/Src/prefix_sword2.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/prefix_sword2.h b/backends/PalmOS/Src/prefix_sword2.h new file mode 100755 index 0000000000..bca68ff4d3 --- /dev/null +++ b/backends/PalmOS/Src/prefix_sword2.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SWORD2 + +#define PALMOS_68K + +#endif |