Initial commit
This is the latest version found at http://scentric.net/tutorial/treeview-tutorial-xml.tar.gz
This commit is contained in:
12
examples/custom-cell-renderer/Makefile
Normal file
12
examples/custom-cell-renderer/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
CC = gcc
|
||||
|
||||
OBJS = main.o custom-cell-renderer-progressbar.o
|
||||
|
||||
CFLAGS = -g -O2 `pkg-config --cflags gtk+-2.0`
|
||||
|
||||
customlist: $(OBJS)
|
||||
gcc -o customcellrenderer $(OBJS) `pkg-config --libs gtk+-2.0`
|
||||
|
||||
clean:
|
||||
rm $(OBJS) customcellrenderer 2>/dev/null || /bin/true
|
Reference in New Issue
Block a user