1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-17 04:49:48 +00:00
simplesshd/dropbear/libtommath/etc/makefile.msvc

24 lines
366 B
Plaintext
Raw Normal View History

2014-12-10 21:56:49 +00:00
#MSVC Makefile
#
#Tom St Denis
CFLAGS = /I../ /Ox /DWIN32 /W3
pprime: pprime.obj
cl pprime.obj ../tommath.lib
mersenne: mersenne.obj
cl mersenne.obj ../tommath.lib
tune: tune.obj
cl tune.obj ../tommath.lib
mont: mont.obj
cl mont.obj ../tommath.lib
drprime: drprime.obj
cl drprime.obj ../tommath.lib
2kprime: 2kprime.obj
cl 2kprime.obj ../tommath.lib