/[svn]/misc/trunk/win32_installer/copy-files-to-bin.sh
ViewVC logotype

Diff of /misc/trunk/win32_installer/copy-files-to-bin.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3002 by schoenebeck, Fri Jul 17 17:53:43 2015 UTC revision 3003 by persson, Mon Oct 10 05:19:18 2016 UTC
# Line 22  cp libsndfile-1.dll libsqlite3-0.dll \ Line 22  cp libsndfile-1.dll libsqlite3-0.dll \
22      gigedit.exe \      gigedit.exe \
23      liblscp-6.dll qsampler.exe \      liblscp-6.dll qsampler.exe \
24      $DIST      $DIST
25    cd /home/persson/msys2/mingw32/bin
26    cp libgcc_s_dw2-1.dll libwinpthread-1.dll libstdc++-6.dll $DIST
27  cd $WIN/gtkmm/redist  cd $WIN/gtkmm/redist
28  cp libatk-1.0-0.dll libatkmm-1.6-1.dll libcairo-2.dll \  cp libatk-1.0-0.dll libatkmm-1.6-1.dll libcairo-2.dll \
29      libcairomm-1.0-1.dll libgdkmm-2.4-1.dll \      libcairomm-1.0-1.dll libgdkmm-2.4-1.dll \
# Line 54  cd $DIST Line 56  cd $DIST
56      share/locale/de/LC_MESSAGES/gigedit.mo \      share/locale/de/LC_MESSAGES/gigedit.mo \
57      share/locale/sv/LC_MESSAGES/gigedit.mo) | tar xf -      share/locale/sv/LC_MESSAGES/gigedit.mo) | tar xf -
58  cd $WIN/qt/bin  cd $WIN/qt/bin
59  cp QtCore4.dll QtGui4.dll mingwm10.dll libgcc_s_dw2-1.dll $DIST  cp QtCore4.dll QtGui4.dll mingwm10.dll $DIST
60  cd $WIN/qt/translations  cd $WIN/qt/translations
61  cp qt_ru.qm qt_cs.qm $DIST/share/locale  cp qt_ru.qm qt_cs.qm $DIST/share/locale
62  cd $WIN/share/locale  cd $WIN/share/locale

Legend:
Removed from v.3002  
changed lines
  Added in v.3003

  ViewVC Help
Powered by ViewVC