git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7882
91ce42f0-d328-0410-95d8-
f526ca767f89
-DSRC_DIR=release \
-DBUILD_TOOLS=MinGW \
-INSTALL_EXE := ../release/winbacula-$(VERSION).exe
+INSTALL_EXE := $(BUILDDIR)/release/winbacula-$(VERSION).exe
BACULA_BINARIES := \
bacula.dll \
cats_mysql.dll \
cats_postgresql.dll \
cats_sqlite3.dll \
+ exchange-fd.dll \
bacula-dir.exe \
bacula-fd.exe \
bacula-sd.exe \
NSISDIR=$(NSIS_DIR) \
$(NSIS_DIR)/makensis -V3 $(DEFINES) winbacula.nsi
-include ../Makefile.rules
+include $(BUILDDIR)/Makefile.rules
SetOutPath "$INSTDIR\bin"\r
\r
File "${SRC_DIR}\bacula-fd.exe"\r
-; File "${SRC_DIR}\exchange-fd.dll"\r
+ File "${SRC_DIR}\exchange-fd.dll"\r
\r
${If} $InstallType = ${MigrateInstall}\r
${AndIf} ${FileExists} "$OldInstallDir\bin\bacula-fd.conf"\r