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

Side by Side Diff: third_party/lzma/v4_65/files/C/LzmaUtil/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 PROG = LZMAc.exe
3
4 CFLAGS = $(CFLAGS) \
5 -DCOMPRESS_MF_MT \
6
7 LIB_OBJS = \
8 $O\LzmaUtil.obj \
9
10 C_OBJS = \
11 $O\Alloc.obj \
12 $O\LzFind.obj \
13 $O\LzFindMt.obj \
14 $O\LzmaDec.obj \
15 $O\LzmaEnc.obj \
16 $O\7zFile.obj \
17 $O\7zStream.obj \
18 $O\Threads.obj \
19
20 OBJS = \
21 $(LIB_OBJS) \
22 $(C_OBJS) \
23
24 !include "../../CPP/Build.mak"
25
26 $(LIB_OBJS): $(*B).c
27 $(COMPL_O2)
28 $(C_OBJS): ../$(*B).c
29 $(COMPL_O2)
OLDNEW
« no previous file with comments | « third_party/lzma/v4_65/files/C/LzmaUtil/LzmaUtil.dsw ('k') | third_party/lzma/v4_65/files/C/LzmaUtil/makefile.gcc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698