Index: third_party/lzma/v4_65/files/C/LzmaLib/makefile |
diff --git a/third_party/lzma/v4_65/files/C/LzmaLib/makefile b/third_party/lzma/v4_65/files/C/LzmaLib/makefile |
deleted file mode 100644 |
index 1e6b40ccb3481fa2bdeba4c83116ec38c8129f59..0000000000000000000000000000000000000000 |
--- a/third_party/lzma/v4_65/files/C/LzmaLib/makefile |
+++ /dev/null |
@@ -1,37 +0,0 @@ |
-MY_STATIC_LINK=1 |
-SLIB = sLZMA.lib |
-PROG = LZMA.dll |
-SLIBPATH = $O\$(SLIB) |
- |
-DEF_FILE = LzmaLib.def |
-CFLAGS = $(CFLAGS) \ |
- -DCOMPRESS_MF_MT \ |
- |
-LIBS = $(LIBS) oleaut32.lib |
- |
-LIB_OBJS = \ |
- $O\LzmaLibExports.obj \ |
- |
-C_OBJS = \ |
- $O\Alloc.obj \ |
- $O\LzFind.obj \ |
- $O\LzFindMt.obj \ |
- $O\LzmaDec.obj \ |
- $O\LzmaEnc.obj \ |
- $O\LzmaLib.obj \ |
- $O\Threads.obj \ |
- |
-OBJS = \ |
- $(LIB_OBJS) \ |
- $(C_OBJS) \ |
- $O\resource.res |
- |
-!include "../../CPP/Build.mak" |
- |
-$(SLIBPATH): $O $(OBJS) |
- lib -out:$(SLIBPATH) $(OBJS) $(LIBS) |
- |
-$(LIB_OBJS): $(*B).c |
- $(COMPL_O2) |
-$(C_OBJS): ../$(*B).c |
- $(COMPL_O2) |