Explorar el Código

+ -Sk loads also dynlibs

git-svn-id: trunk@1150 -
florian hace 20 años
padre
commit
3da870d699
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      compiler/pmodules.pas

+ 4 - 1
compiler/pmodules.pas

@@ -538,7 +538,10 @@ implementation
            (target_info.system in [system_i386_go32v2,system_i386_watcom]) then
           AddUnit('Profile');
         if (cs_load_fpcylix_unit in aktglobalswitches) then
-          AddUnit('FPCylix');
+          begin
+            AddUnit('FPCylix');
+            AddUnit('DynLibs');
+          end;
         { save default symtablestack }
         defaultsymtablestack:=symtablestack;
         defaultmacrosymtablestack:=macrosymtablestack;