X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4818141bb228bbb59df63de12a5ea31801314b57..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/samples/help/makefile.wat diff --git a/samples/help/makefile.wat b/samples/help/makefile.wat index c2584fb6dd..55e196831c 100644 --- a/samples/help/makefile.wat +++ b/samples/help/makefile.wat @@ -251,7 +251,7 @@ $(OBJS)\help.exe : $(HELP_OBJECTS) $(OBJS)\help_demo.res data : .SYMBOLIC if not exist $(OBJS) mkdir $(OBJS) - for %f in (back.gif books.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS) data_doc : .SYMBOLIC if not exist $(OBJS)\doc mkdir $(OBJS)\doc