make release

Now copies over gameplayer if it was build durring the make.

Kent
This commit is contained in:
Kent Mein 2005-01-11 15:07:06 +00:00
parent ced255eb24
commit 8de2e70216

@ -118,6 +118,10 @@ endif
else
@cp $(OCGDIR)/bin/blender$(EXT0) $(DISTDIR)/blender$(EXT0)
endif
@if [ -f $(OCGDIR)/bin/blenderplayer$(EXTO) ]; then \
cp $(OCGDIR)/bin/blenderplayer$(EXTO) \
$(DISTDIR)/blenderplayer$(EXTO) ; \
fi
endif
ifneq ($(NOPLUGINS),true)