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>2009-01-15 13:55:48 +0300
committerTon Roosendaal <ton@blender.org>2009-01-15 13:55:48 +0300
commitc54cad0a32e044205891ee08a0bac44c655f6020 (patch)
tree0f5c1834ae66512f369b4ce86d69699b77c02cfa /source/Makefile
parent890838dce8786d462ce5c9e4d91dda54423695da (diff)
2.5
Added new lib ed_uvedit in linking path for Makefiles
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 3c127544505..8b35120d99f 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -245,6 +245,7 @@ PULIB += $(OCGDIR)/blender/ed_sculpt/libed_sculpt.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_uvedit/libed_uvedit.a
PULIB += $(OCGDIR)/blender/ed_datafiles/libed_datafiles.a
PULIB += $(OCGDIR)/blender/ed_screen/libed_screen.a
PULIB += $(OCGDIR)/blender/windowmanager/libwindowmanager.a