diff --git a/Makefile b/Makefile index f14cfa34..7968b32b 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/encode_dxa.cpp b/encode_dxa.cpp index 58a1fc97..03d2dbd2 100644 --- a/encode_dxa.cpp +++ b/encode_dxa.cpp @@ -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] \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() {