Thu Jul 30 18:09:21 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.c gtk/gtkstyle.c: More mm fixups * gtk/gtktooltips.c: Pass a widget (the window) to the drawing function instead of the GtkTooltips.
8 lines
128 B
Makefile
8 lines
128 B
Makefile
CC = gcc
|
|
|
|
filesel: filesel.c
|
|
$(CC) `gtk-config --cflags` `gtk-config --libs` filesel.c -o filesel
|
|
|
|
clean:
|
|
rm -f *.o filesel
|