I want to build a KMDF driver by WDK8.0 without Visual Studio installed. I looked the msdn, it says the MSBuild do it.
But since the WDK8.0 doesn't contain the compiler, how I can use MSbuild to build a driver without VS2012?
Can anybody explain several words for me? How can I build a windows driver without VS2012.