]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/bombs/Makefile.in
don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary...
[wxWidgets.git] / demos / bombs / Makefile.in
index 90ec3d1ea59db1041d96642974549bce75c87926..3597e174bf156a34cf4f9b46528afd960fbd2fe2 100644 (file)
@@ -9,13 +9,15 @@
 #
 # Makefile for bombs example (UNIX).
 
 #
 # Makefile for bombs example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 top_builddir = ../..
-program_dir = samples/bombs
+program_dir = demos/bombs
 
 PROGRAM=bombs
 
 OBJECTS = bombs.o bombs1.o game.o
 
 PROGRAM=bombs
 
 OBJECTS = bombs.o bombs1.o game.o
+DEPFILES= bombs.d bombs1.d game.d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)