projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Always send an erase event to satisfy some users...
[wxWidgets.git]
/
utils
/
makegen
/
templates
/
Makefile.in
diff --git
a/utils/makegen/templates/Makefile.in
b/utils/makegen/templates/Makefile.in
index 8983b1bdc5096d52eb6b8aa5a650c5295cb8b287..248fd4f13ba2271ec044698eee1eb2bee6256e56 100644
(file)
--- a/
utils/makegen/templates/Makefile.in
+++ b/
utils/makegen/templates/Makefile.in
@@
-8,6
+8,8
@@
program_dir = samples/#NAME
PROGRAM=#NAME
OBJECTS=$(PROGRAM).o
PROGRAM=#NAME
OBJECTS=$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+-include $DEPFILES)