]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/makefile.gcc
Add test that wxABI_VERSION is not set when compiling the library
[wxWidgets.git] / samples / rotate / makefile.gcc
index 33c70f9bbfac8e74686e60da06cd3847b2b525fb..a573d07d4ff43620155bb561c60c212dd7236afe 100644 (file)
@@ -203,7 +203,7 @@ $(OBJS)\rotate.exe: $(ROTATE_OBJECTS) $(OBJS)\rotate_rotate_rc.o
 
 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.o: ./rotate.cpp
        $(CXX) -c -o $@ $(ROTATE_CXXFLAGS) $<