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:
authorTom Musgrove <LetterRip@gmail.com>2006-04-05 04:15:19 +0400
committerTom Musgrove <LetterRip@gmail.com>2006-04-05 04:15:19 +0400
commit3f959ec7fe47f3ffe743358fdafb7f13c8c0aaa4 (patch)
tree442d4b582dd73c7f54d043fdfb9da75e1a888fb9 /release/windows
parent9d41401d937cab3182d966c79c8c9df8b05c10db (diff)
==makefiles==
pthreads wasn't added to the release zipfile on cygwin, patch by rob hausauer
Diffstat (limited to 'release/windows')
-rwxr-xr-xrelease/windows/specific.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/windows/specific.sh b/release/windows/specific.sh
index e5745ce85ea..cb3706a84e5 100755
--- a/release/windows/specific.sh
+++ b/release/windows/specific.sh
@@ -60,6 +60,9 @@ PVERS=`echo $NAN_PYTHON_VERSION | sed 's/\.//'`
cp -f $NAN_PYTHON/lib/python$PVERS.dll $DISTDIR/python$PVERS.dll
chmod +x $DISTDIR/python$PVERS.dll
+#Add pthreads dll to package
+cp -f $NAN_PTHREADS/lib/pthreadGC2.dll $DISTDIR/pthreadGC2.dll
+
# Add fmod DLL to package
# cp -f $NAN_FMOD/lib/fmod.dll $DISTDIR/fmod.dll
# chmod +x $DISTDIR/fmod.dll