aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/prefixes
diff options
context:
space:
mode:
authorChris Apers2006-02-26 15:37:17 +0000
committerChris Apers2006-02-26 15:37:17 +0000
commit0b54f579f6a29ab20016ddf5e2e704d3da94cf6e (patch)
tree2259fc392febc173fded56af980ed50e07ed9582 /backends/PalmOS/Src/prefixes
parent8a75385bfa04531079ecf28b189e277cb25da255 (diff)
downloadscummvm-rg350-0b54f579f6a29ab20016ddf5e2e704d3da94cf6e.tar.gz
scummvm-rg350-0b54f579f6a29ab20016ddf5e2e704d3da94cf6e.tar.bz2
scummvm-rg350-0b54f579f6a29ab20016ddf5e2e704d3da94cf6e.zip
Move prefix files to a new prefixes/ directory
svn-id: r20923
Diffstat (limited to 'backends/PalmOS/Src/prefixes')
-rw-r--r--backends/PalmOS/Src/prefixes/compile.h58
-rwxr-xr-xbackends/PalmOS/Src/prefixes/prefix_frontend.h8
-rwxr-xr-xbackends/PalmOS/Src/prefixes/prefix_os5.h11
-rwxr-xr-xbackends/PalmOS/Src/prefixes/prefix_zodiac.h11
4 files changed, 88 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/prefixes/compile.h b/backends/PalmOS/Src/prefixes/compile.h
new file mode 100644
index 0000000000..a7bf8ca248
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/compile.h
@@ -0,0 +1,58 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
+ * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
+#ifndef __COMPILE_H__
+#define __COMPILE_H__
+
+#define DISABLE_SCUMM
+#define DISABLE_SCUMM_7_8
+#define DISABLE_HE
+
+#define DISABLE_SIMON
+#define DISABLE_SKY
+#define DISABLE_SWORD1
+#define DISABLE_SWORD2
+#define DISABLE_QUEEN
+#define DISABLE_SAGA
+#define DISABLE_KYRA
+#define DISABLE_AWE
+#define DISABLE_GOB
+#define DISABLE_LURE
+#define DISABLE_CINE
+
+#define DISABLE_HQ_SCALERS
+
+// PalmOS
+#define PALMOS_MODE
+#define COMPILE_ZODIAC
+//#define COMPILE_OS5
+
+//#define DISABLE_ADLIB
+//#define DISABLE_LIGHTSPEED
+//#define DISABLE_TAPWAVE
+//#define REDUCE_MEMORY_USAGE
+
+//#define _DEBUG
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/prefix_frontend.h b/backends/PalmOS/Src/prefixes/prefix_frontend.h
new file mode 100755
index 0000000000..6c7d749539
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/prefix_frontend.h
@@ -0,0 +1,8 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#define PALMOS_68K
+#define PALMOS_MODE
+//#define _DEBUG_ENGINE
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/prefix_os5.h b/backends/PalmOS/Src/prefixes/prefix_os5.h
new file mode 100755
index 0000000000..a039002840
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/prefix_os5.h
@@ -0,0 +1,11 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+// PalmOS
+#define PALMOS_MODE
+#define PALMOS_68K
+#define PALMOS_NATIVE
+
+#define COMPILE_OS5
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/prefix_zodiac.h b/backends/PalmOS/Src/prefixes/prefix_zodiac.h
new file mode 100755
index 0000000000..708166d998
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/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