From 3901bf0ab88106a5b031cba7bc18d60cdebf7eef Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Mon, 5 May 2008 00:00:00 +0000 Subject: 4.58 beta --- CPP/7zip/Compress/ByteSwap/makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 CPP/7zip/Compress/ByteSwap/makefile (limited to 'CPP/7zip/Compress/ByteSwap/makefile') 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) -- cgit v1.2.3