Changeset 42 for trunk/Target/UTargetPHP.pas
- Timestamp:
- Feb 19, 2012, 10:18:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetPHP.pas
r41 r42 32 32 Capabilities := [tcCompile, tcRun]; 33 33 {$IFDEF Windows} 34 CompilerPath := 'c:\Program Files\PHP\php.exe'; 34 CompilerPath := ''; 35 ExecutorPath := 'c:\Program Files\PHP\php.exe'; 35 36 {$ENDIF} 36 37 {$IFDEF Linux} 37 CompilerPath := '/usr/bin/php'; 38 CompilerPath := ''; 39 ExecutorPath := '/usr/bin/php'; 38 40 {$ENDIF} 39 41 end;
Note:
See TracChangeset
for help on using the changeset viewer.