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/Compress/Rar29/makefile')
-rwxr-xr-x7zip/Compress/Rar29/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/Compress/Rar29/makefile b/7zip/Compress/Rar29/makefile
index 19082cb9..12fc22b1 100755
--- a/7zip/Compress/Rar29/makefile
+++ b/7zip/Compress/Rar29/makefile
@@ -1,6 +1,6 @@
PROG = Rar29.dll
DEF_FILE = ../Codec.def
-CFLAGS = $(CFLAGS) -I ../../../
+CFLAGS = $(CFLAGS) -I ../../../ -DSILENT -DNOCRYPT -DNOVOLUME
LIBS = $(LIBS) oleaut32.lib
RAR29_OBJS = \
@@ -46,7 +46,7 @@ OBJS = \
!include "../../../Build.mak"
-COMPL_SPEC = $(CPP) $(CFLAGS_O2) -DSILENT -DNOCRYPT -DNOVOLUME $**
+COMPL_SPEC = $(CPP) $(CFLAGS_O2) $**
$(RAR29_OBJS): $(*B).cpp
$(COMPL)