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
