Replaced image

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-19 10:15:53 +00:00
parent f47ada30fa
commit 4fea5f26d4
11 changed files with 35 additions and 33 deletions

View 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) $<