- use SDL sound on FreeBSD too.

- add solid include path to unix common makefile ... this is not FreeBSD
  specific, so I'm a bit confused as this wasn't corrected before.
This commit is contained in:
Hans Lambermont 2004-04-30 17:50:48 +00:00
parent 298922ce39
commit dcb83e27a2
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@ ifneq ($(NAN_NO_OPENAL),true)
DIRS += openal
endif
ifeq ($(OS),freebsd)
DIRS += openal
DIRS += openal sdl
endif
ifeq ($(OS),$(findstring $(OS), "linux"))
DIRS += openal sdl

View File

@ -63,6 +63,7 @@ CPPFLAGS += -I$(NAN_SUMO)/include
CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include
CPPFLAGS += -I$(NAN_MOTO)/include
CPPFLAGS += -I$(NAN_BMFONT)/include
CPPFLAGS += -I$(NAN_SOLID)/include
# Blender stuff
CPPFLAGS += -I../../../../blender/blenkernel