* save/load LinkOtherFrameworks to/from ppu files

git-svn-id: trunk@8344 -
This commit is contained in:
Jonas Maebe 2007-08-31 17:03:33 +00:00
parent 169b04a237
commit c5b3180f5f
2 changed files with 6 additions and 1 deletions

View File

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

View File

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