]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
the -I and -L weren't necessary (and didn't work anyway)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Aug 2002 19:57:04 +0000 (19:57 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Aug 2002 19:57:04 +0000 (19:57 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2207 d7cf8633-e32d-0410-b094-e92efae38249

makefile.mingw

index 6c14afc3074b04f7dd6776eeacb103047ad1d313..5e01946d6b4f05050e6c5e63da65e38683bb0db1 100644 (file)
@@ -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
 
 # -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
 
 
 all: builddate darkplaces