Edit

kc3-lang/libtommath/etc/makefile.msvc

Branch :

  • Show log

    Commit

  • Author : Tom St Denis
    Date : 2003-03-22 15:10:20
    Hash : b1756f2f
    Message : added libtommath-0.15

  • etc/makefile.msvc
  • #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
    	
    drprime: drprime.obj
    	cl drprime.obj ../tommath.lib