integrated TAP-plugins to be shipped with LMMS

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1070 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-05 06:31:42 +00:00
parent bfcbb50eab
commit 686295aaa4
32 changed files with 13274 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ win32-pkg: all
cp lmms.exe tmp/lmms
find plugins/ -name "*.dll" -maxdepth 2 -exec cp '{}' tmp/lmms/plugins/ ';'
cp plugins/ladspa_effect/caps/caps.dll tmp/lmms/plugins/ladspa/
cp plugins/ladspa_effect/tap/tap*.dll tmp/lmms/plugins/ladspa/
PWD=`pwd`
cd data && make DESTDIR=$(PWD)/tmp/lmms/ install
mv tmp/lmms/usr/share/lmms/* tmp/lmms/data/ && rm -rf tmp/lmms/usr