From 3a79aa5f5941f7871e4c1fe5234a8b616381c15e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 21 Dec 2010 19:14:03 +0200 Subject: Drop msvc*7*.dll, see fdo#32426 --- external/msvcp70/README_msvcp70.dll | 4 ---- external/msvcp71/README_msvcX71.dll | 6 ------ external/prj/d.lst | 6 ------ 3 files changed, 16 deletions(-) delete mode 100644 external/msvcp70/README_msvcp70.dll delete mode 100644 external/msvcp71/README_msvcX71.dll (limited to 'external') diff --git a/external/msvcp70/README_msvcp70.dll b/external/msvcp70/README_msvcp70.dll deleted file mode 100644 index ebc854be3579..000000000000 --- a/external/msvcp70/README_msvcp70.dll +++ /dev/null @@ -1,4 +0,0 @@ -Put the msvcp70.dll and msvcr70.dll in this directory for Windows builds using a .NET compiler. -The dll is part of the .NET installation and can be found in a directory similar -to: -"c:\Program Files\Microsoft Visual Studio .NET\Visual C++ .NET Professional - English\" diff --git a/external/msvcp71/README_msvcX71.dll b/external/msvcp71/README_msvcX71.dll deleted file mode 100644 index 54197f4ac462..000000000000 --- a/external/msvcp71/README_msvcX71.dll +++ /dev/null @@ -1,6 +0,0 @@ -Put the msvcp71.dll and msvcr71.dll in this directory for Windows builds using -a .NET compiler. The dlls are part of the .NET2003 installation and can be found -in a directory similar to: -"c:\Program Files\Microsoft Visual Studio .NET 2003\Visual C++ .NET Professional - English\" -If you use the --enable-dbgutil switch during configure, copy the appropriate msvcp71d.dll and -msvcr71d.dll into this directory. diff --git a/external/prj/d.lst b/external/prj/d.lst index a076bc75b0ee..7809c07a6264 100644 --- a/external/prj/d.lst +++ b/external/prj/d.lst @@ -27,12 +27,6 @@ mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys ..\gdiplus\gdiplus.dll %_DEST%\bin%_EXT%\gdiplus.dll -..\msvcp70\msvcp70.dll %_DEST%\bin%_EXT%\msvcp70.dll -..\msvcp70\msvcr70.dll %_DEST%\bin%_EXT%\msvcr70.dll - -..\msvcp71\msvcp71*.dll %_DEST%\bin%_EXT% -..\msvcp71\msvcr71*.dll %_DEST%\bin%_EXT% - ..\msvcp80\msvcm80*.dll %_DEST%\bin%_EXT% ..\msvcp80\msvcp80*.dll %_DEST%\bin%_EXT% ..\msvcp80\msvcr80*.dll %_DEST%\bin%_EXT% -- cgit