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:
authorChris Want <cwant@ualberta.ca>2007-04-08 21:16:52 +0400
committerChris Want <cwant@ualberta.ca>2007-04-08 21:16:52 +0400
commit36e3a7bb7e1287ca606d3132a9aef6d0d36992c3 (patch)
tree4a35990bccf3d0821e8c794fc9d248a0ad3f92a7 /source/Makefile
parent244c9254219be58b29c63ec5410b2eca443e0055 (diff)
It seems that some darwin bundle creation routines were being performed
when building for cygwin. Please test.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/source/Makefile b/source/Makefile
index 7e761aa0fe5..d2969f41301 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -547,8 +547,9 @@ endif
ifdef NAN_BUILDINFO
/bin/rm $(BUILDINFO_O)
endif
+ifeq ($(OS), darwin)
@$(MAKE) -C darwin/ APPLICATION=blenderstatic
-
+endif
$(DIR)/$(DEBUG_DIR)bin/blender$(EXT): $(OBJS) $(GRPLIB) $(COMLIB) $(PULIB)
@echo "****> Link $@"
@@ -560,8 +561,9 @@ endif
ifdef NAN_BUILDINFO
/bin/rm $(BUILDINFO_O)
endif
+ifeq ($(OS), darwin)
@$(MAKE) -C darwin/ APPLICATION=blender
-
+endif
$(DIR)/$(DEBUG_DIR)bin/blenderplayer$(EXT): $(OBJS) $(SPLIB1) $(COMLIB) $(SPLIB)
@echo "****> Link $@"
@@ -573,7 +575,9 @@ endif
ifdef NAN_BUILDINFO
/bin/rm $(BUILDINFO_O)
endif
+ifeq ($(OS), darwin)
@$(MAKE) -C darwin/ APPLICATION=blenderplayer
+endif
$(DIR)/$(DEBUG_DIR)bin/blenderdynplayer$(EXT): $(OBJS) $(COMLIB) $(SPLIB)
@echo "****> Link $@"
@@ -585,7 +589,9 @@ endif
ifdef NAN_BUILDINFO
/bin/rm $(BUILDINFO_O)
endif
+ifeq ($(OS), darwin)
@$(MAKE) -C darwin/ APPLICATION=blenderplayer
+endif
$(DIR)/$(DEBUG_DIR)bin/Blender3DPlugin$(SOEXT): $(PLUGAPPLIB_XPLINK)
@echo "****> Link $@"