Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] Use gcab to create .cab archive
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
mcb30 committed Apr 18, 2017
1 parent 901fe95 commit 1567b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Expand Up @@ -19,7 +19,7 @@ AR := ar
RANLIB := ranlib
CP := cp
RM := rm
LCAB := lcab
GCAB := gcab
PESIGN := pesign
DIFF := diff
BINUTILS_DIR := /usr
Expand Down Expand Up @@ -99,7 +99,7 @@ wimboot.% : wimboot.%.efi wimboot.%.efi.hash wimboot.%.unsigned.hash Makefile
$(CP) $< $@

wimboot.cab : wimboot.i386.efi wimboot.x86_64.efi Makefile
$(LCAB) -n -q wimboot.i386.efi wimboot.x86_64.efi $@
$(GCAB) -n -c $@ wimboot.i386.efi wimboot.x86_64.efi

###############################################################################
#
Expand Down

0 comments on commit 1567b90

Please sign in to comment.