Mercurial > dropbear
comparison etc/makefile.msvc @ 2:86e0b50a9b58 libtommath-orig ltm-0.30-orig
ltm 0.30 orig import
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 31 May 2004 18:25:22 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 2:86e0b50a9b58 |
---|---|
1 #MSVC Makefile | |
2 # | |
3 #Tom St Denis | |
4 | |
5 CFLAGS = /I../ /Ox /DWIN32 /W3 | |
6 | |
7 pprime: pprime.obj | |
8 cl pprime.obj ../tommath.lib | |
9 | |
10 mersenne: mersenne.obj | |
11 cl mersenne.obj ../tommath.lib | |
12 | |
13 tune: tune.obj | |
14 cl tune.obj ../tommath.lib | |
15 | |
16 mont: mont.obj | |
17 cl mont.obj ../tommath.lib | |
18 | |
19 drprime: drprime.obj | |
20 cl drprime.obj ../tommath.lib | |
21 | |
22 2kprime: 2kprime.obj | |
23 cl 2kprime.obj ../tommath.lib |