projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
show the resize cursor when the mouse is above the grip and not only when it's just...
[wxWidgets.git]
/
misc
/
theme_test
/
Makefile
1
2
CC = gcc
3
4
test: test.c
5
$(CC) `gtk-config --cflags` test.c -o test `gtk-config --libs`
6
7
clean:
8
rm -f *.o test