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:
authorTon Roosendaal <ton@blender.org>2008-12-29 12:24:42 +0300
committerTon Roosendaal <ton@blender.org>2008-12-29 12:24:42 +0300
commit1d42afe56124cc9cdf76ab25272505ba77d090b2 (patch)
tree9fcfa474f5b379b9ec744542cd909042c731259d
parentb928d900217435bf2d642d3d1601f558886fae71 (diff)
2.5
Made Makefiles happy with new transform library.
-rw-r--r--source/Makefile1
-rw-r--r--source/blender/editors/Makefile2
-rw-r--r--source/blender/editors/transform/Makefile2
3 files changed, 4 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index 88f7de22d18..0cc4ebcad6e 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -253,6 +253,7 @@ PULIB += $(OCGDIR)/blender/ed_view3d/libed_view3d.a
PULIB += $(OCGDIR)/blender/ed_interface/libed_interface.a
PULIB += $(OCGDIR)/blender/ed_object/libed_object.a
PULIB += $(OCGDIR)/blender/ed_animation/libed_animation.a
+PULIB += $(OCGDIR)/blender/ed_transform/libed_transform.a
PULIB += $(OCGDIR)/blender/ed_util/libed_util.a
PULIB += $(OCGDIR)/blender/ed_datafiles/libed_datafiles.a
PULIB += $(OCGDIR)/blender/ed_screen/libed_screen.a
diff --git a/source/blender/editors/Makefile b/source/blender/editors/Makefile
index 9eae56526e1..dd3b0295b22 100644
--- a/source/blender/editors/Makefile
+++ b/source/blender/editors/Makefile
@@ -29,6 +29,6 @@
# Bounces make to subdirectories.
SOURCEDIR = source/blender/editors
-DIRS = animation object datafiles screen space_outliner space_time space_view3d interface util space_api space_ipo space_image space_node space_buttons space_info space_file space_sound space_action space_nla space_script space_text space_sequencer
+DIRS = animation object datafiles transform screen space_outliner space_time space_view3d interface util space_api space_ipo space_image space_node space_buttons space_info space_file space_sound space_action space_nla space_script space_text space_sequencer
include nan_subdirs.mk
diff --git a/source/blender/editors/transform/Makefile b/source/blender/editors/transform/Makefile
index 71a75b9bda0..36758190b52 100644
--- a/source/blender/editors/transform/Makefile
+++ b/source/blender/editors/transform/Makefile
@@ -35,6 +35,7 @@ include nan_compile.mk
CFLAGS += $(LEVEL_1_C_WARNINGS)
+CPPFLAGS += -I$(NAN_GLEW)/include
CPPFLAGS += -I$(OPENGL_HEADERS)
CPPFLAGS += -I$(NAN_BMFONT)/include
@@ -45,6 +46,7 @@ CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenloader
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../makesrna
CPPFLAGS += -I../../imbuf
# own include