added fftw-DLL to win32-packaging

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1167 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-24 13:21:50 +00:00
parent 21093adb28
commit 154df24102
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
* configure.in:
use float-based FFTW-library
* Makefile.am:
* include/peak_controller.h:
* include/tempo_sync_knob.h:
fixes for win32-build

View File

@@ -38,6 +38,7 @@ win32-pkg: all
cp /opt/mingw/bin/libvorbis*.dll tmp/lmms
cp /opt/mingw/bin/libogg-0.dll tmp/lmms
cp /opt/mingw/bin/libfluidsynth-1.dll tmp/lmms
cp /opt/mingw/bin/libfftw3f-3.dll tmp/lmms
cp /opt/mingw/bin/SDL.dll tmp/lmms
cp /opt/mingw/i586-mingw32/bin/mingwm10.dll tmp/lmms
cp -L COPYING tmp/lmms/LICENSE.TXT