Ignore:
Timestamp:
Feb 19, 2012, 10:18:56 PM (12 years ago)
Author:
chronos
Message:
  • Added: Show execution path in Target list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Target/UTargetPHP.pas

    r41 r42  
    3232  Capabilities := [tcCompile, tcRun];
    3333  {$IFDEF Windows}
    34   CompilerPath := 'c:\Program Files\PHP\php.exe';
     34  CompilerPath := '';
     35  ExecutorPath := 'c:\Program Files\PHP\php.exe';
    3536  {$ENDIF}
    3637  {$IFDEF Linux}
    37   CompilerPath := '/usr/bin/php';
     38  CompilerPath := '';
     39  ExecutorPath := '/usr/bin/php';
    3840  {$ENDIF}
    3941end;
Note: See TracChangeset for help on using the changeset viewer.