From 0876fce0094ad3e37be4b197ef8850757eacd37b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 31 Oct 2010 04:11:39 +0000 Subject: rename and negate DISABLE_PYTHON --> WITH_PYTHON --- build_files/make/nan_compile.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_files') diff --git a/build_files/make/nan_compile.mk b/build_files/make/nan_compile.mk index a6d157d99c6..2931adb444c 100644 --- a/build_files/make/nan_compile.mk +++ b/build_files/make/nan_compile.mk @@ -35,6 +35,8 @@ include nan_definitions.mk CPPFLAGS ?= $(NAN_CPPFLAGS) # common parts --------------------------------------------------- +CFLAGS += -DWITH_PYTHON +CCFLAGS += -DWITH_PYTHON # Uncomment next lines to enable integrated game engine ifneq ($(NAN_NO_KETSJI), true) -- cgit v1.2.3