Sorry, sending to list.

2009/3/25 Fabrício Godoy <[email protected]>

> Thank you very much, very useful.
> I will need to add extra flags.
>
> 2009/3/25 Vladislav Grinchenko <[email protected]>
>
> I build my program (granule) with mingw compiler. Look at my
>> configure.in [1] for all 'mingw' tags. You can also look at
>> src/Makefile.am to see how it all put together.
>>
>> regards,
>> --Vlad
>>
>> [1]
>>
>> http://granule.cvs.sourceforge.net/viewvc/granule/granule/configure.in?revision=1.61&view=markup
>>
>>
>>
>> On Tue, 2009-03-24 at 15:14 -0300, Fabrício Godoy wrote:
>> > How can I identify the platform like this:
>> >
>> > #if PLATFORM_WINDOWS
>> >  #include <specificlibrary.h>
>> > #else if PLATFORM_LINUX
>> >  #include <otherlibrary.h>
>> > #endif
>> >
>> > I tried something with autotools without success.
>> >
>> > Thank you.
>> > _______________________________________________
>> > gtkmm-list mailing list
>> > [email protected]
>> > http://mail.gnome.org/mailman/listinfo/gtkmm-list
>>
>>
>
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to