projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
The standalone PyShell and PyCrust apps need to set the focus to the
[wxWidgets.git]
/
samples
/
console
/
Makefile.in
diff --git
a/samples/console/Makefile.in
b/samples/console/Makefile.in
index 0595ae2c3087d0548edc34bce48047d0f1152e43..803b96a76e925e782b702bb3efe6d5b573220ed4 100644
(file)
--- a/
samples/console/Makefile.in
+++ b/
samples/console/Makefile.in
@@
-15,7
+15,11
@@
program_dir = samples/console
PROGRAM=console
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
+
+DATAFILES=testdata.fc
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)