]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/Makefile.in
Re-added a minimal setup.h file that includes wx/msw/setup.h on Windows,
[wxWidgets.git] / samples / scroll / Makefile.in
index db745e34d44c19503e73cfc5c4504e8584a72e1d..53529d2bd4a9b5b381d96fdd296b0bebec67cb6f 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/scroll
 
 PROGRAM=scroll
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)