Replies: 1 comment
-
You need to find the complete compilation command for msbuild and port it to xmake. However, this error looks quite simple. You can use tools to find this header file directory and add it using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I would like to use xmake to build a Microsoft® Windows Indirect Display Driver.
All Microsoft® provided samples use Visual Studio projects. The
vcxproj
file seems to include a special<IndirectDisplayDriver>true</IndirectDisplayDriver>
directive. How can I achieve the same thing with xmake?If I just follow the standard xmake templates for UMDF drivers,
iddcx.h
cannot be found.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions