Asm build portability.

Don't use Win32 specific options in mk1mf.pl to build assembly language
files.
This commit is contained in:
Dr. Stephen Henson
2013-04-08 14:53:54 +01:00
parent 29d422e2a0
commit 045b2809f8
2 changed files with 5 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ else
{ $cflags="-O"; }
}
$obj='.o';
$asm_suffix='.s';
$ofile='-o ';
# EXE linking stuff