aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/Bundles/SFXSetup/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Bundles/SFXSetup/makefile')
-rw-r--r--CPP/7zip/Bundles/SFXSetup/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/CPP/7zip/Bundles/SFXSetup/makefile b/CPP/7zip/Bundles/SFXSetup/makefile
index ea0ece2..4f6c5fc 100644
--- a/CPP/7zip/Bundles/SFXSetup/makefile
+++ b/CPP/7zip/Bundles/SFXSetup/makefile
@@ -7,6 +7,8 @@ CFLAGS = $(CFLAGS) \
-DZ7_NO_READ_FROM_CODER \
-DZ7_SFX \
-DZ7_NO_CRYPTO \
+ -DZ7_NO_LONG_PATH \
+ -DZ7_NO_LARGE_PAGES \
CURRENT_OBJS = \
$O\SfxSetup.obj \
@@ -36,6 +38,7 @@ WIN_OBJS = \
$O\ResourceString.obj \
$O\Synchronization.obj \
$O\System.obj \
+ $O\TimeUtils.obj \
$O\Window.obj \
WIN_CTRL_OBJS = \