repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
crypto
/
external
/
bsd
/
heimdal
/
dist
/
lib
/
hcrypto
/
libtommath
/
etc
/
makefile.msvc
blob
2833372e006674c8e95cccb83280bbed753eeb92
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