Hi,

I have a conflict of a file name because the build system is adding the
directory of the application as the first include path.  I really don't
need the application file path in the include search path so I'd like to
remove it or make it so it's last.    For example, c:\edk2\MyPackage\MyApp
becomes the first include path, the MyApp.inf file has other things like
Includes.   The source for MyApp uses #include "localfile.h" for files
within that same directory/app and #include <anotherfile.h> for those to
look for in the search path.   So when it has #include <commonname.h> it is
fining the file in c:\edk2\MyPackage\MyApp instead of
c:\edk2\MyPackage\Includes

But, where do I change that so that c:\edk2\MyPackage\MyApp either isn't
added to the search path or so it's at the end?

TIA!!
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
edk2-buildtools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel

Reply via email to