Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: third_party/lzma/v4_65/files/C/Archive/7z/makefile

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 MY_STATIC_LINK=1
2
3 PROG = 7zDec.exe
4
5 C_OBJS = \
6 $O\7zBuf.obj \
7 $O\7zBuf2.obj \
8 $O\7zCrc.obj \
9 $O\LzmaDec.obj \
10 $O\Bra86.obj \
11 $O\Bcj2.obj \
12 $O\7zFile.obj \
13 $O\7zStream.obj \
14
15 7Z_OBJS = \
16 $O\7zAlloc.obj \
17 $O\7zDecode.obj \
18 $O\7zExtract.obj \
19 $O\7zHeader.obj \
20 $O\7zIn.obj \
21 $O\7zItem.obj \
22 $O\7zMain.obj \
23
24 OBJS = \
25 $(7Z_OBJS) \
26 $(C_OBJS) \
27
28 !include "../../../CPP/Build.mak"
29
30 $(7Z_OBJS): $(*B).c
31 $(COMPL_O1)
32 $(C_OBJS): ../../$(*B).c
33 $(COMPL_O2)
OLDNEW
« no previous file with comments | « third_party/lzma/v4_65/files/C/Archive/7z/7zMain.c ('k') | third_party/lzma/v4_65/files/C/Archive/7z/makefile.gcc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698