make in the release directory now works correctly again on windows

- updated Help.url -> http://www.blender3d.org/Community/websites.php
- export $(DISTDIR) from Makefile
- chmod +x windows/specific.sh
- use awk to generate dos txt files instead of perl, perl stuff was broken
- chmod +x python22.dll, otherwise blender refuses to start
This commit is contained in:
2003-02-09 15:25:02 +00:00
parent 000b0efb7d
commit 1919cf50ac
3 changed files with 10 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ include nan_definitions.mk
VERSION := $(shell cat VERSION)
BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)$(TYPE)
DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME)
export DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME)
all:
ifeq ($(OS),beos)