* define PIC when generating pic

git-svn-id: trunk@3504 -
This commit is contained in:
florian 2006-05-13 20:03:40 +00:00
parent ac4bde88ac
commit 9b75d87b55

View File

@ -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;