From ad30c0b48b2d8f1adc32bcccc3f27ef1ef76a42d Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 7 May 2007 21:11:21 +0000 Subject: [PATCH] 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 --- release/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/Makefile b/release/Makefile index 810d3a31665..2791982a6fa 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 ] || (\