Changeset 84
- Timestamp:
- Aug 6, 2017, 8:57:52 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTarget.pas
r83 r84 410 410 I: Integer; 411 411 begin 412 if CompilerPath = '' then Exit; 413 412 414 CompiledFile := ExtractFilePath(ProjectFileName) + 413 415 'compiled' + DirectorySeparator + Name + DirectorySeparator + … … 449 451 RunFile: string; 450 452 begin 453 if ExecutorPath = '' then Exit; 454 451 455 CompiledFile := ExtractFilePath(ProjectFileName) + 452 456 'compiled' + DirectorySeparator + Name + DirectorySeparator +
Note:
See TracChangeset
for help on using the changeset viewer.