Browse Source

* fix for cygwin make problem with -iTP

pierre 26 years ago
parent
commit
6db8e1edba
1 changed files with 8 additions and 2 deletions
  1. 8 2
      compiler/options.pas

+ 8 - 2
compiler/options.pas

@@ -297,7 +297,10 @@ end;
 
 
 procedure Toption.QuickInfo(const s:string);
 procedure Toption.QuickInfo(const s:string);
 begin
 begin
-  Writeln(s);
+  if source_os.newline=#13#10 then
+    Write(s+#10)
+  else
+    Writeln(s);
   Stop;
   Stop;
 end;
 end;
 
 
@@ -1234,7 +1237,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.27  1999-10-26 13:13:47  peter
+  Revision 1.28  1999-10-28 11:13:36  pierre
+   * fix for cygwin make problem with -iTP
+
+  Revision 1.27  1999/10/26 13:13:47  peter
     * define INCLUDEOK, which seems to work correct
     * define INCLUDEOK, which seems to work correct
 
 
   Revision 1.26  1999/10/14 14:57:52  florian
   Revision 1.26  1999/10/14 14:57:52  florian