[GD-Windows] DEVENV dependency display
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2004-11-03 22:14:09
|
Thanks for the suggestion. Unfortunately, that only shows the linker display. The problem is that DEVENV decides to call the linker in the first place. Thus, I need devenv itself (not one of the tools) to print out a list of which targets depend on what other targets, and which ultimate root is deemed newer than the build target. I e, something akin to "make -d" on UNIX. I did figure out that it's a .rc file that keeps getting re- built into a .res file, even though the .res file already exists and is newer than the .rc file. I also am told that in devenv, it's up to each tool to do dependency checking, rather than have the hosting IDE do it. Thus, could this be a problem with the dependency checking in rc.exe? (We're using /fo to rename the output file -- I'll go check on this a bit) Cheers, / h+ -----Original Message----- From: gam...@li... [mailto:gam...@li...]On Behalf Of Simon O'Connor Sent: Wednesday, November 03, 2004 10:38 AM To: gam...@li... Subject: RE: [GD-Windows] graphics card capabilities Project -> Properties -> Configuration Properties -> Linker -> General -> Change "Show Progress" to "Display All Progress Messages (/VERBOSE)" Cheers, Simon. |