fixed compilation with -dTranslateStrings from barko

git-svn-id: trunk@8343 -
This commit is contained in:
mattias 2005-12-19 11:58:37 +00:00
parent efc69fbbd5
commit bb99f5f64e

View File

@ -2923,7 +2923,7 @@ begin
//Ensure the project is saved
if DoSaveAll([sfCheckAmbiguousFiles])<>mrOk then exit;
//Ensure the project is compiled, so all rst files are present
if DoBuildProject(crBuild)<>mrOk then exit;
if DoBuildProject(crBuild,[pbfCleanCompile])<>mrOk then exit;
for i:=0 to Project1.FileCount-1 do
begin
if FileExists(ChangeFileExt(Project1.Files[i].Filename,'.lrt'))