]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/emulator/src/Makefile.in
make wxArtProvider pure virtual (I was not so on
[wxWidgets.git] / utils / emulator / src / Makefile.in
index 314b59ac86ce7739f6db25666c89f697ed5da24b..b703006f0a4d2e07b0a00f3e862d53bc66ff76d1 100644 (file)
@@ -15,9 +15,11 @@ program_dir = utils/emulator/src
 
 PROGRAM=emulator
 
+DATAFILES = default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg
+
 OBJECTS =$(PROGRAM).o
 DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
-@IF_GNU_MAKE@-include $(DEPFILES)
+-include $(DEPFILES)