On 2006-07-30 15:28:15 +0200 Yves de Champlain <[EMAIL PROTECTED]> wrote:
It may be not a big deal, but it lacks some logic. there should be 2 kinds of subproject
1- project X depends on subproject 1, 2, ... n
2- subprojects 1, 2, ... n depend on project Y

Yes, but you're free to change the order of the listed sub-projects based on the dependency of each other.

In example 1 you would write
  SUBPROJECTS = sub1 sub2 ... subn projectX
and in example 2
  SUBPROJECTS = projectY sub1 sub2 ... subn

Sorry, but I still don't see the problem.

--
Chris




_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to