* fixed compilation error in fpmake when used in standalone mode.

git-svn-id: trunk@26385 -
This commit is contained in:
marco 2014-01-04 21:29:53 +00:00
parent a7a9a74f91
commit 5aacd4a118

View File

@ -99,7 +99,7 @@ end;
{$ifndef ALLPACKAGES}
begin
add_fcl_db('');
add_rtl_console('');
Installer.Run;
end.
{$endif ALLPACKAGES}