Drop msvc*7*.dll, see fdo#32426

This commit is contained in:
Tor Lillqvist
2010-12-21 19:14:03 +02:00
committed by Tor Lillqvist
parent 682be38a3f
commit 3a79aa5f59
3 changed files with 0 additions and 16 deletions

View File

@@ -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\"

View File

@@ -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.

6
external/prj/d.lst vendored
View File

@@ -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%