diff --git a/CHANGES b/CHANGES index 609f1e0cacd25fd882cf322952fa7ff3f1e69dc8..b18aec13ccef98a42caa2fc90516d27b42a86e31 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes between 0.9.1c and 0.9.2 + + *) Fixed ms/32all.bat script: `no_asm' -> `no-asm' + [Rainer W. Gerling ] *) New program nseq to manipulate netscape certificate sequences [Steve Henson] diff --git a/ms/32all.bat b/ms/32all.bat index 088c942887a0275d7854bb28be55a1e53ba0f478..d1f014c4e0f67256331437b174380b3fe35fd6e8 100755 --- a/ms/32all.bat +++ b/ms/32all.bat @@ -1,4 +1,4 @@ -set OPTS=no_asm +set OPTS=no-asm perl Configure VC-WIN32 perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak