Fixed ms/32all.bat script: no_asm' ->
no-asm'
Submitted by: Rainer W. Gerling <gerling@mpg-gv.mpg.de> Reviewed by: Ralf S. Engelschall
This commit is contained in:
parent
79dfa97555
commit
0172f988c7
3
CHANGES
3
CHANGES
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Changes between 0.9.1c and 0.9.2
|
Changes between 0.9.1c and 0.9.2
|
||||||
|
|
||||||
|
*) Fixed ms/32all.bat script: `no_asm' -> `no-asm'
|
||||||
|
[Rainer W. Gerling <gerling@mpg-gv.mpg.de>]
|
||||||
|
|
||||||
*) New program nseq to manipulate netscape certificate sequences
|
*) New program nseq to manipulate netscape certificate sequences
|
||||||
[Steve Henson]
|
[Steve Henson]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
set OPTS=no_asm
|
set OPTS=no-asm
|
||||||
|
|
||||||
perl Configure VC-WIN32
|
perl Configure VC-WIN32
|
||||||
perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
|
perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
|
||||||
|
Loading…
Reference in New Issue
Block a user