mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 00:11:40 -06:00
4.25 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
47f4915611
commit
af1fe52701
31
7zip/Crypto/AES/makefile
Executable file
31
7zip/Crypto/AES/makefile
Executable file
@@ -0,0 +1,31 @@
|
||||
PROG = AES.dll
|
||||
DEF_FILE = ../Codec.def
|
||||
CFLAGS = $(CFLAGS) -I ../../../
|
||||
LIBS = $(LIBS) oleaut32.lib
|
||||
|
||||
AES_OBJS = \
|
||||
$O\DllExports.obj \
|
||||
|
||||
AES_OPT_OBJS = \
|
||||
$O\MyAES.obj \
|
||||
|
||||
AES_ORIG_OBJS = \
|
||||
$O\aescrypt.obj \
|
||||
$O\aeskey.obj \
|
||||
$O\aestab.obj \
|
||||
|
||||
OBJS = \
|
||||
$O\StdAfx.obj \
|
||||
$(AES_OBJS) \
|
||||
$(AES_OPT_OBJS) \
|
||||
$(AES_ORIG_OBJS) \
|
||||
$O\resource.res
|
||||
|
||||
!include "../../../Build.mak"
|
||||
|
||||
$(AES_OBJS): $(*B).cpp
|
||||
$(COMPL)
|
||||
$(AES_OPT_OBJS): $(*B).cpp
|
||||
$(COMPL_O2)
|
||||
$(AES_ORIG_OBJS): $(*B).c
|
||||
$(COMPL_O2)
|
||||
Reference in New Issue
Block a user