Преглед изворни кода

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

git-svn-id: trunk@26385 -
marco пре 11 година
родитељ
комит
5aacd4a118
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/rtl-console/fpmake.pp

+ 1 - 1
packages/rtl-console/fpmake.pp

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