Browse Source

* Resolve files for all targets before the creation of an archive

git-svn-id: trunk@25213 -
joost 12 years ago
parent
commit
23f065faa0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fpmkunit/src/fpmkunit.pp

+ 2 - 0
packages/fpmkunit/src/fpmkunit.pp

@@ -6467,6 +6467,8 @@ begin
         for IOS:=Low(TOS) to high(TOS) do
         for IOS:=Low(TOS) to high(TOS) do
           if OSCPUSupported[IOS,ICPU] then
           if OSCPUSupported[IOS,ICPU] then
             begin
             begin
+              // Make sure that the package is resolved for each targbet
+              APackage.FAllFilesResolved:=false;
               ResolveFileNames(APackage,ICPU,IOS,false);
               ResolveFileNames(APackage,ICPU,IOS,false);
               APackage.GetArchiveFiles(L, ICPU, IOS);
               APackage.GetArchiveFiles(L, ICPU, IOS);
             end;
             end;