summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer_Split
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-12-09 14:02:41 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-12-09 14:02:41 (GMT)
commit1c33e0eb85916c8fe4f2e421c6d7eabbe56abe55 (patch)
treeb24d88054440c6216eddf29cbf97b52189c812f4 /Graphic_Equalizer_Split
parentb0ae032ae5712e38471c9347af289f3e50b0a08a (diff)
downloadTASS-1c33e0eb85916c8fe4f2e421c6d7eabbe56abe55.zip
TASS-1c33e0eb85916c8fe4f2e421c6d7eabbe56abe55.tar.gz
TASS-1c33e0eb85916c8fe4f2e421c6d7eabbe56abe55.tar.bz2
Added splitting defines.
Diffstat (limited to 'Graphic_Equalizer_Split')
-rw-r--r--Graphic_Equalizer_Split/include/configuration.hch30
1 files changed, 29 insertions, 1 deletions
diff --git a/Graphic_Equalizer_Split/include/configuration.hch b/Graphic_Equalizer_Split/include/configuration.hch
index 17c1b3f..0fe8124 100644
--- a/Graphic_Equalizer_Split/include/configuration.hch
+++ b/Graphic_Equalizer_Split/include/configuration.hch
@@ -33,7 +33,35 @@
* the ram, assuming it's there. Otherwise 1 will load the smartmedia
* routines.
*/
-#define HAVE_SMARTMEDIA 0
+#define HAVE_SMARTMEDIA 1
+
+
+
+/*
+ */
+#define BUILD_ALL 1
+
+/*
+ */
+#define HAVE_LOADER_ONLY 0
+
+/*
+ */
+#define HAVE_GRAPHIC_EQUALIZER_ONLY 0
+
+/*
+ */
+#define HAVE_GRAPHIC_VISUALIZATION_ONLY 0
+
+
+
+/*
+ */
+#ifdef BUILDALL
+#undef HAVE_LOADER_ONLY
+#undef HAVE_GRAPHIC_EQUALIZER_ONLY
+#undef HAVE_GRAPHIC_VISUALIZATION_ONLY
+#endif