Mercurial > dropbear
view testprof/makefile.msvc @ 191:1c15b283127b libtomcrypt-orig
Import of libtomcrypt 1.02 with manual path rename rearrangement etc
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 06 May 2005 13:23:02 +0000 |
parents | |
children | d5faf4814ddb |
line wrap: on
line source
CFLAGS = /I../src/headers/ /I./ /Ox /DWIN32 /W3 /Fo$@ OBJECTS=base64_test.obj cipher_hash_test.obj der_tests.obj dh_tests.obj \ dsa_test.obj ecc_test.obj mac_test.obj modes_test.obj pkcs_1_test.obj \ rsa_test.obj store_test.obj test.obj x86_prof.obj tomcrypt_prof.lib: $(OBJECTS) lib /out:tomcrypt_prof.lib $(OBJECTS)