projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Blind fix for startup crash with Lesstif.
[wxWidgets.git]
/
utils
/
dialoged
/
Makefile.in
1
2
USE_RESOURCES=@USE_RESOURCES@
3
4
all:
5
if test "$(USE_RESOURCES)" = "yes"; then cd src; $(MAKE); fi
6
7
clean:
8
cd src; $(MAKE) clean
9