mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 00:19:21 +02:00
* fixed generation of exports from units/programs supporting it
git-svn-id: trunk@1920 -
This commit is contained in:
parent
b3b104130d
commit
07ea2a5b38
@ -1497,9 +1497,7 @@ implementation
|
||||
if current_module.uses_imports then
|
||||
importlib.generatelib;
|
||||
|
||||
if islibrary or
|
||||
(target_info.system in [system_i386_WIN32,system_i386_wdosx]) or
|
||||
(target_info.system=system_i386_NETWARE) then
|
||||
if islibrary or (target_info.system in system_unit_program_exports) then
|
||||
exportlib.generatelib;
|
||||
|
||||
{ insert Tables and StackLength }
|
||||
|
Loading…
Reference in New Issue
Block a user