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:
authorCampbell Barton <ideasman42@gmail.com>2009-03-24 12:09:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-03-24 12:09:10 +0300
commit688db0f25169a4270c2d7250a7eb200bf2ab0ae0 (patch)
tree2b44b83ff724c0b1de732698a42602a6751f769d /release
parent5e44eba342190fe39332591a1e897a35658951c8 (diff)
[#18260] FMOD Removal
from Jorg Muller (nexyon) also removed references to CVS in install
Diffstat (limited to 'release')
-rwxr-xr-xrelease/windows/specific.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/release/windows/specific.sh b/release/windows/specific.sh
index e3ecfcb959f..5df90869914 100755
--- a/release/windows/specific.sh
+++ b/release/windows/specific.sh
@@ -60,10 +60,6 @@ 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
-
# Add gettext DLL to package
cp -f $NAN_GETTEXT/lib/gnu_gettext.dll $DISTDIR/gnu_gettext.dll