Changeset 26 for trunk/Compiler/UCompilerPHP.pas
- Timestamp:
- Feb 13, 2012, 10:06:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Compiler/UCompilerPHP.pas
r25 r26 27 27 Name := 'PHP'; 28 28 SourceExtension := '.php'; 29 {$IFDEF Windows} 30 CompilerPath := 'c:\Program Files\PHP\php.exe'; 31 {$ENDIF} 32 {$IFDEF Linux} 33 CompilerPath := '/usr/bin/php'; 34 {$ENDIF} 29 35 end; 30 36
Note:
See TracChangeset
for help on using the changeset viewer.