]> git.pld-linux.org Git - packages/xz.git/blame - lzma-makefile.patch
- License is basically LGPL v2.1+;
[packages/xz.git] / lzma-makefile.patch
CommitLineData
b36b891f 1diff -ruN p7zip_4.53./CPP/7zip/Compress/LZMA_Alone/makefile p7zip_4.53/CPP/7zip/Compress/LZMA_Alone/makefile
2--- p7zip_4.53./CPP/7zip/Compress/LZMA_Alone/makefile 2007-08-15 12:56:22.000000000 +0200
3+++ p7zip_4.53/CPP/7zip/Compress/LZMA_Alone/makefile 2007-09-08 15:54:45.932943651 +0200
4@@ -4,7 +4,7 @@
5 LIB = $(LOCAL_LIBS)
6 RM = rm -f
7 CFLAGS = -c -I. -I../../../ -I../../../myWindows -I../../../include_windows \
8- -UENV_UNIX -DCOMPRESS_MF_MT -DBENCH_MT
9+ -DCOMPRESS_MF_MT -DBENCH_MT $(ALLFLAGS)
10
11 OBJS = \
12 LzmaAlone.o \
13@@ -31,10 +31,12 @@
14 MatchFinder.o \
15 LzmaDecode.o \
16 LzmaRamDecode.o \
17- C_FileIO.o \
18 System.o \
19 Threads.o \
20- MatchFinderMt.o
21+ MatchFinderMt.o \
22+ FileIO.o \
23+ FileFind.o \
24+ wine_date_and_time.o
25
26 all: $(PROG)
27
28@@ -77,9 +79,6 @@
29 StreamUtils.o: ../../Common/StreamUtils.cpp
30 $(CXX) $(CFLAGS) ../../Common/StreamUtils.cpp
31
32-C_FileIO.o: ../../../Common/C_FileIO.cpp
33- $(CXX) $(CFLAGS) ../../../Common/C_FileIO.cpp
34-
35 CommandLineParser.o: ../../../Common/CommandLineParser.cpp
36 $(CXX) $(CFLAGS) ../../../Common/CommandLineParser.cpp
37
38@@ -128,6 +127,15 @@
39 MatchFinderMt.o : ../../../../C/Compress/Lz/MatchFinderMt.c
40 $(CC) $(CFLAGS) ../../../../C/Compress/Lz/MatchFinderMt.c
41
42+FileIO.o: ../../../Windows/FileIO.cpp
43+ $(CXX) $(CFLAGS) ../../../Windows/FileIO.cpp
44+
45+FileFind.o: ../../../Windows/FileFind.cpp
46+ $(CXX) $(CFLAGS) ../../../Windows/FileFind.cpp
47+
48+wine_date_and_time.o: ../../../myWindows/wine_date_and_time.cpp
49+ $(CXX) $(CFLAGS) ../../../myWindows/wine_date_and_time.cpp
50+
51 clean:
52 -$(RM) $(PROG) $(OBJS) testfile*
53
This page took 0.031686 seconds and 4 git commands to generate.