|
@@ -809,10 +809,12 @@ procedure internal_initializeunits; external name 'FPC_INITIALIZEUNITS';
|
|
|
|
|
|
procedure fpc_LibInitializeUnits;[public,alias:'FPC_LIBINITIALIZEUNITS'];
|
|
procedure fpc_LibInitializeUnits;[public,alias:'FPC_LIBINITIALIZEUNITS'];
|
|
begin
|
|
begin
|
|
|
|
+{$ifdef FPC_HAS_FEATURE_DYNLIBS}
|
|
IsLibrary:=true;
|
|
IsLibrary:=true;
|
|
{ must also be set to true for packages when implemented }
|
|
{ must also be set to true for packages when implemented }
|
|
ModuleIsLib:=true;
|
|
ModuleIsLib:=true;
|
|
internal_initializeunits;
|
|
internal_initializeunits;
|
|
|
|
+{$endif FPC_HAS_FEATURE_DYNLIBS}
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|