Re: Compiling gtk apps on MingW
- From: zhanglei <zhanglei sict ac cn>
- To: Ricardo Malafaia <rmalafaia gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Compiling gtk apps on MingW
- Date: Mon, 04 Jul 2005 09:29:38 -0400
Ricardo Malafaia writed:
all: test
test.exe: test.c
gcc.exe $(GTK_CFLAGS) $(GTK_LIBS) teste.c -o test.exe
try to put $(GTK_LIBS) to the end of the command line
gcc.exe $(GTK_CFLAGS) -o test.exe teste.c $(GTK_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]