Ignore:
Timestamp:
Feb 18, 2012, 8:02:50 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Renamed classes from Compiler to Target. Interpretter registred as possible and default target.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Target/UTargetC.pas

    r30 r31  
    1919  end;
    2020
     21
    2122implementation
    2223
     
    2930  SourceExtension := '.c';
    3031  CompiledExtension := '.exe';
     32  Capabilities := [tcCompile, tcRun];
    3133  {$IFDEF Windows}
    3234  CompilerPath := 'c:\Program Files\MinGW\bin\gcc.exe -o %1:s';
Note: See TracChangeset for help on using the changeset viewer.