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

    r30 r31  
    2828  Name := 'PHP';
    2929  SourceExtension := '.php';
     30  Capabilities := [tcCompile, tcRun];
    3031  {$IFDEF Windows}
    3132  CompilerPath := 'c:\Program Files\PHP\php.exe';
Note: See TracChangeset for help on using the changeset viewer.