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

Visual Studio projects doesn't mark "protocol.fbs" as "Custom Build Tool". #5

Open
forrestthewoods opened this issue Feb 9, 2017 · 0 comments

Comments

@forrestthewoods
Copy link
Owner

Kinda similar to issue #4.

Visual Studio projects currently mark protocol.fbs as "Does not participate in build". It needs to be marked as "Custom Build Tool". If it's "Custom Build Tool" then Visual Studio correctly runs a pre-build step to re-generate flatbuffer code. Dependent projects correctly update only when the generated code changes.

Everything works exactly right if you open a solution and manually make the change.

Now I just need to figure out how to get GENie to generate a solution with this fix. It probably requires an update to GENie itself. One I'm happy to make as soon as I figure out how to also do the gmake equivalent for issue #4.

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

1 participant