summaryrefslogtreecommitdiff
path: root/Crypto/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'Crypto/Sources')
-rw-r--r--Crypto/Sources23
1 files changed, 23 insertions, 0 deletions
diff --git a/Crypto/Sources b/Crypto/Sources
new file mode 100644
index 0000000..f38c268
--- /dev/null
+++ b/Crypto/Sources
@@ -0,0 +1,23 @@
+TARGETNAME=Crypto
+TARGETTYPE=DRIVER_LIBRARY
+
+INCLUDES = ..
+
+NTTARGETFILES = \
+ "$(OBJ_PATH)\$(O)\Aes_$(TC_ARCH).obj" \
+ "$(OBJ_PATH)\$(O)\Aes_hw_cpu.obj"
+
+SOURCES = \
+ Aes_$(TC_ARCH).asm \
+ Aes_hw_cpu.asm \
+ Aeskey.c \
+ Aestab.c \
+ Blowfish.c \
+ Cast.c \
+ Des.c \
+ Rmd160.c \
+ Serpent.c \
+ Sha1.c \
+ Sha2.c \
+ Twofish.c \
+ Whirlpool.c