]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/drawing/Makefile.in
Don't set a normal cursor for the frame, set the NULL cursor, else
[wxWidgets.git] / samples / drawing / Makefile.in
index 77cc503b054172cf83b567db79c4d85967fba8b1..414aa1f68ceffb56e7631766c7af5ee535f868fa 100644 (file)
@@ -15,8 +15,11 @@ program_dir = samples/drawing
 
 PROGRAM=drawing
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
+
 DATAFILES=pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)