forked from AuroraMiddleware/gtk
ee3d137660
Sat Nov 13 22:30:29 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: threads example from Erik Mouw. New question on GtkLabel background colors. * docs/gtk_tut.sgml: - Correct the example code callback function definitions. - Update the gtkdial example code, from Frans van Schaik. - Update setselection.c to current API. * examples/Makefile examples/*/*.c: Update to code listed in tutorial.
9 lines
170 B
Makefile
9 lines
170 B
Makefile
|
|
CC = gcc
|
|
|
|
scribble-xinput: scribble-xinput.c
|
|
$(CC) `gtk-config --cflags` scribble-xinput.c -o scribble-xinput `gtk-config --libs`
|
|
|
|
clean:
|
|
rm -f *.o scribble-xinput
|