Skip to content
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

Expand the environment variables found in AdditionalIncludeDirectories #5

Closed
g-h-c opened this issue Dec 20, 2016 · 0 comments
Closed

Comments

@g-h-c
Copy link
Owner

g-h-c commented Dec 20, 2016

If an environment variable is appears in AdditionalIncludeDirectories in a Visual Studio .vcxproj file, it is not expanded and extractheaders will not find the headers in that directory.

e.g. if AdditionalIncludeDirectories contains %MYLIB%\include
%MYLIB% will not be expanded

g-h-c added a commit that referenced this issue Dec 25, 2016
…cludeFiles and precompiled header path (Enhancement #5)

- Fixed crash when AdditionalIncludeHeaders, PrecompiledHeaderFile or Definitions are present in the XML for a configuration, but without any children
@g-h-c g-h-c closed this as completed Dec 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant