c++ - DM8.02: What files can be removed?
- John Fletcher <J.P.Fletcher aston.ac.uk> Feb 19 2001
- "Walter" <walter digitalmars.com> Feb 19 2001
There are some hints in the various README files that after upgrade to DM 8.02, some of the old compiler files are no longer used. I have not seen a list of these, but the following files seem to be still the older versions after several upgrades. Can these be moved to backup? These seem to be still 7.50 SCCN.EXE SCCX.EXE SCCND.DLL These seem to be still 7.6x SPP.EXE SCPPX.EXE A definitive list on the web site would be helpful. John
Feb 19 2001
The sccn, sccx, and sccnd files can be removed to backup. They are the old C compiler. With DMC, the C compiler is merged into the C++ compiler executables. spp and sppx are the DOS and DOSX versions of the preprocessor. Those are no longer supported, use sppn.exe instead (the Win32 version). -Walter John Fletcher wrote in message <3A91480D.A6C83E47 aston.ac.uk>...There are some hints in the various README files that after upgrade to DM 8.02, some of the old compiler files are no longer used. I have not seen a list of these, but the following files seem to be still the older versions after several upgrades. Can these be moved to backup? These seem to be still 7.50 SCCN.EXE SCCX.EXE SCCND.DLL These seem to be still 7.6x SPP.EXE SCPPX.EXE A definitive list on the web site would be helpful. John
Feb 19 2001