diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-12-21 19:14:03 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-12-21 19:14:03 +0200 |
commit | 0af8b4d89ab168063dbed2f97c1d90359b857ca2 (patch) | |
tree | 1e4a01dc40e8be14da61dfd0f40dde25fefbf78c | |
parent | 6b1bb14f90a6b0513439ece642298c066acc524f (diff) |
Drop msvc*7*.dll, see fdo#32426
-rw-r--r-- | external/msvcp70/README_msvcp70.dll | 4 | ||||
-rw-r--r-- | external/msvcp71/README_msvcX71.dll | 6 | ||||
-rw-r--r-- | external/prj/d.lst | 6 |
3 files changed, 0 insertions, 16 deletions
diff --git a/external/msvcp70/README_msvcp70.dll b/external/msvcp70/README_msvcp70.dll deleted file mode 100644 index ebc854b..0000000 --- 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 54197f4..0000000 --- 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 a076bc7..7809c07 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% |