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:
authorFrank van Beek <frank@iae.nl>2003-02-09 18:25:02 +0300
committerFrank van Beek <frank@iae.nl>2003-02-09 18:25:02 +0300
commit1919cf50ac9f1477fb963d6525807ebf8769ebbc (patch)
tree45bca7742217ada3ee396ace8a6558d3d7222552 /release/Makefile
parent000b0efb7dbf563af91c798ad97142e46f674e6e (diff)
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
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index c394b9b279a..f401d18f181 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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)