From d9fc5de9ac141b930f2fbe0789d71d250238bf8a Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 4 Apr 2000 15:05:03 +0000 Subject: [PATCH] + accept nasmwin32 output --- compiler/assemble.pas | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compiler/assemble.pas b/compiler/assemble.pas index 27ff806ac4..cddfdbcb32 100644 --- a/compiler/assemble.pas +++ b/compiler/assemble.pas @@ -508,6 +508,7 @@ begin {$endif NoAg386Att} {$ifndef NoAg386Nsm} as_i386_nasmcoff, + as_i386_nasmwin32, as_i386_nasmelf, as_i386_nasmobj : a:=new(pi386nasmasmlist,Init(smart)); @@ -564,7 +565,10 @@ end; end. { $Log$ - Revision 1.62 2000-02-24 18:41:38 peter + Revision 1.63 2000-04-04 15:05:03 pierre + + accept nasmwin32 output + + Revision 1.62 2000/02/24 18:41:38 peter * removed warnings/notes Revision 1.61 2000/02/09 13:22:45 peter @@ -599,4 +603,4 @@ end. * NOAG386BIN default for TP * AG386* files were not compatible with TP, fixed. -} +} \ No newline at end of file