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/gameengine/Physics/Makefile
parenta6acb198a80184367c2e4a589b1317c9bbe8895a (diff)
Irix will now link to ode
Diffstat (limited to 'source/gameengine/Physics/Makefile')
-rw-r--r--source/gameengine/Physics/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/gameengine/Physics/Makefile b/source/gameengine/Physics/Makefile
index 245ad8f9308..7aee1a01cd1 100644
--- a/source/gameengine/Physics/Makefile
+++ b/source/gameengine/Physics/Makefile
@@ -36,8 +36,6 @@ include nan_definitions.mk
SOURCEDIR = source/gameengine/Physics
DIR = $(OCGDIR)/gameengine/blphys
DIRS = common Sumo Dummy
-ifneq ($(OS),$(findstring $(OS), "irix"))
- DIRS += BlOde
-endif
+DIRS += BlOde
include nan_subdirs.mk