-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unused inc folder #92
Comments
I am planning on cleaning up the samples' projects in the next few days.
When I do I will check that. However all samples should compile correctly
without any change as I do that almost every day. If not, let me know.
Also, please see the slide deck i added recently. It has some slides
devoted to steps to building Modules. Look at "Part 2".
…On Sun, Dec 29, 2019, 14:45 Hans Bakker ***@***.***> wrote:
A lot of the samples add the inc folder as additional includes folder,
while for most samples this folder does not exist.
Examples:
https://github.com/microsoft/DMF/blob/465ecb1953eea0024c98b821b280a6eed2f05223/DmfSamples/VHidMini2Dmf/User/VHidMini2DmfU.vcxproj#L103
https://github.com/microsoft/DMF/blob/master/DmfSamples/SwitchBar4/SwitchBar4.vcxproj#L133
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#92?email_source=notifications&email_token=AHY5IWRM7C77LMOI7FAMSSTQ3ER7DA5CNFSM4KBDXDJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IDGXUJA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHY5IWT2DLOIHC272UWUPXLQ3ER7DANCNFSM4KBDXDJA>
.
|
Agree that they compile fine, I just noticed it and decided to share my findings. |
Thank you for you notes, Hans. Look for an update this week or early next week due to holidays. |
I understand, enjoy the New Year celebration! Happy New Year :) |
Fixed in Release 1.1.39. Thank you for your feedback. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A lot of the samples add the
..\inc
folder as additional includes folder, while for most samples this folder does not exist.Examples:
DMF/DmfSamples/VHidMini2Dmf/User/VHidMini2DmfU.vcxproj
Line 103 in 465ecb1
DMF/DmfSamples/SwitchBar4/SwitchBar4.vcxproj
Line 133 in 465ecb1
The text was updated successfully, but these errors were encountered: