mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* save/load LinkOtherFrameworks to/from ppu files
git-svn-id: trunk@8344 -
This commit is contained in:
parent
169b04a237
commit
c5b3180f5f
@ -939,6 +939,8 @@ uses
|
||||
readlinkcontainer(LinkotherStaticLibs);
|
||||
iblinkothersharedlibs :
|
||||
readlinkcontainer(LinkotherSharedLibs);
|
||||
iblinkotherframeworks :
|
||||
readlinkcontainer(LinkOtherFrameworks);
|
||||
ibImportSymbols :
|
||||
readImportSymbols;
|
||||
ibderefmap :
|
||||
@ -1027,6 +1029,7 @@ uses
|
||||
writelinkcontainer(linkotherofiles,iblinkotherofiles,false);
|
||||
writelinkcontainer(linkotherstaticlibs,iblinkotherstaticlibs,true);
|
||||
writelinkcontainer(linkothersharedlibs,iblinkothersharedlibs,true);
|
||||
writelinkcontainer(linkotherframeworks,iblinkotherframeworks,true);
|
||||
writeImportSymbols;
|
||||
writeResources;
|
||||
ppufile.do_crc:=true;
|
||||
|
@ -43,7 +43,7 @@ type
|
||||
{$endif Test_Double_checksum}
|
||||
|
||||
const
|
||||
CurrentPPUVersion=83;
|
||||
CurrentPPUVersion=84;
|
||||
|
||||
{ buffer sizes }
|
||||
maxentrysize = 1024;
|
||||
@ -125,6 +125,8 @@ const
|
||||
ibnodetree = 80;
|
||||
ibasmsymbols = 81;
|
||||
ibresources = 82;
|
||||
{ target-specific things }
|
||||
iblinkotherframeworks = 100;
|
||||
|
||||
{ unit flags }
|
||||
uf_init = $1;
|
||||
|
Loading…
Reference in New Issue
Block a user