libtommath/etc/makefile.msvc

17 lines
277 B
Plaintext
Raw Normal View History

2003-03-13 02:11:11 +00:00
#MSVC Makefile
#
#Tom St Denis
CFLAGS = /I../ /Ogityb2 /Gs /DWIN32 /W3
pprime: pprime.obj
cl pprime.obj ../tommath.lib
mersenne: mersenne.obj
cl mersenne.obj ../tommath.lib
tune: tune.obj
2003-03-22 15:10:20 +00:00
cl tune.obj ../tommath.lib
drprime: drprime.obj
cl drprime.obj ../tommath.lib