I want to add support for building files in Vala language in VS2013. Planned .vala files should be translated to .c and then compiled with the rest of the .c sources.

The problem is that the Vala translator needs to transfer .vala files all at once which are in the project. Those. The translator is called once and updates the corresponding .c files from all .vala files.

As far as I know, plug-in user tools work separately with each file: 1.c -> 1.obj, 2.c -> 2.obj. How to be in my case?

You can expand the question like this: how can you use Visual Studio and MSBuild to copy .vala files?

    1 answer 1

    First you need to build a vala compiler for Venda from under linux. And then we talk about compiling vala files from under Venda.