]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/Makefile.in
Changes to make commandline compilation with VC6 match the same settings and LIB...
[wxWidgets.git] / samples / dialup / Makefile.in
index 351fd78ac3e3d1f1d7f38e1d1fffeede3a0403a6..de118acab0ac540367d5ee313da3997871254589 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/dialup
 
 PROGRAM=nettest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)