From: Kern Sibbald Date: Sat, 6 Feb 2010 16:31:06 +0000 (+0100) Subject: Add bat help files to Win64 installer X-Git-Tag: Release-5.2.1~1806 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=adf6f1c549722faac2fb793644a61b9312cdf440;p=bacula%2Fbacula Add bat help files to Win64 installer --- diff --git a/bacula/src/win32/win64_installer/Makefile b/bacula/src/win32/win64_installer/Makefile index 608e714759..c9c2fd0f05 100644 --- a/bacula/src/win32/win64_installer/Makefile +++ b/bacula/src/win32/win64_installer/Makefile @@ -165,6 +165,9 @@ $(INSTALL_EXE): winbacula.nsi $(addprefix release64/,$(BACULA_BINARIES) $(DEPKGS cp -f ../win32_installer/release32/zlib1.dll release64/zlib132.dll cp -f ../release32/bacula.dll release64/bacula32.dll cp -f ../win32_installer/release32/pthreadGCE.dll release64/pthreadGCE32.dll + rm -rf release64/help + mkdir release64/help + cp -f ../win32_installer/release32/help/* release64/help/ NSISDIR=$(NSIS_DIR) \ $(NSIS_DIR)/makensis -V3 $(DEFINES) winbacula.nsi