diff --git a/src/worksp-vc70/extradlls/msvcr71.dll b/src/worksp-vc70/extradlls/msvcr71.dll new file mode 100755 index 0000000000..9d9e0286c4 Binary files /dev/null and b/src/worksp-vc70/extradlls/msvcr71.dll differ diff --git a/src/worksp-vc70/uniplt/uniplt_xxxxxxx.dll b/src/worksp-vc70/extradlls/uniplt_xxxxxxx.dll similarity index 100% rename from src/worksp-vc70/uniplt/uniplt_xxxxxxx.dll rename to src/worksp-vc70/extradlls/uniplt_xxxxxxx.dll diff --git a/src/worksp-vc70/uniplt/README.TXT b/src/worksp-vc70/uniplt/README.TXT deleted file mode 100644 index 1361edd8ad..0000000000 --- a/src/worksp-vc70/uniplt/README.TXT +++ /dev/null @@ -1,15 +0,0 @@ -The DLL - - uniplt_xxxxxxx.dll - -is really Microsoft's UnicoWS.dll. Microsoft allows redistribution of -this DLL, but discourages installing it into the system folder. So, we -rename it (and version-mangle the name) so that it can be installed -into the system folder without conflicts. - -This DLL is only loaded by MzScheme/MrEd under Windows 95/98/Me. It's -actually not needed at all under Windows NT/2000/XP. - -The DLL is moved into the PLT folder by - plt/src/mzscheme/dynsrc/mkmzdyn.bat -which is, in turn, called by the MSVC projects. diff --git a/src/worksp/extradlls/msvcr71.dll b/src/worksp/extradlls/msvcr71.dll new file mode 100755 index 0000000000..9d9e0286c4 Binary files /dev/null and b/src/worksp/extradlls/msvcr71.dll differ diff --git a/src/worksp/uniplt/uniplt_xxxxxxx.dll b/src/worksp/extradlls/uniplt_xxxxxxx.dll similarity index 100% rename from src/worksp/uniplt/uniplt_xxxxxxx.dll rename to src/worksp/extradlls/uniplt_xxxxxxx.dll diff --git a/src/worksp/uniplt/README.TXT b/src/worksp/uniplt/README.TXT deleted file mode 100644 index 1361edd8ad..0000000000 --- a/src/worksp/uniplt/README.TXT +++ /dev/null @@ -1,15 +0,0 @@ -The DLL - - uniplt_xxxxxxx.dll - -is really Microsoft's UnicoWS.dll. Microsoft allows redistribution of -this DLL, but discourages installing it into the system folder. So, we -rename it (and version-mangle the name) so that it can be installed -into the system folder without conflicts. - -This DLL is only loaded by MzScheme/MrEd under Windows 95/98/Me. It's -actually not needed at all under Windows NT/2000/XP. - -The DLL is moved into the PLT folder by - plt/src/mzscheme/dynsrc/mkmzdyn.bat -which is, in turn, called by the MSVC projects.