From adf6f1c549722faac2fb793644a61b9312cdf440 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 6 Feb 2010 17:31:06 +0100 Subject: [PATCH] Add bat help files to Win64 installer --- bacula/src/win32/win64_installer/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5