Explorar o código

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

git-svn-id: trunk@26385 -
marco %!s(int64=11) %!d(string=hai) anos
pai
achega
5aacd4a118
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/rtl-console/fpmake.pp

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

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