WDK build-process hooks: need incremental build with auto-versioning
- by Mystagogue
I've previously gotten incremental builds with auto-versioning working in a team build setting for user-mode code, but now I'm dealing with the builds of WDK device drivers. It's a whole new ball-game.
I need to know what extension point, or hook, is available in the WDK build that occurs after the driver has been selected to be incrementally…