From 7eede3c510ca074697ed48d9a43ce910c3cf0155 Mon Sep 17 00:00:00 2001 From: Won Star Date: Tue, 23 May 2006 14:19:38 +0000 Subject: Compile fix for GP32 and PalmOS. GP32 port still doesn't work since when GUI code changed... svn-id: r22583 --- base/commandLine.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base') diff --git a/base/commandLine.cpp b/base/commandLine.cpp index fd2284da7a..0ca67e36a2 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -639,7 +639,11 @@ bool processSettings(Common::String &command, Common::StringMap &settings) { printf("Features compiled in: %s\n", gScummVMFeatures); return false; } else if (command == "help") { +#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__)) printf(HELP_STRING, s_appName.c_str()); +#else + printf(HELP_STRING, s_appName); +#endif return false; } #ifdef DETECTOR_TESTING_HACK -- cgit v1.2.3