implemented two step compiling of IDE, needed for designtime packages

git-svn-id: trunk@3124 -
This commit is contained in:
mattias 2002-08-18 08:57:46 +00:00
parent 658c2a8c8d
commit b3d38943a7

View File

@ -5745,7 +5745,7 @@ begin
SourceNotebook.ClearErrorLines;
Result:=BuildLazarus(MiscellaneousOptions.BuildLazOpts,
EnvironmentOptions.ExternalTools,MacroList,
'',Flags+[blfWithoutIDE]);
'',Flags+[blfWithoutLinkingIDE]);
if Result<>mrOk then exit;
// then compile the IDE
@ -9261,6 +9261,9 @@ end.
{ =============================================================================
$Log$
Revision 1.611 2003/06/19 23:10:57 mattias
implemented two step compiling of IDE, needed for designtime packages
Revision 1.610 2003/06/19 16:36:34 mattias
started codeexplorer