tommath/etc/makefile.msvc

17 lines
277 B
Plaintext
Raw Normal View History

2003-03-12 21:11:11 -05: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 10:10:20 -05:00
cl tune.obj ../tommath.lib
drprime: drprime.obj
cl drprime.obj ../tommath.lib