From 3e68add34dae7e4d6dc1ddd85834b806f1492c64 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 5 Aug 2002 19:57:04 +0000 Subject: [PATCH] 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 --- makefile.mingw | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2