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-01-26 05:42:22 +0300
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-01-26 05:42:22 +0300
commit3bf8d2aa0cb57ffdeb7f3c18ee0ecd17738ac9a8 (patch)
tree0d6edb75da6ee39e7d56f666daa685d8c97955e9 /source/blender/bpython/intern
parenta96eede8fb4f4a9ba7532767510229cf7fa8dd29 (diff)
Get the Blender module back using the traditional makefiles, other
build systems (auto, msvc, PB) do not seem to have this problem. - Change intern/python/freeze/Makefile to freeze outside of the source/ tree - Change source/blender/bpython/Makefile to not build the frozen stuff anymore - Change source/blender/bpython/intern/Makefile to use CURRENT_PYTHON_API instead of FUTURE_PYTHON_API, damage control
Diffstat (limited to 'source/blender/bpython/intern')
-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 b6c84196f4d..99071110fc0 100644
--- a/source/blender/bpython/intern/Makefile
+++ b/source/blender/bpython/intern/Makefile
@@ -42,7 +42,7 @@ endif
CFLAGS += $(LEVEL_1_C_WARNINGS)
-CPPFLAGS += -DFUTURE_PYTHON_API # see api.h for configuration
+CPPFLAGS += -DCURRENT_PYTHON_API # see api.h for configuration
#CPPFLAGS += -DNO_RELEASE # see api.h for configuration
# OpenGL and Python