Added the the magic compiler flag that will turn on game-engine integration with Blender. The line is commented by default as was discussed on the list.

Maarten
This commit is contained in:
2002-12-19 22:06:32 +00:00
parent f8ef881474
commit 59cee3c47f
2 changed files with 9 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ CPPFLAGS ?= $(NAN_CPPFLAGS)
# common parts ---------------------------------------------------
# Uncomment next line to enable integrated game engine
#CFLAGS += -DGAMEBLENDER=1
ifdef NAN_DEBUG
CFLAGS += $(NAN_DEBUG)
CCFLAGS += $(NAN_DEBUG)