Stupid typo
[oweals/openssl.git] / crypto / perlasm / x86asm.pl
index 32eacd2bc2fcea627d65822dc5f882de775f5717..5979122158fd0d14e25ecb29f8c86f063e1a401b 100644 (file)
@@ -18,7 +18,7 @@ sub main'asm_init
        ($type,$fn,$i386)=@_;
        $filename=$fn;
 
-       $elf=$cpp=$coff=$aout=$win32=$netware=0;
+       $elf=$cpp=$coff=$aout=$win32=$netware=$mwerks=0;
        if (    ($type eq "elf"))
                { $elf=1; require "x86unix.pl"; }
        elsif ( ($type eq "a.out"))
@@ -32,9 +32,9 @@ sub main'asm_init
        elsif ( ($type eq "win32n"))
                { $win32=1; require "x86nasm.pl"; }
        elsif ( ($type eq "nw-nasm"))
-               { $netware=1; require "x86nasm_nw.pl"; }
+               { $netware=1; require "x86nasm.pl"; }
        elsif ( ($type eq "nw-mwasm"))
-               { $netware=1; require "x86mwasm_nw.pl"; }
+               { $netware=1; $mwerks=1; require "x86nasm.pl"; }
        else
                {
                print STDERR <<"EOF";
@@ -93,7 +93,7 @@ $tmp
 #ifdef OUT
 #define OK     1
 #define ALIGN  4
-#if defined(__CYGWIN__) || defined(__DJGPP__)
+#if defined(__CYGWIN__) || defined(__DJGPP__) || (__MINGW32__)
 #undef SIZE
 #undef TYPE
 #define SIZE(a,b)