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

custombuildtask dependencies do not map to 'additional dependencies' in vs #539

Open
mlabbe opened this issue Nov 17, 2021 · 0 comments
Open

Comments

@mlabbe
Copy link
Contributor

mlabbe commented Nov 17, 2021

Thanks for building GENie. It is very flexible and helpful.

Using genie.exe 1160 on Windows my custombuildtask specifies dependencies. These dependencies can be correctly referenced with $(1) et al. in my custombuildtask commands. However, they do not show up as additional dependencies in vs (2019) code generations.

This is useful if any of multiple files change, triggering a custom build task. This maps to an <AdditionalInputs> field of <CustomBuild> in the vcxproj file.

Alternatively, I noticed additional dependencies are handled as expected in Ninja build files, triggering a remake.

The docs simply say "additional dependencies, that can be used as parameters to commands", so the vs generation is technically correct. :) However, support for this field in vcxproj files would help the program work as anticipated by its users, I suspect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@mlabbe and others