mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Restore dependency handling
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25971 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
583315661b
commit
d7a0a0cc0d
2 changed files with 7 additions and 0 deletions
|
@ -1259,6 +1259,7 @@ main(int argc, char **argv, char **env)
|
|||
*/
|
||||
a = [projectRefs sourcesForHeader: hfile];
|
||||
[a insertObject: hfile atIndex: 0];
|
||||
[projectRefs setSources: a forHeader: hfile];
|
||||
for (j = 0; j < [a count]; j++)
|
||||
{
|
||||
NSString *sfile = [a objectAtIndex: j];
|
||||
|
@ -1286,6 +1287,7 @@ main(int argc, char **argv, char **env)
|
|||
if ([a count] == 0)
|
||||
{
|
||||
[a insertObject: gsdocfile atIndex: 0];
|
||||
[projectRefs setOutputs: a forHeader: hfile];
|
||||
}
|
||||
for (j = 0; j < [a count]; j++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue