Irix will now link to ode
This commit is contained in:
@@ -100,10 +100,8 @@ PYPLAYERLIB ?= $(PYLIB)
|
||||
COMLIB += $(OCGDIR)/gameengine/bloutines/$(DEBUG_DIR)libbloutines.a
|
||||
COMLIB += $(OCGDIR)/gameengine/blconverter/$(DEBUG_DIR)libblconverter.a
|
||||
COMLIB += $(OCGDIR)/gameengine/blphys/common/$(DEBUG_DIR)libcommon.a
|
||||
ifneq ($(OS),$(findstring $(OS), "irix"))
|
||||
COMLIB += $(OCGDIR)/gameengine/blphys/blode/$(DEBUG_DIR)libblode.a
|
||||
COMLIB += $(NAN_ODE)/lib/libode.a
|
||||
endif
|
||||
# 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
|
||||
@@ -111,9 +109,7 @@ endif
|
||||
COMLIB += $(OCGDIR)/gameengine/blphys/dummy/$(DEBUG_DIR)libdummy.a
|
||||
COMLIB += $(OCGDIR)/gameengine/ketsji/$(DEBUG_DIR)libketsji.a
|
||||
COMLIB += $(OCGDIR)/gameengine/blphys/common/$(DEBUG_DIR)libcommon.a
|
||||
ifneq ($(OS),$(findstring $(OS), "irix"))
|
||||
COMLIB += $(OCGDIR)/gameengine/blphys/blode/$(DEBUG_DIR)libblode.a
|
||||
endif
|
||||
# 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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user