From 4a50f5b5930bcaadda1bde13f3abcc9780b7250b Mon Sep 17 00:00:00 2001 From: Chris Want Date: Thu, 18 Aug 2005 06:07:02 +0000 Subject: Support for 'Bullet' in the Makefiles. Enable with: export NAN_USE_BULLET=true in environment, or in user-def.mk --- extern/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extern/Makefile') diff --git a/extern/Makefile b/extern/Makefile index e872213f4cd..0a85b9b5220 100644 --- a/extern/Makefile +++ b/extern/Makefile @@ -40,6 +40,10 @@ ifeq ($(WITH_FREETYPE2), true) DIRS += bFTGL/src endif +ifeq ($(NAN_USE_BULLET), true) + DIRS += bullet +endif + TARGET = ifneq ($(OS),irix) TARGET=solid -- cgit v1.2.3