Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Compress/ByteSwap/makefile')
-rwxr-xr-xCPP/7zip/Compress/ByteSwap/makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/CPP/7zip/Compress/ByteSwap/makefile b/CPP/7zip/Compress/ByteSwap/makefile
deleted file mode 100755
index 80e8af78..00000000
--- a/CPP/7zip/Compress/ByteSwap/makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PROG = Swap.dll
-DEF_FILE = ../Codec.def
-CFLAGS = $(CFLAGS) -I ../../../
-LIBS = $(LIBS) oleaut32.lib
-
-COMPRESS_OBJS = \
- $O\CodecExports.obj \
- $O\DllExports.obj \
-
-SWAP_OPT_OBJS = \
- $O\ByteSwap.obj \
- $O\ByteSwapRegister.obj \
-
-OBJS = \
- $O\StdAfx.obj \
- $(COMPRESS_OBJS) \
- $(SWAP_OPT_OBJS) \
- $O\resource.res
-
-!include "../../../Build.mak"
-
-$(COMPRESS_OBJS): ../$(*B).cpp
- $(COMPL)
-$(SWAP_OPT_OBJS): $(*B).cpp
- $(COMPL_O2)