Changeset 31 for trunk/Target/UTargetC.pas
- Timestamp:
- Feb 18, 2012, 8:02:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetC.pas
r30 r31 19 19 end; 20 20 21 21 22 implementation 22 23 … … 29 30 SourceExtension := '.c'; 30 31 CompiledExtension := '.exe'; 32 Capabilities := [tcCompile, tcRun]; 31 33 {$IFDEF Windows} 32 34 CompilerPath := 'c:\Program Files\MinGW\bin\gcc.exe -o %1:s';
Note:
See TracChangeset
for help on using the changeset viewer.