You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
3.2 KiB
103 lines
3.2 KiB
15 years ago
|
diff -Naupr --exclude='*.orig' p7zip_9.13.orig/CPP/7zip/Bundles/Format7zFree/makefile p7zip_9.13/CPP/7zip/Bundles/Format7zFree/makefile
|
||
|
--- p7zip_9.13.orig/CPP/7zip/Bundles/Format7zFree/makefile 2010-03-16 20:49:21.000000000 +0100
|
||
|
+++ p7zip_9.13/CPP/7zip/Bundles/Format7zFree/makefile 2010-07-08 14:10:34.309397353 +0200
|
||
|
@@ -156,14 +156,6 @@ NSIS_OBJS = \
|
||
16 years ago
|
NsisIn.o \
|
||
|
NsisRegister.o \
|
||
|
|
||
|
-RAR_OBJS = \
|
||
|
- RarHandler.o \
|
||
|
- RarHeader.o \
|
||
|
- RarIn.o \
|
||
|
- RarItem.o \
|
||
|
- RarVolumeInStream.o \
|
||
|
- RarRegister.o \
|
||
|
-
|
||
15 years ago
|
TAR_OBJS = \
|
||
|
TarHandler.o \
|
||
|
TarHandlerOut.o \
|
||
15 years ago
|
@@ -241,13 +233,6 @@ COMPRESS_OBJS = \
|
||
|
ZlibEncoder.o \
|
||
16 years ago
|
ZDecoder.o \
|
||
|
|
||
|
-COMPRESS_OBJS_NON_FREE = \
|
||
|
- Rar1Decoder.o \
|
||
|
- Rar2Decoder.o \
|
||
|
- Rar3Decoder.o \
|
||
|
- Rar3Vm.o \
|
||
|
- RarCodecsRegister.o \
|
||
|
-
|
||
|
CRYPTO_OBJS = \
|
||
|
7zAes.o \
|
||
|
7zAesRegister.o \
|
||
15 years ago
|
@@ -255,8 +240,6 @@ CRYPTO_OBJS = \
|
||
16 years ago
|
MyAes.o \
|
||
|
Pbkdf2HmacSha1.o \
|
||
|
RandGen.o \
|
||
|
- Rar20Crypto.o \
|
||
|
- RarAes.o \
|
||
|
Sha1.o \
|
||
|
WzAes.o \
|
||
|
ZipCrypto.o \
|
||
15 years ago
|
@@ -312,7 +295,6 @@ OBJS = \
|
||
15 years ago
|
$(HFS_OBJS) \
|
||
|
$(ISO_OBJS) \
|
||
16 years ago
|
$(NSIS_OBJS) \
|
||
|
- $(RAR_OBJS) \
|
||
|
$(TAR_OBJS) \
|
||
|
$(UDF_OBJS) \
|
||
15 years ago
|
$(WIM_OBJS) \
|
||
15 years ago
|
diff -Naupr --exclude='*.orig' p7zip_9.13.orig/CPP/7zip/Bundles/Format7zFree/makefile.list p7zip_9.13/CPP/7zip/Bundles/Format7zFree/makefile.list
|
||
|
--- p7zip_9.13.orig/CPP/7zip/Bundles/Format7zFree/makefile.list 2010-03-16 20:50:11.000000000 +0100
|
||
|
+++ p7zip_9.13/CPP/7zip/Bundles/Format7zFree/makefile.list 2010-07-08 14:10:34.325397501 +0200
|
||
|
@@ -131,13 +131,6 @@ SRCS=\
|
||
16 years ago
|
../../Archive/Nsis/NsisIn.cpp \
|
||
|
../../Archive/Nsis/NsisRegister.cpp \
|
||
|
\
|
||
|
- ../../Archive/Rar/RarHandler.cpp \
|
||
|
- ../../Archive/Rar/RarHeader.cpp \
|
||
|
- ../../Archive/Rar/RarIn.cpp \
|
||
|
- ../../Archive/Rar/RarItem.cpp \
|
||
|
- ../../Archive/Rar/RarVolumeInStream.cpp \
|
||
|
- ../../Archive/Rar/RarRegister.cpp \
|
||
|
- \
|
||
15 years ago
|
../../Archive/Tar/TarHandler.cpp \
|
||
|
../../Archive/Tar/TarHandlerOut.cpp \
|
||
|
../../Archive/Tar/TarHeader.cpp \
|
||
15 years ago
|
@@ -218,8 +211,6 @@ SRCS=\
|
||
16 years ago
|
../../Crypto/RandGen.cpp \
|
||
|
../../Crypto/Sha1.cpp \
|
||
|
../../Crypto/WzAes.cpp \
|
||
|
- ../../Crypto/Rar20Crypto.cpp \
|
||
|
- ../../Crypto/RarAes.cpp \
|
||
|
../../Crypto/ZipCrypto.cpp \
|
||
|
../../Crypto/ZipStrong.cpp
|
||
|
|
||
15 years ago
|
diff -Naupr --exclude='*.orig' p7zip_9.13.orig/makefile p7zip_9.13/makefile
|
||
|
--- p7zip_9.13.orig/makefile 2010-04-04 21:12:39.000000000 +0200
|
||
|
+++ p7zip_9.13/makefile 2010-07-08 14:10:34.326397745 +0200
|
||
|
@@ -52,7 +52,6 @@ depend:
|
||
16 years ago
|
cd CPP/7zip/UI/Client7z ; $(MAKE) depend
|
||
|
cd CPP/7zip/UI/Console ; $(MAKE) depend
|
||
|
cd CPP/7zip/Bundles/Format7zFree ; $(MAKE) depend
|
||
|
- cd CPP/7zip/Compress/Rar ; $(MAKE) depend
|
||
|
cd CPP/7zip/UI/GUI ; $(MAKE) depend
|
||
15 years ago
|
cd CPP/7zip/UI/FileManager ; $(MAKE) depend
|
||
16 years ago
|
|
||
15 years ago
|
@@ -63,7 +62,6 @@ sfx: common
|
||
16 years ago
|
common7z:common
|
||
|
$(MKDIR) bin/Codecs
|
||
|
cd CPP/7zip/Bundles/Format7zFree ; $(MAKE) all
|
||
|
- cd CPP/7zip/Compress/Rar ; $(MAKE) all
|
||
|
|
||
|
7z: common7z
|
||
|
cd CPP/7zip/UI/Console ; $(MAKE) all
|
||
15 years ago
|
@@ -88,7 +86,6 @@ clean:
|
||
16 years ago
|
cd CPP/7zip/UI/FileManager ; $(MAKE) clean
|
||
|
cd CPP/7zip/UI/GUI ; $(MAKE) clean
|
||
|
cd CPP/7zip/Bundles/Format7zFree ; $(MAKE) clean
|
||
|
- cd CPP/7zip/Compress/Rar ; $(MAKE) clean
|
||
|
cd CPP/7zip/Compress/LZMA_Alone ; $(MAKE) clean
|
||
|
cd CPP/7zip/Bundles/AloneGCOV ; $(MAKE) clean
|
||
15 years ago
|
cd CPP/7zip/TEST/TestUI ; $(MAKE) clean
|