Hi, One clarification. EDKII build system does support to include source file *.c or *.cpp. But, your case uses the full path in Include style. It is not supported well. You can try to use the relative path first. We will further investigate this issue.
Thanks Liming -----Original Message----- From: Gao, Liming [mailto:[email protected]] Sent: Friday, August 30, 2013 1:25 PM To: David F.; [email protected] Subject: Re: [edk2-buildtools] Build system doesn't detect changes to included source files.. Hi, EDKII build system will add header file (*.h) as source file dependency, but doesn't handle source file *.c or *.cpp. Your case includes samecode.cpp. But, it is not added as the dependency file. So, its change will not cause source code rebuild. I suggest you include header file not source file. Thanks Liming -----Original Message----- From: David F. [mailto:[email protected]] Sent: Friday, August 30, 2013 1:07 PM To: [email protected] Subject: [edk2-buildtools] Build system doesn't detect changes to included source files.. Hi, So if I have a .CPP module that only has: #include <x:\projecta\samecode.cpp> and I change the file x:\projecta\samecode.cpp, the build system doesn't pick up the change. If I force change on the file that just has the #include line, then it does.... Anyway to correct that? TIA!! ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ edk2-buildtools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ edk2-buildtools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ edk2-buildtools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel
