--- sdl/Makefile.orig Mon Sep 23 21:28:36 2002 +++ sdl/Makefile Mon Sep 23 21:29:43 2002 @@ -1,7 +1,10 @@ -SDL_CFLAGS = `sdl-config --cflags` -CFLAGS = -Wall -ansi -pedantic -O2 -ffast-math -funroll-loops \ +SDL_CFLAGS = `sdl11-config --cflags` +.if defined(USE_NET) +CFLAGS += -DUSE_NET +.endif +CFLAGS += -Wall -ansi -pedantic -O2 -ffast-math -funroll-loops \ -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG \ - -I. -I.. $(SDL_CFLAGS) -DUSE_SDL -DUSE_NET + -I. -I.. $(SDL_CFLAGS) -DUSE_SDL OBJS = gfx.o interrpt.o sound.o input.o TARGET = ../sdl.a