diff options
author | Herbert Dürr <hdu@apache.org> | 2013-11-06 09:16:19 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2013-11-06 09:16:19 +0000 |
commit | e8739b2f2d7ec5119f63fe108840a645948d65dd (patch) | |
tree | e04551b77bd08e9c0884d59caf9fad75aced0083 /external | |
parent | c81c999eeccc3657c712e50b39dc783c9cde0152 (diff) |
#i123647# RmMoz 9/9: with the moz-module gone the ancient msvc* dlls are no longer needed
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'external')
-rw-r--r-- | external/msvcp70/README_msvcp70.dll | 4 | ||||
-rw-r--r-- | external/msvcp71/README_msvcX71.dll | 6 | ||||
-rw-r--r-- | external/msvcp80/README_msvcX80.dll | 2 | ||||
-rw-r--r-- | external/prj/d.lst | 12 |
4 files changed, 0 insertions, 24 deletions
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/msvcp80/README_msvcX80.dll b/external/msvcp80/README_msvcX80.dll deleted file mode 100644 index 364f172bde84..000000000000 --- a/external/msvcp80/README_msvcX80.dll +++ /dev/null @@ -1,2 +0,0 @@ -Put the msvcp80.dll and msvcr80.dll in this directory for Windows builds using -a VS 2005 compiler. diff --git a/external/prj/d.lst b/external/prj/d.lst index 8e277fa52358..28d8e36c2f6b 100644 --- a/external/prj/d.lst +++ b/external/prj/d.lst @@ -17,18 +17,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% -..\msvcp80\Microsoft.VC80.CRT.manifest %_DEST%\bin%_EXT%\Microsoft.VC80.CRT.manifest -..\msvcp80\Microsoft.VC80.DebugCRT.manifest %_DEST%\bin%_EXT%\Microsoft.VC80.DebugCRT.manifest - ..\msvcp90\msvcm90*.dll %_DEST%\bin%_EXT% ..\msvcp90\msvcp90*.dll %_DEST%\bin%_EXT% ..\msvcp90\msvcr90*.dll %_DEST%\bin%_EXT% |