Board index » Visual Studio » VC++ Project Settings/Dependency issue
|
DerekDandy
|
VC++ Project Settings/Dependency issue
Visual Studio284
I have 2 projects in a VC 6.0 workspace. One is a C++ static library. The other is an executable that is dependent on the static lib. In the Linker options for the executable, I have included the library name into Object/library modules. In addition, I have given the executable project a dependency on the static lib. However, when I modify the static lib and batch build the projects, the executable will not relink! Is there something I am missing here? Shouldn't it relink if a dependency changed?? - |
