diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1999-01-30 12:36:05 +0100 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1999-01-30 12:36:05 +0100 |
commit | 0172f988c72fb2f923c062425d969c7950412e4b (patch) | |
tree | 372e5b61b55c0a405b896caae86ebe3fe23646d1 /ms | |
parent | New program 'nseq' added to apps to allow Netscape certificate sequences to (diff) | |
download | openssl-0172f988c72fb2f923c062425d969c7950412e4b.tar.xz openssl-0172f988c72fb2f923c062425d969c7950412e4b.zip |
Fixed ms/32all.bat script: `no_asm' -> `no-asm'
Submitted by: Rainer W. Gerling <gerling@mpg-gv.mpg.de>
Reviewed by: Ralf S. Engelschall
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/32all.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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 |