mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 09:36:10 +02:00
Converter: Don't complain about missing units in the project .dpr file.
git-svn-id: trunk@29504 -
This commit is contained in:
parent
ad1d5994bb
commit
c7bbbd33c1
@ -1381,10 +1381,7 @@ begin
|
||||
Result:=mrCancel;
|
||||
exit;
|
||||
end;
|
||||
if (MisUnits<>nil) and (MisUnits.Count>0) then
|
||||
raise Exception.Create(lisConvDelphiAtThisPointThereShouldBeNoMissingUnits);
|
||||
try
|
||||
// add all units to the project
|
||||
try // add all units to the project
|
||||
for i:=0 to FoundUnits.Count-1 do begin
|
||||
CurFilename:=FoundUnits[i];
|
||||
p:=System.Pos(' in ',CurFilename);
|
||||
|
@ -5126,8 +5126,6 @@ resourcestring
|
||||
lisConvDelphiRemoveFirst = 'Remove first';
|
||||
lisConvDelphiRemoveSecond = 'Remove second';
|
||||
lisConvDelphiKeepBoth = 'Keep both';
|
||||
lisConvDelphiAtThisPointThereShouldBeNoMissingUnits = 'At this point there '
|
||||
+'should be no missing units!';
|
||||
lisConvDelphiPackageNameExists = 'Package name exists';
|
||||
lisConvDelphiProjOmittedUnit = 'Omitted unit %s from project';
|
||||
lisConvDelphiAddedPackageRequirement = 'Added Package %s as a requirement.';
|
||||
|
Loading…
Reference in New Issue
Block a user