4.45 beta

This commit is contained in:
Igor Pavlov
2007-04-17 00:00:00 +00:00
committed by Kornel Lesiński
parent d9666cf046
commit a145bfc7cf
458 changed files with 13144 additions and 18608 deletions

View File

@@ -3,21 +3,23 @@ DEF_FILE = ../Codec.def
CFLAGS = $(CFLAGS) -I ../../../
LIBS = $(LIBS) oleaut32.lib
SWAP_OBJS = \
COMPRESS_OBJS = \
$O\CodecExports.obj \
$O\DllExports.obj \
SWAP_OPT_OBJS = \
$O\ByteSwap.obj \
$O\ByteSwapRegister.obj \
OBJS = \
$O\StdAfx.obj \
$(SWAP_OBJS) \
$(COMPRESS_OBJS) \
$(SWAP_OPT_OBJS) \
$O\resource.res
!include "../../../Build.mak"
$(SWAP_OBJS): $(*B).cpp
$(COMPRESS_OBJS): ../$(*B).cpp
$(COMPL)
$(SWAP_OPT_OBJS): $(*B).cpp
$(COMPL_O2)