Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
143:5d99163f7e32 | 191:1c15b283127b |
---|---|
1 CFLAGS = /I../src/headers/ /I./ /Ox /DWIN32 /W3 /Fo$@ | |
2 | |
3 OBJECTS=base64_test.obj cipher_hash_test.obj der_tests.obj dh_tests.obj \ | |
4 dsa_test.obj ecc_test.obj mac_test.obj modes_test.obj pkcs_1_test.obj \ | |
5 rsa_test.obj store_test.obj test.obj x86_prof.obj | |
6 | |
7 tomcrypt_prof.lib: $(OBJECTS) | |
8 lib /out:tomcrypt_prof.lib $(OBJECTS) | |
9 | |
10 |