Commit ff5f6601 authored by Steven Fuller's avatar Steven Fuller

removed some unfinished code.

parent b341107f
CC = gcc CC = gcc
#CC=/opt/intel/compiler60/ia32/bin/icc #CC=/opt/intel/compiler60/ia32/bin/icc
CFLAGS = -g -Wall #CFLAGS = -g -Wall
#CFLAGS = -g -O2 -Wall -pedantic CFLAGS = -g -O2 -Wall
#CFLAGS = -Wall -O6 -fomit-frame-pointer -ffast-math -funroll-loops -march=pentiumpro #CFLAGS = -Wall -O6 -fomit-frame-pointer -ffast-math -funroll-loops -march=pentiumpro
#CFLAGS = -g -Wall -pedantic -std=gnu99 #CFLAGS = -g -Wall -pedantic -std=gnu99
#CFLAGS = -Os -Wall -pedantic #CFLAGS = -Os -Wall -pedantic
...@@ -26,9 +26,6 @@ OBJS += sd_null.o ...@@ -26,9 +26,6 @@ OBJS += sd_null.o
#OBJS += sd_oss.o fmopl.o #OBJS += sd_oss.o fmopl.o
#CFLAGS += -D_REENTRANT #CFLAGS += -D_REENTRANT
#LDLIBS += -lpthread #LDLIBS += -lpthread
# sound using SDL_mixer
#OBJS += sd_mixer.o fmopl.o
#LDLIBS += -lSDL_mixer
CFLAGS += $(shell sdl-config --cflags) CFLAGS += $(shell sdl-config --cflags)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment