mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 12:27:09 +01:00
* define PIC when generating pic
git-svn-id: trunk@3504 -
This commit is contained in:
parent
ac4bde88ac
commit
9b75d87b55
@ -686,7 +686,10 @@ implementation
|
||||
not(cs_browser in aktmoduleswitches) then
|
||||
exclude(aktmoduleswitches,cs_local_browser);
|
||||
if (cs_create_pic in aktmoduleswitches) then
|
||||
def_system_macro('FPC_PIC');
|
||||
begin
|
||||
def_system_macro('FPC_PIC');
|
||||
def_system_macro('PIC');
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user