SDLmain is not really needed with MinGW.

This commit is contained in:
William McBrine
2007-06-16 17:42:25 +00:00
parent ee2bb56d38
commit 4940f47b3f

View File

@@ -18,7 +18,7 @@ CPPFLAGS = -I$(PDCURSES_SRCDIR)
BUILD = gcc -c $(CFLAGS) $(CPPFLAGS)
LINK = gcc
LDFLAGS = $(LIBCURSES) -mwindows -lmingw32 -lSDLmain -lSDL
LDFLAGS = $(LIBCURSES) -mwindows -lSDL
RANLIB = ranlib