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:
authorSimon Clitherow <aphex@nildram.co.uk>2004-07-28 22:28:17 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2004-07-28 22:28:17 +0400
commit6f30f4aaab67b9aa7e8bc213c4d3aa7d96e1bb0f (patch)
tree62fab4bf08e9fe6eab4e6d5e258a78028a049fe3 /SConstruct
parent6b1eb45dda4e61c143c608de8e429a34a31e453f (diff)
- added python23.zip & zlib.pyd (bundled python modules for Win32)
provided by IanWill (thanks!) - updated build systems to suit
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index db881b50eaa..3dc47558620 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1208,6 +1208,8 @@ def preparedist():
# finally copy auxiliaries (readme, license, etc.)
if sys.platform == 'win32':
shutil.copy("windows/extra/Help.url", "../dist/Help.url")
+ shutil.copy("windows/extra/Python23.zip", "../dist/Python23.zip")
+ shutil.copy("windows/extra/zlib.pyd", "../dist/zlib.pyd")
shutil.copy("text/copyright.txt", "../dist/copyright.txt")
shutil.copy("text/blender.html", "../dist/blender.html")
shutil.copy("text/GPL-license.txt", "../dist/GPL-license.txt")