From: havoc Date: Fri, 15 Oct 2004 21:20:26 +0000 (+0000) Subject: added -lSDL to the windows SDL link flags X-Git-Tag: xonotic-v0.1.0preview~5484 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ac27b8a979374c1140ca3f5c45f330d52b4631f7;p=xonotic%2Fdarkplaces.git added -lSDL to the windows SDL link flags git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4638 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile.inc b/makefile.inc index 319ae4c1..860d5e7e 100644 --- a/makefile.inc +++ b/makefile.inc @@ -200,7 +200,7 @@ OBJ_WGL= builddate.c darkplaces.o sys_win.o vid_wgl.o conproc.o $(OBJ_WINSOUND) LDFLAGS_WINCOMMON=-lwinmm -lwsock32 LDFLAGS_WINCL=$(LDFLAGS_WINCOMMON) -mwindows -luser32 -lgdi32 -ldxguid -ldinput -lcomctl32 LDFLAGS_WINSV=$(LDFLAGS_WINCOMMON) -mconsole -lwinmm -lwsock32 -LDFLAGS_WINSDL=$(LDFLAGS_WINCOMMON) -mwindows -luser32 -lgdi32 -ldxguid -ldinput -lcomctl32 +LDFLAGS_WINSDL=$(LDFLAGS_WINCOMMON) -mwindows -luser32 -lgdi32 -ldxguid -ldinput -lcomctl32 -lSDL EXE_WINCL=darkplaces.exe EXE_WINSV=darkplaces-dedicated.exe EXE_WINSDL=darkplaces-sdl.exe