From 50dab4fc37d33352c2f1c6181da9d54799e36a12 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 31 Oct 2010 03:20:33 +0000 Subject: rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEENGINE --- build_files/make/nan_compile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') diff --git a/build_files/make/nan_compile.mk b/build_files/make/nan_compile.mk index 4107bb1820d..a6d157d99c6 100644 --- a/build_files/make/nan_compile.mk +++ b/build_files/make/nan_compile.mk @@ -38,7 +38,7 @@ CPPFLAGS ?= $(NAN_CPPFLAGS) # Uncomment next lines to enable integrated game engine ifneq ($(NAN_NO_KETSJI), true) - CFLAGS += -DGAMEBLENDER=1 + CFLAGS += -DWITH_GAMEENGINE ifeq ($(NAN_USE_BULLET), true) CFLAGS += -DUSE_BULLET CCFLAGS += -DUSE_BULLET -- cgit v1.2.3