mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 23:17:10 +01:00
IDE: not creating output directory for test project, bug #11996
git-svn-id: trunk@16327 -
This commit is contained in:
parent
697b3bc780
commit
6acd41dad9
@ -9325,7 +9325,8 @@ begin
|
||||
|
||||
// create output directories
|
||||
UnitOutputDirectory:=Project1.CompilerOptions.GetUnitOutPath(false);
|
||||
if not DirPathExistsCached(UnitOutputDirectory) then begin
|
||||
if (FilenameIsAbsolute(UnitOutputDirectory))
|
||||
and (not DirPathExistsCached(UnitOutputDirectory)) then begin
|
||||
if not FileIsInPath(UnitOutputDirectory,WorkingDir) then begin
|
||||
Result:=IDEQuestionDialog(lisCreateDirectory,
|
||||
Format(lisTheOutputDirectoryIsMissing, ['"', UnitOutputDirectory, '"']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user