From d1a2148fcd20100e62b023b615134f1dd2125c6f Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Sun, 30 Apr 2017 14:22:25 +0200 Subject: [PATCH] fix name of 7z.dll for USB-Backup (7zu.dll) --- CPP/7zip/Bundles/Format7zUSB/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPP/7zip/Bundles/Format7zUSB/makefile b/CPP/7zip/Bundles/Format7zUSB/makefile index fa04371f..5fa9ff1e 100644 --- a/CPP/7zip/Bundles/Format7zUSB/makefile +++ b/CPP/7zip/Bundles/Format7zUSB/makefile @@ -1,4 +1,4 @@ -PROG = 7za.dll +PROG = 7zu.dll DEF_FILE = ../../Archive/Archive2.def CFLAGS = $(CFLAGS) -DNEED_7ZIP_GUID