]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/makefile.wat
Do a little less anti-alias so it looks better on dark backgrounds
[wxWidgets.git] / samples / rotate / makefile.wat
index 3a083010c4e7a4d76bbf8acc37828e74311c5843..58830dafb04fb7da247fbdcb426c359e63bcd7b2 100644 (file)
@@ -246,7 +246,7 @@ $(OBJS)\rotate.exe :  $(ROTATE_OBJECTS) $(OBJS)\rotate_rotate.res
 
 data : .SYMBOLIC 
        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 :  .AUTODEPEND .\rotate.cpp
        $(CXX) -zq -fo=$^@ $(ROTATE_CXXFLAGS) $<