- use ODE in lib/ for FreeBSD

- use default python library path
- remove obsolete SSR comments
This commit is contained in:
Hans Lambermont
2003-01-04 20:20:54 +00:00
parent 8dcdf3bf0b
commit 080dd299d6
4 changed files with 29 additions and 16 deletions

View File

@@ -100,7 +100,13 @@ all debug::
export NAN_SOLID ?= $(SRCHOME)/sumo/SOLID-3.0
export NAN_SUMO ?= $(SRCHOME)/gameengine/Physics/Sumo
export NAN_FUZZICS ?= $(SRCHOME)/gameengine/Physics/Sumo/Fuzzics
ifeq ($(OS),freebsd)
export NAN_ODE ?= $(LCGDIR)/ode
else
export NAN_ODE ?= $(SRCHOME)/ode
endif
ifeq ($(OS),freebsd)
export NAN_OPENSSL ?= /usr
else