mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 06:29:41 +02:00
IDE: remove ideintf from the tests in initialsetupdlgs
git-svn-id: trunk@40885 -
This commit is contained in:
parent
45317f0da7
commit
9b5d333076
@ -309,7 +309,6 @@ begin
|
||||
if not SubDirExists('packager/globallinks',Result) then exit;
|
||||
if not SubDirExists('ide',Result) then exit;
|
||||
if not SubDirExists('components',Result) then exit;
|
||||
if not SubDirExists('ideintf',Result) then exit;
|
||||
if not SubFileExists('ide/lazarus.lpi',Result) then exit;
|
||||
VersionIncFile:=SetDirSeparators('ide/version.inc');
|
||||
if not SubFileExists(VersionIncFile,Result) then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user