X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Fmake-win32;h=b75ff1723b87be0e8052bedbbacccccc9aac3fbf;hb=7c3df9d20a1d06c21b33c6f03a583aeac0585cf6;hp=4de01cf1b0f71e39dcc164cbbabe1e021c4bfdda;hpb=40e13ab715e992d0b81efa40b62b06541724b7ad;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/make-win32 b/bacula/src/qt-console/make-win32 index 4de01cf1b0..b75ff1723b 100755 --- a/bacula/src/qt-console/make-win32 +++ b/bacula/src/qt-console/make-win32 @@ -11,6 +11,13 @@ make -j3 -f Makefile.mingw32 $1 if test -e ../config.h.orig ; then mv -f ../config.h.orig ../config.h fi -if test -d ../win32/release; then - cp -f debug/bat.exe ../win32/release +if test -d ../win32/release32; then + cp -f debug/bat.exe ../win32/release32 + cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtGui4.dll ../win32/release32 + cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtCore4.dll ../win32/release32 + rm -rf ../win32/release32/help + mkdir ../win32/release32/help + cp -f help/*.html ../win32/release32/help/ + cp -f images/status.png ../win32/release32/help/ + cp -f images/mail-message-new.png ../win32/release32/help/ fi