RE: [GD-Windows] graphics card capabilities
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2004-11-03 18:22:31
|
Here's a question on Visual Studio 2003. We're using native C++, and building a number of libraries. One of these libraries has gotten "stuck" in its dependency chain, and keeps re-linking (but not re-building any sources) each time I try to run the project. On UNIX, I would run make with the debug flag, and it would spit out its dependency tree so I could figure out how I got into this state and fix it. Is there a similar flag to Visual Studio 2003 so I can figure out where this is coming from? FWIW, the library in question is STLPort, but I doubt that has any significance. Cheers, / h+ |