fix compilation

svn-id: r42852
This commit is contained in:
Joost Peters
2009-07-27 21:05:00 +00:00
parent 17db1d26c1
commit e2a254d74b
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ TARGETS := \
descumm$(EXEEXT) \
desword2$(EXEEXT) \
degob$(EXEEXT) \
tools_gui$(EXEEXT) \
tools_cli$(EXEEXT)
tools_cli$(EXEEXT) \
tools_gui$(EXEEXT)
UTILS := \
utils/adpcm.o \
+1 -2
View File
@@ -544,8 +544,7 @@ EncodeDXA::EncodeDXA(const std::string &name) : CompressionTool(name, TOOLTYPE_C
_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() {