Browse Source

* use stdout only

git-svn-id: trunk@11956 -
peter 17 years ago
parent
commit
d1aeec64bf
2 changed files with 202 additions and 211 deletions
  1. 201 207
      utils/fppkg/fpmkunitsrc.inc
  2. 1 4
      utils/fppkg/pkgglobals.pp

File diff suppressed because it is too large
+ 201 - 207
utils/fppkg/fpmkunitsrc.inc


+ 1 - 4
utils/fppkg/pkgglobals.pp

@@ -158,10 +158,7 @@ begin
     vlDebug :
       Prefix:='D: '; }
   end;
-  if Level in [vlError,vlWarning] then
-    Writeln(stdErr,Prefix,Msg)
-  else
-    Writeln(stdOut,Prefix,Msg);
+  Writeln(stdOut,Prefix,Msg);
 end;
 
 

Some files were not shown because too many files changed in this diff