rename tools/lzma to tools/lzma-old (preparation for adding a new lzma version)

SVN-Revision: 15595
This commit is contained in:
Felix Fietkau
2009-05-04 17:04:03 +00:00
parent d7c2fc499d
commit b20fa8f579
5 changed files with 6 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
--- a/C/7zip/Compress/LZMA_Lib/makefile
+++ b/C/7zip/Compress/LZMA_Lib/makefile
@@ -29,6 +29,7 @@ all: $(PROG)
$(PROG): $(OBJS)
$(AR) r $(PROG) $(OBJS)
+ ranlib $(PROG)
ZLib.o: ZLib.cpp
$(CXX) $(CFLAGS) ZLib.cpp