In trying to build unzip from the 60f beta files, I discovered that the *.dsp file(s) are save
in unix format, ie <LF> not dos <CRLF> format, thus visual studio 6 thinks the *.dsp is a external
make file.
I re-saved it in DOS format and VS6 seems to now understand the dsp file
The current released version of UnZip is 6.0, which is later than beta UnZip 6.0f. Please use that.
Our practice is to save all text files in Zip and UnZip source distributions in Unix line end format, as that format tends to cause the least amount of trouble to the least number of users. Up to UnZip 6.0, that included text project files. In UnZip 6.1, including betas, Windows project files should now be saved in DOS format, as is currently done for Zip.