- 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:
@@ -48,7 +48,7 @@ ifneq ($(NAN_NO_OPENAL),true)
|
|||||||
DIRS += openal
|
DIRS += openal
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS),freebsd)
|
ifeq ($(OS),freebsd)
|
||||||
DIRS += openal
|
DIRS += openal sdl
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS),$(findstring $(OS), "linux"))
|
ifeq ($(OS),$(findstring $(OS), "linux"))
|
||||||
DIRS += openal sdl
|
DIRS += openal sdl
|
||||||
|
@@ -63,6 +63,7 @@ CPPFLAGS += -I$(NAN_SUMO)/include
|
|||||||
CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include
|
CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include
|
||||||
CPPFLAGS += -I$(NAN_MOTO)/include
|
CPPFLAGS += -I$(NAN_MOTO)/include
|
||||||
CPPFLAGS += -I$(NAN_BMFONT)/include
|
CPPFLAGS += -I$(NAN_BMFONT)/include
|
||||||
|
CPPFLAGS += -I$(NAN_SOLID)/include
|
||||||
|
|
||||||
# Blender stuff
|
# Blender stuff
|
||||||
CPPFLAGS += -I../../../../blender/blenkernel
|
CPPFLAGS += -I../../../../blender/blenkernel
|
||||||
|
Reference in New Issue
Block a user