]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/Makefile.in
1. new samples proejct files for VC++
[wxWidgets.git] / samples / html / help / Makefile.in
index 6189ec355e239afd5a94a5026c13d25233801d3f..1f43668538e767fe6acbeba6fc020154fd4268f2 100644 (file)
@@ -22,7 +22,9 @@ DATAFILES = helpfiles/Index.hhk helpfiles/book1.htm helpfiles/book2.htm \
 
 PROGRAM=help
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)