Changeset 146 for trunk/Target/TargetC.pas
- Timestamp:
- Jun 5, 2023, 6:57:23 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/TargetC.pas
r145 r146 35 35 {$IFDEF WINDOWS} 36 36 CompilerPath := 'c:\Program Files\MinGW\bin\gcc.exe'; 37 CompiledExtension := '.exe';38 RunExtension := '';37 FCompiledExtension := '.exe'; 38 FRunExtension := ''; 39 39 {$ENDIF} 40 40 {$IFDEF UNIX}
Note:
See TracChangeset
for help on using the changeset viewer.