Mercurial > dropbear
view libtommath/etc/makefile.msvc @ 423:b2b67cfcd66e channel-fix
- Fix bug in child-exit handling where the wrong pid was being matched.
- Also wait for errfd to close before closing the channel
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 12 Feb 2007 10:39:22 +0000 |
parents | eed26cff980b |
children |
line wrap: on
line source
#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