Ignore:
Timestamp:
Feb 14, 2012, 7:33:51 AM (12 years ago)
Author:
chronos
Message:
  • Added: Form containing list of supported compiler producers. Path to real compiler can be changed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/Produce/UProducerGCCC.pas

    r12 r37  
    5757  IndentationLength := 2;
    5858  Name := 'GCC C';
     59  {$IFDEF Windows}
     60  CompilerPath := 'c:\Program Files\MinGW\bin\gcc.exe -o %1:s';
     61  {$ENDIF}
     62  {$IFDEF Linux}
     63  CompilerPath := '/usr/bin/gcc';
     64  {$ENDIF}
    5965end;
    6066
Note: See TracChangeset for help on using the changeset viewer.