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-03-31 21:27:20 +0400
committerChris Want <cwant@ualberta.ca>2003-03-31 21:27:20 +0400
commit1f668df5141dfcea9bb9e96844734d38c8d7fd54 (patch)
tree845aa11c450f2e76a0bba8bc39a380878b92c4f5 /source/Makefile
parenta6acb198a80184367c2e4a589b1317c9bbe8895a (diff)
Irix will now link to ode
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Makefile b/source/Makefile
index 19d49e16acd..399f7df6639 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -100,10 +100,8 @@ PYPLAYERLIB ?= $(PYLIB)
COMLIB += $(OCGDIR)/gameengine/bloutines/$(DEBUG_DIR)libbloutines.a
COMLIB += $(OCGDIR)/gameengine/blconverter/$(DEBUG_DIR)libblconverter.a
COMLIB += $(OCGDIR)/gameengine/blphys/common/$(DEBUG_DIR)libcommon.a
-ifneq ($(OS),$(findstring $(OS), "irix"))
COMLIB += $(OCGDIR)/gameengine/blphys/blode/$(DEBUG_DIR)libblode.a
COMLIB += $(NAN_ODE)/lib/libode.a
-endif
# COMLIB += $(OCGDIR)/gameengine/blphys/sumo/$(DEBUG_DIR)libsumo.a
COMLIB += $(OCGDIR)/gameengine/blphys/dummy/$(DEBUG_DIR)libdummy.a
COMLIB += $(OCGDIR)/gameengine/blphys/common/$(DEBUG_DIR)libcommon.a
@@ -111,9 +109,7 @@ endif
COMLIB += $(OCGDIR)/gameengine/blphys/dummy/$(DEBUG_DIR)libdummy.a
COMLIB += $(OCGDIR)/gameengine/ketsji/$(DEBUG_DIR)libketsji.a
COMLIB += $(OCGDIR)/gameengine/blphys/common/$(DEBUG_DIR)libcommon.a
-ifneq ($(OS),$(findstring $(OS), "irix"))
COMLIB += $(OCGDIR)/gameengine/blphys/blode/$(DEBUG_DIR)libblode.a
-endif
# COMLIB += $(OCGDIR)/gameengine/blphys/sumo/$(DEBUG_DIR)libsumo.a
COMLIB += $(OCGDIR)/gameengine/blphys/dummy/$(DEBUG_DIR)libdummy.a
COMLIB += $(OCGDIR)/gameengine/blphys/common/$(DEBUG_DIR)libcommon.a