mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
fix compilation
svn-id: r42852
This commit is contained in:
@@ -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
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user