mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 00:05:16 +00:00
SDLmain is not really needed with MinGW.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user