Feature Requests item #1675772, was opened at 2007-03-07 15:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1675772&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: compiler Group: None Status: Open Priority: 5 Private: No Submitted By: Lars Jessen (ljessen) Assigned to: Nobody/Anonymous (nobody) Summary: add "-showIncludes" to preprocessor Initial Comment: The preprocessor of the Visual C++ compiler "cl" has a great feature for automatic dependency tracking. It allows you to specify the option "-showIncludes" that will make the preprocessor output a list of which header files the source file depends on, this list can then be used as dependency rules in a Makefile. This is reallly an important feature as it assures consistent builds and relieves the programmer from the headache of manually writing the dependency rules. Since the idea behind "candle" is that it should be useable in traditional buildsystems just like "cl" it would be great if the preprocessor in "candle" had a "-showIncludes" option just like "cl". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1675772&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
