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>2007-12-24 22:13:04 +0300
committerTon Roosendaal <ton@blender.org>2007-12-24 22:13:04 +0300
commit25135a201b32f4c579758bfdd33fab36c0b12a7c (patch)
tree9c7bf88b3ab37ac79156768c967328c81abac645 /source/blender/Makefile
parent8c91939824ab992c4c28ad6d402259c6cf38c646 (diff)
- removing conflicts in svn merge (didnt notice)
- adding more Makefiles
Diffstat (limited to 'source/blender/Makefile')
-rw-r--r--source/blender/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/Makefile b/source/blender/Makefile
index 2c1f83edf39..819735400db 100644
--- a/source/blender/Makefile
+++ b/source/blender/Makefile
@@ -33,12 +33,12 @@
include nan_definitions.mk
-DIRS = blenloader readblenfile
+DIRS = windowmanager blenloader readblenfile
DIRS += avi imbuf render radiosity blenlib blenkernel blenpluginapi
-DIRS += makesdna src yafray
-DIRS += python nodes
+DIRS += makesdna yafray
+DIRS += nodes
-ifeq ($(WITH_FREETYPE2), true)
+ifeq ($(INTERNATIONAL), true)
DIRS += ftfont
endif