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
115 B
Makefile
9 lines
115 B
Makefile
|
|
CC = gcc
|
|
|
|
text: text.c
|
|
$(CC) `gtk-config --cflags` text.c -o text `gtk-config --libs`
|
|
|
|
clean:
|
|
rm -f *.o text
|