Changeset 84


Ignore:
Timestamp:
Aug 6, 2017, 8:57:52 AM (7 years ago)
Author:
chronos
Message:
  • Fixed: Use compiler for target only if it is defined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTarget.pas

    r83 r84  
    410410  I: Integer;
    411411begin
     412  if CompilerPath = '' then Exit;
     413
    412414  CompiledFile := ExtractFilePath(ProjectFileName) +
    413415    'compiled' + DirectorySeparator + Name + DirectorySeparator +
     
    449451  RunFile: string;
    450452begin
     453  if ExecutorPath = '' then Exit;
     454
    451455  CompiledFile := ExtractFilePath(ProjectFileName) +
    452456    'compiled' + DirectorySeparator + Name + DirectorySeparator +
Note: See TracChangeset for help on using the changeset viewer.