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:
authorMaarten Gribnau <mail@maartengribnau.com>2002-12-20 00:14:18 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-12-20 00:14:18 +0300
commitac699ba67203fa11c8098e821fc93f2ae747324e (patch)
tree884a9199f855b12b45cc61f7c45978fe5d5de071
parentd417a426731a5388665db312f88342f18b52860d (diff)
Used NAN_ODE to point to the ode lib location.
Maarten
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index 46cb6da6b24..467b68ce9ed 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -134,7 +134,7 @@ PYPLAYERLIB ?= $(PYLIB)
COMLIB += $(OCGDIR)/gameengine/blconverter/$(DEBUG_DIR)libblconverter.a
COMLIB += $(OCGDIR)/gameengine/blphys/common/$(DEBUG_DIR)libcommon.a
COMLIB += $(OCGDIR)/gameengine/blphys/blode/$(DEBUG_DIR)libblode.a
- COMLIB += $(SRCHOME)/ode/lib/libode.a
+ COMLIB += $(NAN_ODE)/lib/libode.a
# 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