View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
 Lines 8-14    Link Here 
CFLAGS := -O2 -Wall -g $(shell sdl-config --cflags) -I$(SRCDIR) -include Source/Support.h
CFLAGS := -O2 -Wall -g $(shell sdl-config --cflags) -I$(SRCDIR) -include Source/Support.h
CXXFLAGS := $(CFLAGS)
CXXFLAGS := $(CFLAGS)
LDFLAGS := $(shell sdl-config --libs) -lGL -lGLU -lopenal # -framework QuickTime
LDFLAGS := $(shell sdl-config --libs) -lGL -lGLU -lopenal -lalut # -framework QuickTime
# Don't want ogg?
# Don't want ogg?
#CFLAGS += -DNOOGG
#CFLAGS += -DNOOGG