From 8f9688b61636070e895abfbb96793266e77b6262 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 27 Dec 2005 18:16:19 +0000 Subject: [PATCH] re-added README.TXT as CRLF files svn: r1700 --- src/worksp-vc70/extradlls/README.TXT | 28 ++++++++++++++++++++++++++++ src/worksp/extradlls/README.TXT | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 src/worksp-vc70/extradlls/README.TXT create mode 100644 src/worksp/extradlls/README.TXT diff --git a/src/worksp-vc70/extradlls/README.TXT b/src/worksp-vc70/extradlls/README.TXT new file mode 100644 index 0000000000..2082b1c118 --- /dev/null +++ b/src/worksp-vc70/extradlls/README.TXT @@ -0,0 +1,28 @@ +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. + +---------------------------------------------------------------------- +msvcr71.dll + +This DLL has runtime support for applications built by DevStudio 7.1. +It is installed into the Windows system directory with PLT, but is not +removed when PLT is uninstalled. + +(Microsoft recommends keeping the file in the application directory, +but this leads to problems with standalone executables, and renaming +this file is difficult.) + +---------------------------------------------------------------------- +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/extradlls/README.TXT b/src/worksp/extradlls/README.TXT new file mode 100644 index 0000000000..2082b1c118 --- /dev/null +++ b/src/worksp/extradlls/README.TXT @@ -0,0 +1,28 @@ +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. + +---------------------------------------------------------------------- +msvcr71.dll + +This DLL has runtime support for applications built by DevStudio 7.1. +It is installed into the Windows system directory with PLT, but is not +removed when PLT is uninstalled. + +(Microsoft recommends keeping the file in the application directory, +but this leads to problems with standalone executables, and renaming +this file is difficult.) + +---------------------------------------------------------------------- +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. + +----------------------------------------------------------------------