Made it so blenderplayer is stripped if it exists as well as just blender.

(I skipped it on OSX not sure where blenderplayer is in that
instance, someone on the platform should be able to figure it out though.)

Kent
This commit is contained in:
Kent Mein
2007-05-07 21:11:21 +00:00
parent d814e2b9c6
commit ad30c0b48b

View File

@@ -165,6 +165,9 @@ endif
@strip -x $(DISTDIR)/blender$(EXT0)/Contents/MacOS/blender
else
@strip -x $(DISTDIR)/blender$(EXT0)
@if [ -f $(DISTDIR)/blenderplayer$(EXTO) ]; then \
strip -x $(DISTDIR)/blender$(EXT0) ; \
fi
endif
endif
@[ ! -x $(CONFIG_GUESS)/specific.sh ] || (\