Pārlūkot izejas kodu

+ accept nasmwin32 output

pierre 25 gadi atpakaļ
vecāks
revīzija
d9fc5de9ac
1 mainītis faili ar 6 papildinājumiem un 2 dzēšanām
  1. 6 2
      compiler/assemble.pas

+ 6 - 2
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.
 
-}
+}