Changeset 26
- Timestamp:
- Feb 13, 2012, 10:06:52 AM (13 years ago)
- Location:
- trunk/Compiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Compiler/UCompilerDelphi.pas
r25 r26 27 27 SourceExtension := '.pas'; 28 28 CompiledExtension := '.exe'; 29 {$IFDEF Windows} 30 CompilerPath := 'c:\Program Files\Embarcadero\RAD Studio\9.0\bin\DCC32.EXE'; 31 {$ENDIF} 29 32 end; 30 33 -
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.