mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 01:49:31 +01:00
+ -Sk loads also dynlibs
git-svn-id: trunk@1150 -
This commit is contained in:
parent
1cb9b55548
commit
3da870d699
@ -538,7 +538,10 @@ implementation
|
|||||||
(target_info.system in [system_i386_go32v2,system_i386_watcom]) then
|
(target_info.system in [system_i386_go32v2,system_i386_watcom]) then
|
||||||
AddUnit('Profile');
|
AddUnit('Profile');
|
||||||
if (cs_load_fpcylix_unit in aktglobalswitches) then
|
if (cs_load_fpcylix_unit in aktglobalswitches) then
|
||||||
AddUnit('FPCylix');
|
begin
|
||||||
|
AddUnit('FPCylix');
|
||||||
|
AddUnit('DynLibs');
|
||||||
|
end;
|
||||||
{ save default symtablestack }
|
{ save default symtablestack }
|
||||||
defaultsymtablestack:=symtablestack;
|
defaultsymtablestack:=symtablestack;
|
||||||
defaultmacrosymtablestack:=macrosymtablestack;
|
defaultmacrosymtablestack:=macrosymtablestack;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user