aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2002-04-30 14:24:12 +0000
committerTravis Howell2002-04-30 14:24:12 +0000
commit9391b3dd757400879965205f657cd03fd21640b9 (patch)
tree0b122291b2326e0676f2cb6193e026eefd4bbcc2
parent06f02ff11374ac233849cd42c49f9760cb63d3be (diff)
downloadscummvm-rg350-9391b3dd757400879965205f657cd03fd21640b9.tar.gz
scummvm-rg350-9391b3dd757400879965205f657cd03fd21640b9.tar.bz2
scummvm-rg350-9391b3dd757400879965205f657cd03fd21640b9.zip
Fix my error in last commit
svn-id: r4145
-rw-r--r--Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 7c395d8ba8..42a4de1962 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -11,7 +11,7 @@ SDL_LIBS=-L$(SRC)/sdl/lib -lSDLmain -lSDL
CC = gcc
CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar
DEFINES = -DCOMPRESSED_SOUND_FILE
-LDFLAGS :=-mwindows
+LDFLAGS :=-mwindows -mconsole
INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
CPPFLAGS= $(DEFINES) $(INCLUDES)
LIBS = -lmingw32 -lwinmm -lmad $(SDL_LIBS)