mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
a77c4da512
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.
9 lines
120 B
Makefile
9 lines
120 B
Makefile
|
|
CC = gcc
|
|
|
|
paned: paned.c
|
|
$(CC) `gtk-config --cflags` paned.c -o paned `gtk-config --libs`
|
|
|
|
clean:
|
|
rm -f *.o paned
|