Mercurial > dropbear
comparison libtomcrypt/testprof/makefile.msvc @ 399:a707e6148060
merge of '5fdf69ca60d1683cdd9f4c2595134bed26394834'
and '6b61c50f4cf888bea302ac8fcf5dbb573b443251'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 03 Feb 2007 08:20:34 +0000 |
parents | 0cbe8f6dbf9e |
children |
comparison
equal
deleted
inserted
replaced
394:17d097fc111c | 399:a707e6148060 |
---|---|
1 CFLAGS = /I../src/headers/ /I./ /Ox /DWIN32 /DLTC_SOURCE /W3 /Fo$@ | |
2 | |
3 OBJECTS=base64_test.obj cipher_hash_test.obj der_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_driver.obj x86_prof.obj katja_test.obj | |
6 | |
7 tomcrypt_prof.lib: $(OBJECTS) | |
8 lib /out:tomcrypt_prof.lib $(OBJECTS) | |
9 | |
10 |