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/UTargetDelphi.pas

    r30 r31  
    2727  SourceExtension := '.pas';
    2828  CompiledExtension := '.exe';
     29  Capabilities := [tcCompile, tcRun];
    2930  {$IFDEF Windows}
    3031  CompilerPath := 'c:\Program Files\Embarcadero\RAD Studio\9.0\bin\DCC32.EXE';
Note: See TracChangeset for help on using the changeset viewer.