Re: [GD-Windows] DEVENV dependency display
Brought to you by:
vexxed72
From: Alen L. <ale...@cr...> - 2004-11-04 08:00:58
|
Maybe not directly related to your original question, but some time ago we've switched over to Jam for dependencies, and never looked back since. If you need to keep track of several different platforms and configurations, Jam is a breeze, because you can write your own rules, so for us, per-project jamfiles are about 10 lines long; and they compile transparently on Win32, Xbox and Linux for now. So we work in devenv, but all projects are makefile projects handled by jam. I'd never want to click over all those property sheets again. :) Just my 0.02 cents, Alen ----- Original Message ----- From: "Jon Watte" <hp...@mi...> To: <gam...@li...> Sent: Wednesday, November 03, 2004 22:14 Subject: [GD-Windows] DEVENV dependency display > > 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. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=555 > |