G
Guest
MS VC++ 7.1 - I have a project with static libs A, B and C where A depends on
B anc C, also B depends on C. If I set this up in the project dependency
dialog for A the Build environment puts B and C in the command line (seen
in the Librarian view of the project settings for A) an as a result I get
LNK4006 warnings all over the place.
So I am trying to establish dependencies such that A gets rebuilt if source
in B or C changes. What I am getting is that PLUS the linker is trying to
link the other static libs into A which it should not be doing.
This has got to be a bug right?
B anc C, also B depends on C. If I set this up in the project dependency
dialog for A the Build environment puts B and C in the command line (seen
in the Librarian view of the project settings for A) an as a result I get
LNK4006 warnings all over the place.
So I am trying to establish dependencies such that A gets rebuilt if source
in B or C changes. What I am getting is that PLUS the linker is trying to
link the other static libs into A which it should not be doing.
This has got to be a bug right?