diff --git a/src/worksp-vc70/extradlls/README.TXT b/src/worksp-vc70/extradlls/README.TXT deleted file mode 100644 index 22b7000219..0000000000 --- a/src/worksp-vc70/extradlls/README.TXT +++ /dev/null @@ -1,17 +0,0 @@ -This directory contains extra DLLs that are needed for running PLT -Scheme. The DLL files are moved into the PLT folder by - plt/src/mzscheme/dynsrc/mkmzdyn.bat -which is, in turn, called by the MSVC projects. - ----------------------------------------------------------------------- -uniplt_xxxxxxx.dll - -This 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. - ----------------------------------------------------------------------- diff --git a/src/worksp-vc70/extradlls/uniplt_xxxxxxx.dll b/src/worksp-vc70/extradlls/uniplt_xxxxxxx.dll deleted file mode 100644 index 7f89c789c1..0000000000 Binary files a/src/worksp-vc70/extradlls/uniplt_xxxxxxx.dll and /dev/null differ