tommath/etc/makefile.msvc

14 lines
224 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
cl tune.obj ../tommath.lib