NMAKE Fatal Error U1071 (Windows Embedded CE 6.0)
1/5/2010
cycle in dependency tree for target 'targetname'
A circular dependency exists in the dependency tree for the given target. The given target is a dependent of one of the dependents of the given target. Circular dependencies are invalid.
For example, the following definitions
target1.lib: lib1.lib lib2.lib target2.lib
...
target2.lib: lib3.lib targetlib1.lib
cause the following error to appear:
cycle in dependency tree for 'target2.lib'