-# Copyright (C) 2000-2020 Kern Sibbald
+# Copyright (C) 2000-2021 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# Makefile for Win32/Win64 Bacula File daemon
( cd ../qt-console; ./make-win32 "32" )
test -f release32/bat.exe
test -f release32/bacula-tray-monitor.exe
- ./sign-binaries release32/bat.exe release32/bacula-tray-monitor.exe release32/RegistrationWizard.exe release32/Qt*dll release32/q*.dll
+ ./sign-binaries release32/bat.exe release32/bacula-tray-monitor.exe release32/Qt*dll release32/q*.dll
bat32: release32/bat.exe
( cd ../qt-console; ./make-win32 "64" )
test -f release64/bat.exe
test -f release64/bacula-tray-monitor.exe
- ./sign-binaries release64/bat.exe release64/bacula-tray-monitor.exe release64/RegistrationWizard.exe release64/Qt*dll release64/q*.dll
+ ./sign-binaries release64/bat.exe release64/bacula-tray-monitor.exe release64/Qt*dll release64/q*.dll
bat64: release64/bat.exe
-# Copyright (C) 2000-2020 Kern Sibbald
+# Copyright (C) 2000-2021 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
ECHO_CMD=@
#!/bin/sh
#
-# Copyright (C) 2000-2018 Kern Sibbald
+# Copyright (C) 2000-2021 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# This file may help you build the dependency packages that
#!/bin/sh
#
-# Copyright (C) 2000-2018 Kern Sibbald
+# Copyright (C) 2000-2021 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
#
@echo "Linking $@"
$(call checkdir,$@)
$(ECHO_CMD)$(CXX) $(LDFLAGS) -mdll -mwindows -Wl,--out-implib,$(OBJDIR)/cdp-fd.a $^ $(LIBS_DLL) -o $@
+ $(BUILDDIR)/sign-binaries $@
#$(LIBDIR)/libexchange-fd.a: DLL_DEFINE=USING_DLL
@echo "Linking $@"
$(call checkdir,$@)
$(ECHO_CMD)$(CXX) $(LDFLAGS) -mdll -mwindows -Wl,--out-implib,$(OBJDIR)/exchange-fd.a $^ $(LIBS_DLL) -o $@
+ $(BUILDDIR)/sign-binaries $@
$(BINDIR)/cdp-fd.dll: DLL_DEFINE=BUILDING_DLL
@echo "Linking $@"
$(call checkdir,$@)
$(ECHO_CMD)$(CXX) $(CFLAGS) $(LDFLAGS) -mdll -mwindows -Wl,--out-implib,$(OBJDIR)/bpipe-fd.a $^ $(LIBS_DLL) -o $@
+ $(BUILDDIR)/sign-binaries $@
$(BINDIR)/alldrives-fd.dll: DLL_DEFINE=BUILDING_DLL
@echo "Linking $@"
$(call checkdir,$@)
$(ECHO_CMD)$(CXX) $(CFLAGS) $(LDFLAGS) -mdll -mwindows -Wl,--out-implib,$(OBJDIR)/alldrives-fd.a $^ $(LIBS_DLL) -o $@
+ $(BUILDDIR)/sign-binaries $@
include $(BUILDDIR)/Makefile.rules
makensis -V3 $(DEFINES) winbacula.nsi
../sign-binaries ../release32/bacula-*$(VERSION).exe
-
include $(BUILDDIR)/Makefile.rules