yes, I understand that vala does this. but if I have a file "hello.vala",
how do I make a package that can be compiled using only gcc,
and what does it need to include?

On Tue, Apr 14, 2009 at 12:30 PM, Vlad Grecescu <[email protected]> wrote:
> Vala itself does this: it includes the C files in autotools' VALA_SOURCES
> and by default they are distributed. Given that the "make dist" includes the
> *.stamp files too, the "./configure && make " cycle requires only the C
> compiler.
>
> On Tue, Apr 14, 2009 at 11:53 AM, lode leroy <[email protected]> wrote:
>>
>> I wonder if it's possible to pre-compile vala code to "C"
>> and make a release of the pre-compiled code,
>> so that it can be compiled on the target platform
>> without vala installed?
>> a bit like autotools that generates a "configure"
>> file that works without autotools installed.
>> _______________________________________________
>> Vala-list mailing list
>> [email protected]
>> http://mail.gnome.org/mailman/listinfo/vala-list
>
>
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to