From: havoc Date: Mon, 5 Aug 2002 19:57:04 +0000 (+0000) Subject: the -I and -L weren't necessary (and didn't work anyway) X-Git-Tag: RELEASE_0_2_0_RC1~365 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3e68add34dae7e4d6dc1ddd85834b806f1492c64;p=xonotic%2Fdarkplaces.git the -I and -L weren't necessary (and didn't work anyway) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2207 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile.mingw b/makefile.mingw index 6c14afc3..5e01946d 100644 --- a/makefile.mingw +++ b/makefile.mingw @@ -16,8 +16,9 @@ OPTIMIZATIONS= -O6 -fno-strict-aliasing -ffast-math -funroll-loops -fomit-frame- # -Werror # -D WIN32 -D NDEBUG -D _WINDOWS -D _M_IX86 -CFLAGS= -I/usr/local/mingw/include -MD -Wall $(OPTIMIZATIONS) -LDFLAGS= -mwindows -L/msdev/lib -L/usr/local/mingw/lib -luser32 -lgdi32 -lwinmm -ldxguid -ldinput -lopengl32 -lcomctl32 -lwsock32 +CFLAGS= -MD -Wall $(OPTIMIZATIONS) +LDFLAGS= -mwindows -luser32 -lgdi32 -lwinmm -ldxguid -ldinput -lopengl32 -lcomctl32 -lwsock32 + all: builddate darkplaces