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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/lzma/v4_65/files/C/Archive/7z/makefile
diff --git a/third_party/lzma/v4_65/files/C/Archive/7z/makefile b/third_party/lzma/v4_65/files/C/Archive/7z/makefile
deleted file mode 100644
index c7bb05bd4939a6512eb7239a5aeccc0d25313330..0000000000000000000000000000000000000000
--- a/third_party/lzma/v4_65/files/C/Archive/7z/makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-MY_STATIC_LINK=1
-
-PROG = 7zDec.exe
-
-C_OBJS = \
- $O\7zBuf.obj \
- $O\7zBuf2.obj \
- $O\7zCrc.obj \
- $O\LzmaDec.obj \
- $O\Bra86.obj \
- $O\Bcj2.obj \
- $O\7zFile.obj \
- $O\7zStream.obj \
-
-7Z_OBJS = \
- $O\7zAlloc.obj \
- $O\7zDecode.obj \
- $O\7zExtract.obj \
- $O\7zHeader.obj \
- $O\7zIn.obj \
- $O\7zItem.obj \
- $O\7zMain.obj \
-
-OBJS = \
- $(7Z_OBJS) \
- $(C_OBJS) \
-
-!include "../../../CPP/Build.mak"
-
-$(7Z_OBJS): $(*B).c
- $(COMPL_O1)
-$(C_OBJS): ../../$(*B).c
- $(COMPL_O2)
« 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