From e2a254d74b3ed82bbf5229e2c71d721fdc13c52e Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Mon, 27 Jul 2009 21:05:00 +0000 Subject: [PATCH] fix compilation svn-id: r42852 --- Makefile | 4 ++-- encode_dxa.cpp | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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() {