Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Bundles/Alone/makefile')
-rwxr-xr-x7zip/Bundles/Alone/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/7zip/Bundles/Alone/makefile b/7zip/Bundles/Alone/makefile
index f2e890bc..0a4137d5 100755
--- a/7zip/Bundles/Alone/makefile
+++ b/7zip/Bundles/Alone/makefile
@@ -1,5 +1,5 @@
PROG = 7za.exe
-LIBS = $(LIBS) user32.lib oleaut32.lib
+LIBS = $(LIBS) user32.lib oleaut32.lib Advapi32.lib
CFLAGS = $(CFLAGS) -I ../../../ \
-DEXCLUDE_COM \
@@ -61,6 +61,7 @@ WIN_OBJS = \
$O\FileFind.obj \
$O\FileIO.obj \
$O\FileName.obj \
+ $O\MemoryLock.obj \
$O\PropVariant.obj \
$O\PropVariantConversions.obj \
$O\Synchronization.obj