Re: Win32 compile option

2009-12-01 Thread Alberto Luaces
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

Win32 compile option

2009-11-30 Thread Ken Perl
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