Added fmod sound for OSX and fixed some endian problems in

gameengine/SoundSystem to get it to work.
Maarten (mail@maartengribnau.com)
This commit is contained in:
2002-11-04 21:50:33 +00:00
parent c458cc7310
commit bd39a84c8b
7 changed files with 148 additions and 41 deletions

View File

@@ -42,6 +42,9 @@ ifeq ($(OS),windows)
DIRS += fmod
DIRS += openal
endif
ifeq ($(OS),darwin)
DIRS += fmod
endif
ifeq ($(OS),freebsd)
DIRS += openal
endif