Hi Ken,
Ken Perl writes:
> Hello,
>
> I have AM_PATH_GTK_2_0(1.3.5) in configure.ac and
> app_CPPFLAGS = @GTK_CFLAGS@
> app_LDADD = @GTK_LIBS@
> in Makefile.am
>
> the above works fine on Linux and compiles crossly a simple win32
> version on Linux, if I'd transfer one -mwindows compile-link opti
Hello,
I have AM_PATH_GTK_2_0(1.3.5) in configure.ac and
app_CPPFLAGS = @GTK_CFLAGS@
app_LDADD = @GTK_LIBS@
in Makefile.am
the above works fine on Linux and compiles crossly a simple win32
version on Linux, if I'd transfer one -mwindows compile-link option
when cross-compiling, what do you sugges