==makefiles==

pthreads wasn't added to the release zipfile on cygwin, patch by rob hausauer
This commit is contained in:
Tom Musgrove 2006-04-05 00:15:19 +00:00
parent 9d41401d93
commit 3f959ec7fe

@ -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