aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorChris Apers2006-02-26 15:50:52 +0000
committerChris Apers2006-02-26 15:50:52 +0000
commit007da18616934bf24614a803f5cb838fdf539d02 (patch)
tree9c9afa38ae024664199c3a58f5eb79081d07e207 /backends
parent28d9f0add919590f4a0bd503ff8d6c7b48c1b382 (diff)
downloadscummvm-rg350-007da18616934bf24614a803f5cb838fdf539d02.tar.gz
scummvm-rg350-007da18616934bf24614a803f5cb838fdf539d02.tar.bz2
scummvm-rg350-007da18616934bf24614a803f5cb838fdf539d02.zip
Gather prefix files to a new directory and rename ARM prefix files
svn-id: r20925
Diffstat (limited to 'backends')
-rwxr-xr-xbackends/PalmOS/Src/native/znative_cine.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_common.h21
-rwxr-xr-xbackends/PalmOS/Src/native/znative_gob.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_kyra.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_lure.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_queen.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_saga.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_scumm.h9
-rwxr-xr-xbackends/PalmOS/Src/native/znative_simon.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sky.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sword1.h9
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sword2.h10
12 files changed, 0 insertions, 105 deletions
diff --git a/backends/PalmOS/Src/native/znative_cine.h b/backends/PalmOS/Src/native/znative_cine.h
deleted file mode 100755
index 7cd087aa86..0000000000
--- a/backends/PalmOS/Src/native/znative_cine.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_CINE
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_common.h b/backends/PalmOS/Src/native/znative_common.h
deleted file mode 100755
index c04f5e1538..0000000000
--- a/backends/PalmOS/Src/native/znative_common.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef ZNATIVE_COMMON_H
-#define ZNATIVE_COMMON_H
-
-#include "compile.h"
-#include "palmmad.h"
-#include "palmtremor.h"
-
-#define __TWNEW_H__
-
-#define PALMOS_ARM
-#define DISABLE_LIGHTSPEED
-
-#define USE_MAD
-#define USE_TREMOR
-//#define USE_VORBIS
-//#define USE_MPEG2
-
-// enable assert
-//#define _DEBUG
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_gob.h b/backends/PalmOS/Src/native/znative_gob.h
deleted file mode 100755
index dbbd8df895..0000000000
--- a/backends/PalmOS/Src/native/znative_gob.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_GOB
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_kyra.h b/backends/PalmOS/Src/native/znative_kyra.h
deleted file mode 100755
index 440043998b..0000000000
--- a/backends/PalmOS/Src/native/znative_kyra.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_KYRA
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_lure.h b/backends/PalmOS/Src/native/znative_lure.h
deleted file mode 100755
index 817d2229af..0000000000
--- a/backends/PalmOS/Src/native/znative_lure.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_LURE
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_queen.h b/backends/PalmOS/Src/native/znative_queen.h
deleted file mode 100755
index 5eaeefac2a..0000000000
--- a/backends/PalmOS/Src/native/znative_queen.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_QUEEN
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_saga.h b/backends/PalmOS/Src/native/znative_saga.h
deleted file mode 100755
index a7c7398d39..0000000000
--- a/backends/PalmOS/Src/native/znative_saga.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_SAGA
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_scumm.h b/backends/PalmOS/Src/native/znative_scumm.h
deleted file mode 100755
index a73d25390d..0000000000
--- a/backends/PalmOS/Src/native/znative_scumm.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_SCUMM
-#undef DISABLE_SCUMM_7_8
-#undef DISABLE_HE
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_simon.h b/backends/PalmOS/Src/native/znative_simon.h
deleted file mode 100755
index 3e8dc496a6..0000000000
--- a/backends/PalmOS/Src/native/znative_simon.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_SIMON
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_sky.h b/backends/PalmOS/Src/native/znative_sky.h
deleted file mode 100755
index 31b10c2750..0000000000
--- a/backends/PalmOS/Src/native/znative_sky.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_SKY
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_sword1.h b/backends/PalmOS/Src/native/znative_sword1.h
deleted file mode 100755
index eac9cb86e3..0000000000
--- a/backends/PalmOS/Src/native/znative_sword1.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_SWORD1
-#define USE_MPEG2
-#define USE_VORBIS
-
-#endif
diff --git a/backends/PalmOS/Src/native/znative_sword2.h b/backends/PalmOS/Src/native/znative_sword2.h
deleted file mode 100755
index 095410873a..0000000000
--- a/backends/PalmOS/Src/native/znative_sword2.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef PREFIX_H
-#define PREFIX_H
-
-#include "znative_common.h"
-#undef DISABLE_SWORD2
-#undef _DEBUG
-#define USE_MPEG2
-#define USE_VORBIS
-
-#endif