From 90df6b2d1d72d796a481a4cb005dc1d88cc1a20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Thu, 10 Feb 2022 12:30:20 +0100 Subject: [PATCH] Added build hint --- DMF/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DMF/README.md b/DMF/README.md index 7523827..1d3e6b7 100644 --- a/DMF/README.md +++ b/DMF/README.md @@ -13,3 +13,5 @@ To include and link against [DMF](https://github.com/microsoft/DMF) simply clone **Important:** if a `PropertySheets` group already exists, append the Import-Node(s) to that to avoid linker issues! Drop the provided `DMF.props` into the project directory and all include and linker settings will be available. Works for both `KMDF` and `UMDF`. + +Don't forget to build DMF at least once for all configurations and architectures your driver project uses, otherwise you're missing the required libraries to link against!