Subject: | dmake clean removes myldr\winres\pp.rc |
Issuing
perl Makefile.pl
dmake clean
removes the pp.rc-file from the extracted distribution directory. Issuing
perl Makefile.pl
directly afterwards complains:
Warning: the following files are missing in your kit:
myldr/winres/pp.rc
Cause:
The "clean"-target in Makefile.pl also removes "$pre_res" (line 323),
which contains just "winres\pp.rc". I think it shouldn't do that.