Added new image for dnd sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-09-11 19:25:50 +00:00
parent 3682ea7d2c
commit 1c9c480e80
8 changed files with 9 additions and 9 deletions

View File

@@ -166,7 +166,7 @@ clean:
data:
if not exist $(OBJS) mkdir $(OBJS)
for %f in (dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
for %f in (wxwin.png dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
$(OBJS)\dnd.exe: $(DND_OBJECTS) $(OBJS)\dnd_dnd.res
ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|