From 2ee42ac01e6f4b154ac68976024af0615f7acb26 Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Sun, 20 Aug 2006 15:22:56 +0000 Subject: Huge commit: VERSE - All code is in #ifdef ... #endif - Only make build system is supported and you have to add: export WITH_VERSE=true to user-def.mk file - Blender can share only mesh objects and bitmaps now - More informations can be found at wiki: http://mediawiki.blender.org/index.php/BlenderDev/VerseIntegrationToBlender http://mediawiki.blender.org/index.php/BlenderDev/VerseIntegrationToBlenderUserDoc I hope, that I didn't forget at anything --- extern/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extern') diff --git a/extern/Makefile b/extern/Makefile index 766f7f34d92..fb5570eff4b 100644 --- a/extern/Makefile +++ b/extern/Makefile @@ -48,6 +48,10 @@ ifeq ($(NAN_FFMPEG), $(LCGDIR)/gcc/ffmpeg) endif endif +ifeq ($(WITH_VERSE), true) + DIRS += verse +endif + ifneq ($(NAN_NO_KETSJI), true) DIRS += bullet endif -- cgit v1.2.3