[Scummvm-cvs-logs] SF.net SVN: scummvm:[42852] tools/branches/gsoc2009-gui

joostp at users.sourceforge.net joostp at users.sourceforge.net
Mon Jul 27 23:05:00 CEST 2009


Revision: 42852
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42852&view=rev
Author:   joostp
Date:     2009-07-27 21:05:00 +0000 (Mon, 27 Jul 2009)

Log Message:
-----------
fix compilation

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/Makefile
    tools/branches/gsoc2009-gui/encode_dxa.cpp

Modified: tools/branches/gsoc2009-gui/Makefile
===================================================================
--- tools/branches/gsoc2009-gui/Makefile	2009-07-27 19:01:17 UTC (rev 42851)
+++ tools/branches/gsoc2009-gui/Makefile	2009-07-27 21:05:00 UTC (rev 42852)
@@ -66,8 +66,8 @@
 	descumm$(EXEEXT) \
 	desword2$(EXEEXT) \
 	degob$(EXEEXT) \
-	tools_gui$(EXEEXT) \
-	tools_cli$(EXEEXT)
+	tools_cli$(EXEEXT) \
+	tools_gui$(EXEEXT)
 
 UTILS := \
 	utils/adpcm.o \

Modified: tools/branches/gsoc2009-gui/encode_dxa.cpp
===================================================================
--- tools/branches/gsoc2009-gui/encode_dxa.cpp	2009-07-27 19:01:17 UTC (rev 42851)
+++ tools/branches/gsoc2009-gui/encode_dxa.cpp	2009-07-27 21:05:00 UTC (rev 42852)
@@ -544,8 +544,7 @@
 	_shorthelp = "Used to create DXA files from extracted Smacker archives.";
 	_helptext = 
 		"Usage: " + getName() + " [mode] [mode-params] [-o outpufile = inputfile.san] <inputfile>\n" +
-		"Output will be two files, one with .dxa extension and the other depending on the used audio codec." 
-		+ kCompressionAudioHelp;
+		"Output will be two files, one with .dxa extension and the other depending on the used audio codec."; 
 }
 
 void EncodeDXA::execute() {


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