Linux now also uses ode from lib/

This commit is contained in:
2003-01-07 05:08:10 +00:00
parent 3531f874e0
commit ade767d2af
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ endif
include nan_definitions.mk include nan_definitions.mk
DIRS = creator blender kernel gameengine DIRS = creator blender kernel gameengine
ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix")) ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix linux"))
DIRS += ode DIRS += ode
endif endif

View File

@@ -158,6 +158,7 @@ all debug::
ifeq ($(OS),linux) ifeq ($(OS),linux)
export ID = $(shell whoami) export ID = $(shell whoami)
export HOST = $(shell hostname -s) export HOST = $(shell hostname -s)
export NAN_ODE = $(LCGDIR)/ode
endif endif
ifeq ($(OS),openbsd) ifeq ($(OS),openbsd)