Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2003-07-17 03:53:09 +0400
committerChris Want <cwant@ualberta.ca>2003-07-17 03:53:09 +0400
commit0fde8dedf04476ba0e8c33dae1ea0c8e78670d6e (patch)
tree6bd3e3371cf5d24a5f22a0ec7e46698ba2192f20 /source/Makefile
parent6dcc5b030e1a6e66aed8504a2fbc2ab652b9ea91 (diff)
Sound support for irix
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index b4fd889adb2..15742b5c1d1 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -147,6 +147,7 @@ PYPLAYERLIB ?= $(PYLIB)
else
ifeq ($(OS), irix)
COMLIB += $(NAN_FREETYPE)/lib32/libfreetype.a
+ COMLIB += $(NAN_SDL)/lib/libSDL.a
else
COMLIB += $(NAN_FREETYPE)/lib/libfreetype.a
endif
@@ -333,7 +334,6 @@ ifeq ($(OS),solaris)
SPLIB += $(NAN_ZLIB)/lib/libz.a
endif
-
# OpenAL libs are already compiled as shared code! Check FMod if we switch to that. (nzc)
ifeq ($(OS),$(findstring $(OS), "freebsd linux windows"))
ifeq ($(CPU),i386)