forward declaration for gtk_window_paint declare xid_ht static get the
1998-11-07 Jay Cox <jaycox@earthlink.net> * gtk/gtkwindow.c: forward declaration for gtk_window_paint * gdk/gdkxid.c: declare xid_ht static * examples/*/Makefile: get the link ordering right.
This commit is contained in:
@@ -4,10 +4,10 @@ CC = gcc
|
||||
all: gettargets setselection
|
||||
|
||||
gettargets: gettargets.c
|
||||
$(CC) `gtk-config --cflags` `gtk-config --libs` gettargets.c -o gettargets
|
||||
$(CC) `gtk-config --cflags` gettargets.c -o gettargets `gtk-config --libs`
|
||||
|
||||
setselection: setselection.c
|
||||
$(CC) `gtk-config --cflags` `gtk-config --libs` setselection.c -o setselection
|
||||
$(CC) `gtk-config --cflags` setselection.c -o setselection `gtk-config --libs`
|
||||
|
||||
clean:
|
||||
rm -f *.o gettargets setselection
|
||||
|
||||
Reference in New Issue
Block a user