From bb99f5f64ed523d27ca13f8a20e2824a12d43633 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 19 Dec 2005 11:58:37 +0000 Subject: [PATCH] fixed compilation with -dTranslateStrings from barko git-svn-id: trunk@8343 - --- ide/main.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/main.pp b/ide/main.pp index c1c3588623..5131ddb8b7 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -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'))