]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/makefile.wat
Correctly calculate ClientSize when using native
[wxWidgets.git] / samples / rotate / makefile.wat
index 3a083010c4e7a4d76bbf8acc37828e74311c5843..bf68ed404f6e026b45cda95e04112fe19e8d0d50 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.8 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.9 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -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) $<