From: Eric Bollengier Date: Wed, 16 Mar 2022 07:59:10 +0000 (+0100) Subject: Add target to build mingw dependencies easily in a container X-Git-Tag: Beta-15.0.0~623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4577f0148c46640988b82ca2a19eea03f7f9390a;p=thirdparty%2Fbacula.git Add target to build mingw dependencies easily in a container --- diff --git a/bacula/src/win32/Makefile b/bacula/src/win32/Makefile index d302aca21..65aa42a5d 100644 --- a/bacula/src/win32/Makefile +++ b/bacula/src/win32/Makefile @@ -187,3 +187,7 @@ Makefile.inc: -e "s^@WIN32INCDIR@^$${INCDIR}^" \ -e "s^@WIN32DLLDIR@^$${DLLDIR}^" < Makefile.inc.in > $@ @grep EXTRA ../../autoconf/Make.common >> $@ + +# Used to build windows dependency in a docker container for example +depkgs-win.tar.gz: External-mingw-w64 External-mingw32 build-depkgs-mingw32 build-depkgs-mingw-w64 + git archive --format tar.gz --prefix git/bacula/src/win32/ HEAD patches build-depkgs-mingw* External-mingw* > depkgs-win.tar.gz