From 6e84ca7a66032b1c1a4f19e4fdfdf1879cd05842 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 14 Sep 2010 12:20:45 +0200 Subject: build-fix-win32.diff: Fix Windows build on partitions without short names --- external/msvcp80/README_msvcX80.dll | 5 +++-- external/prj/d.lst | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'external') diff --git a/external/msvcp80/README_msvcX80.dll b/external/msvcp80/README_msvcX80.dll index 364f172bde84..fa89ab964d6a 100644 --- a/external/msvcp80/README_msvcX80.dll +++ b/external/msvcp80/README_msvcX80.dll @@ -1,2 +1,3 @@ -Put the msvcp80.dll and msvcr80.dll in this directory for Windows builds using -a VS 2005 compiler. +Put the msvcp80.dll, msvcr80.dll and Microsoft.VC80.CRT.manifest in this +directory for Windows builds using VS 2005, or using prebuilt Mozilla DLLs +that were built using VS 2005. diff --git a/external/prj/d.lst b/external/prj/d.lst index 9e0c68129c77..ff1b19a0e94f 100644 --- a/external/prj/d.lst +++ b/external/prj/d.lst @@ -36,8 +36,8 @@ mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys ..\msvcp80\msvcm80*.dll %_DEST%\bin%_EXT% ..\msvcp80\msvcp80*.dll %_DEST%\bin%_EXT% ..\msvcp80\msvcr80*.dll %_DEST%\bin%_EXT% -..\msvcp90\Microsoft.VC80.CRT.manifest %_DEST%\bin%_EXT%\Microsoft.VC80.CRT.manifest -..\msvcp90\Microsoft.VC80.DebugCRT.manifest %_DEST%\bin%_EXT%\Microsoft.VC80.DebugCRT.manifest +..\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% -- cgit