diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-09-14 12:20:45 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-14 12:20:45 +0200 |
commit | ab036ed3fa31d5cbbf4d1a17180e8a7b053a642d (patch) | |
tree | 31e94776ad9267cb5261384a82cfc24dd6ebc58a | |
parent | 51593e8e836ce5db60fc00682cefb1b87bd0f027 (diff) |
build-fix-win32.diff: Fix Windows build on partitions without short names
-rw-r--r-- | external/msvcp80/README_msvcX80.dll | 5 | ||||
-rw-r--r-- | external/prj/d.lst | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/external/msvcp80/README_msvcX80.dll b/external/msvcp80/README_msvcX80.dll index 364f172..fa89ab9 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 9e0c681..ff1b19a 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% |