# HG changeset patch # User Matti Hamalainen # Date 1420828214 -7200 # Node ID 0d7e6b61956cabc5f1b384d9232f78196321c116 # Parent f5ec01370185bf3c9a14adb325d8d68d1940ec0b No need for SDL anymore. diff -r f5ec01370185 -r 0d7e6b61956c Makefile.w32 --- a/Makefile.w32 Thu Jan 08 16:40:51 2015 +0200 +++ b/Makefile.w32 Fri Jan 09 20:30:14 2015 +0200 @@ -10,7 +10,7 @@ WINDRES=$(MINGW_PREFIX)windres CFLAGS=-DHAVE_STRING_H -Ipdcurses -mwindows -LDFLAGS= -lws2_32 -lole32 -mwindows pdcurses/libpdcurses.a -lSDL -s +LDFLAGS= -lws2_32 -lole32 -mwindows pdcurses/libpdcurses.a -s # Miscellaneous EXEEXT=.exe