]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/makefile.vc
Version number updates
[wxWidgets.git] / samples / rotate / makefile.vc
index 9544ac17d27a33ffa94817b77f587ef6a48a724d..85d38a5130d813e8927b993648bfa3a177b04157 100644 (file)
@@ -263,7 +263,7 @@ $(OBJS)\rotate.exe: $(ROTATE_OBJECTS) $(OBJS)\rotate_rotate.res
 
 data: 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %f in (kclub.bmp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+       for %f in (duck.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\rotate_rotate.obj: .\rotate.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(ROTATE_CXXFLAGS) $**