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>2004-03-29 01:56:00 +0400
committerChris Want <cwant@ualberta.ca>2004-03-29 01:56:00 +0400
commit2cd00774cd232b1379ef8e856f16e6290fa61506 (patch)
treeb801f83d88d23a0ca301ff85f43be6536b035cbd /source/nan_definitions.mk
parent9206a1eba69136c928dc72144862d31bb00e6b11 (diff)
Makefile support for solid -- assumes solid and qhull are in the lib
dir, i.e., ../lib/your_platform/{solid|qhull}.
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 9d648c6d78a..aa6dbadf983 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -58,7 +58,13 @@ all debug::
# Object Config_Guess DIRectory
export OCGDIR = $(NAN_OBJDIR)/$(CONFIG_GUESS)
export NAN_MOTO ?= $(LCGDIR)/moto
- export NAN_SOLID ?= $(SRCHOME)/sumo/SOLID-3.0
+ifeq ($(FREE_WINDOWS), true)
+ export NAN_SOLID ?= $(LCGDIR)/gcc/solid
+ export NAN_QHULL ?= $(LCGDIR)/gcc/qhull
+else
+ export NAN_SOLID ?= $(LCGDIR)/solid
+ export NAN_QHULL ?= $(LCGDIR)/qhull
+endif
export NAN_SUMO ?= $(SRCHOME)/gameengine/Physics/Sumo
export NAN_FUZZICS ?= $(SRCHOME)/gameengine/Physics/Sumo/Fuzzics
export NAN_BLENKEY ?= $(LCGDIR)/blenkey