D
-DG-
I had thought that all VC compile/link options could be set from
within Visual Studio but apparently that's not the case. The .vcproj
file seems to hold refs to old files despite changes to project
config.
In other words, there are NO refs to a given lib file within the
entire project->properties menu hierarchy. Yet the linker is looking
for a missing file. It is ref'd only in the .vcproj file.
This seems odd. Shouldn't vcproj be regen'd when the project's
compile/link flags are changed?
Is there any way to force it to be recreated?
within Visual Studio but apparently that's not the case. The .vcproj
file seems to hold refs to old files despite changes to project
config.
In other words, there are NO refs to a given lib file within the
entire project->properties menu hierarchy. Yet the linker is looking
for a missing file. It is ref'd only in the .vcproj file.
This seems odd. Shouldn't vcproj be regen'd when the project's
compile/link flags are changed?
Is there any way to force it to be recreated?