Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
102 stars 57 forks source link

C++ Builds #61

Closed anasmughal closed 8 years ago

anasmughal commented 8 years ago

Any plans to support C++ builds on windows?

gluck commented 8 years ago

Nothing in my plans (no need for it), but this plugin is open to contributions for that to work. Note that I wouldn't be surprised if there was very little stuff to do for that to happen, this plugin is mostly a sln/*proj parser/wrapper, it doesn't know much about the languages themselves.

Did you give it a try?

anasmughal commented 8 years ago

That makes sense... Let me give it a try. Thank you so much for getting back to me.

Sure, I would love to contribute if I make any changes to make it work.

anasmughal commented 8 years ago

This plugin worked for our C++ Visual Studio Project. It built the entire solution. Now, I am in the process of setting up a continuous build system using this plugin. I will report back any updates.

Thank you so much for sharing this plugin.

gluck commented 8 years ago

Good news, thanks for sharing!