projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New module definition file to keep .dll build compilable.
[wxWidgets.git]
/
samples
/
menu
/
Makefile.in
diff --git
a/samples/menu/Makefile.in
b/samples/menu/Makefile.in
index 5722b209424c06c58897958b5f60a54e33877eb7..d3e5ef4c31e8258756bfa314f470ff49536ed98a 100644
(file)
--- a/
samples/menu/Makefile.in
+++ b/
samples/menu/Makefile.in
@@
-15,7
+15,9
@@
program_dir = samples/menu
PROGRAM=menu
PROGRAM=menu
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+-include $(DEPFILES)