changeset 645:0d7e6b61956c dev-1_5_1

No need for SDL anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Jan 2015 20:30:14 +0200
parents f5ec01370185
children 0768781ea1e5
files Makefile.w32
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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