X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21c6080db7c3abb60ac0143da009339225d69868..a6905d8b558f1a0d258365b815bff0b5b5c76a0b:/samples/rotate/makefile.vc diff --git a/samples/rotate/makefile.vc b/samples/rotate/makefile.vc index 9544ac17d2..85d38a5130 100644 --- a/samples/rotate/makefile.vc +++ b/samples/rotate/makefile.vc @@ -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) $**