From: Ralf S. Engelschall Date: Sat, 30 Jan 1999 11:36:05 +0000 (+0000) Subject: Fixed ms/32all.bat script: `no_asm' -> `no-asm' X-Git-Tag: OpenSSL_0_9_2b~216 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=0172f988c72fb2f923c062425d969c7950412e4b;ds=sidebyside Fixed ms/32all.bat script: `no_asm' -> `no-asm' Submitted by: Rainer W. Gerling Reviewed by: Ralf S. Engelschall --- diff --git a/CHANGES b/CHANGES index 609f1e0cac..b18aec13cc 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 088c942887..d1f014c4e0 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