[Scummvm-cvs-logs] SF.net SVN: scummvm: [23914] scummvm/trunk/backends/platform/PalmOS/Src

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sun Sep 17 12:14:20 CEST 2006


Revision: 23914
          http://svn.sourceforge.net/scummvm/?rev=23914&view=rev
Author:   chrilith
Date:     2006-09-17 03:14:11 -0700 (Sun, 17 Sep 2006)

Log Message:
-----------
Added more compilation options

Modified Paths:
--------------
    scummvm/trunk/backends/platform/PalmOS/Src/init_stuffs.cpp
    scummvm/trunk/backends/platform/PalmOS/Src/prefixes/compile.h
    scummvm/trunk/backends/platform/PalmOS/Src/prefixes/prefix_os5.h
    scummvm/trunk/backends/platform/PalmOS/Src/prefixes/prefix_zodiac.h

Modified: scummvm/trunk/backends/platform/PalmOS/Src/init_stuffs.cpp
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/init_stuffs.cpp	2006-09-17 10:08:16 UTC (rev 23913)
+++ scummvm/trunk/backends/platform/PalmOS/Src/init_stuffs.cpp	2006-09-17 10:14:11 UTC (rev 23914)
@@ -1,5 +1,9 @@
 #include <PalmOS.h>
+
+#ifndef DISABLE_SONY
 #include <SonyClie.h>
+#endif
+
 #include <PalmNavigator.h>
 #include <HsExtCommon.h>
 #include <HsNavCommon.h>
@@ -127,4 +131,4 @@
 	if (!WinScreenMode(winScreenModeGetSupportedDepths, NULL, NULL, &depth, &color))
 		OPTIONS_SET(((depth & 0x8000) ? kOptMode16Bit : kOptNone));
 
-}
\ No newline at end of file
+}

Modified: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/compile.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/prefixes/compile.h	2006-09-17 10:08:16 UTC (rev 23913)
+++ scummvm/trunk/backends/platform/PalmOS/Src/prefixes/compile.h	2006-09-17 10:14:11 UTC (rev 23914)
@@ -42,18 +42,29 @@
 #define DISABLE_CINE
 #define DISABLE_AGI
 
+// ScummVM
 #define DISABLE_HQ_SCALERS
+#define DISABLE_FANCY_THEMES
+//#define CT_NO_TRANSPARENCY
+//#define REDUCE_MEMORY_USAGE
 
 // PalmOS
+//#define STDLIB_TRACE_MEMORY
+//#define _DEBUG
+
 #define PALMOS_MODE
-#define COMPILE_ZODIAC
-//#define COMPILE_OS5
+//#define COMPILE_ZODIAC
+#define COMPILE_OS5
 
 //#define DISABLE_ADLIB
 //#define DISABLE_LIGHTSPEED
-//#define DISABLE_TAPWAVE
-//#define REDUCE_MEMORY_USAGE
 
-//#define _DEBUG
+#ifdef COMPILE_ZODIAC
+#	define DISABLE_SONY
+#endif
 
+#ifdef COMPILE_OS5
+#	define DISABLE_TAPWAVE
 #endif
+
+#endif

Modified: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/prefix_os5.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/prefixes/prefix_os5.h	2006-09-17 10:08:16 UTC (rev 23913)
+++ scummvm/trunk/backends/platform/PalmOS/Src/prefixes/prefix_os5.h	2006-09-17 10:14:11 UTC (rev 23914)
@@ -7,5 +7,7 @@
 #define PALMOS_NATIVE
 
 #define COMPILE_OS5
+#define DISABLE_SONY
+#define DISABLE_PA1LIB
 
 #endif

Modified: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/prefix_zodiac.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/prefixes/prefix_zodiac.h	2006-09-17 10:08:16 UTC (rev 23913)
+++ scummvm/trunk/backends/platform/PalmOS/Src/prefixes/prefix_zodiac.h	2006-09-17 10:14:11 UTC (rev 23914)
@@ -7,5 +7,7 @@
 #define PALMOS_NATIVE
 
 #define COMPILE_ZODIAC
+#define DISABLE_SONY
+#define DISABLE_PA1LIB
 
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list