Ticket #2003: patch-Makefile.diff
File patch-Makefile.diff, 641 bytes (added by sleepinghead@…, 20 years ago) |
---|
-
Makefile
old new 7 7 #X11_PATH= -L/usr/X11R6/lib 8 8 9 9 OGL_LIBS= -lGLU -lGL -lm 10 #OGL_LIBS= -lm # Think Different10 OGL_LIBS= -lm # Think Different 11 11 12 12 #------------------------------------------------------------------------------ 13 13 14 CFLAGS= -Wall - Werror -O3 -ansi $(shell sdl-config --cflags)14 CFLAGS= -Wall -O3 -ansi $(shell sdl-config --cflags) 15 15 #CFLAGS= -Wall -Werror -g -ansi $(shell sdl-config --cflags) 16 16 #CFLAGS= -Wall -Werror -pg -ansi $(shell sdl-config --cflags) 17 17