Changeset 106 for trunk/UTarget.pas
- Timestamp:
- May 6, 2019, 11:03:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTarget.pas
r93 r106 419 419 Free; 420 420 end; 421 if FileExistsUTF8(CompilerPath) then 421 if CompilerPath <> '' then begin; 422 if FileExistsUTF8(CompilerPath) then 422 423 try 423 424 Process := TProcess.Create(nil); … … 439 440 Process.Free; 440 441 end else raise Exception.Create(Format(SCompilerNotFound, [CompilerPath])); 442 end; 441 443 end; 442 444
Note:
See TracChangeset
for help on using the changeset viewer.