Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-02-06 06:30:25 +0300
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-02-06 06:30:25 +0300
commit6b65e39a445c2d970d677407c5439800e7952236 (patch)
tree303a4b420acfa2af1fb94d2d3f868058718e7daa /source/blender/bpython
parent0feac451acff2de6a585346209f50dd0c6544d84 (diff)
Revert to the FUTURE_PYTHON_API, this means:
- switching the define on in buildsystems (NaN, auto and msvc are done) - again import _Blender, which is the C module, from the Python modules
Diffstat (limited to 'source/blender/bpython')
-rw-r--r--source/blender/bpython/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bpython/intern/Makefile b/source/blender/bpython/intern/Makefile
index 99071110fc0..b6c84196f4d 100644
--- a/source/blender/bpython/intern/Makefile
+++ b/source/blender/bpython/intern/Makefile
@@ -42,7 +42,7 @@ endif
CFLAGS += $(LEVEL_1_C_WARNINGS)
-CPPFLAGS += -DCURRENT_PYTHON_API # see api.h for configuration
+CPPFLAGS += -DFUTURE_PYTHON_API # see api.h for configuration
#CPPFLAGS += -DNO_RELEASE # see api.h for configuration
# OpenGL and Python