Did you know that inside of Windows CE build system that bib files can #include other bib files. This technique is used on many BSP's to implement individual driver registry entries from the driver directory
platform.reg
#include "$(_TARGETPLATROOT)\SRC\DRIVERS\display\display.reg"
The same can be done for the bib file, I didn't release this before, but its there to use if you want to in CE6.0 for sure!
platform.bib
#include "$(_TARGETPLATROOT)\SRC\DRIVERS\display\display.bib"
No comments:
Post a Comment