dlech / bleak-winrt

Python binding for WinRT for Bleak
https://pypi.org/project/bleak-winrt
MIT License
10 stars 3 forks source link

too many generated files in cppwinrt #1

Closed dlech closed 3 years ago

dlech commented 3 years ago

For some reason, the -include and -exclude options don't work for cppwinrt.exe like they do for pywinrt.exe, so it ends up generating a bunch of files that we don't need.

dlech commented 3 years ago

This doesn't seem as simple as first glance. The -include and -exclude only apply to components, not the base projection. So I guess we can say it is working as designed. Each file includes many others, so it would be difficult to figure out the dependency tree.