diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-06 11:21:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-06 11:21:19 +0000 |
commit | 6077d9ff5bb692dabcc930c85ddffbe7843a1cb5 (patch) | |
tree | 904a07777c2d5ee57df607762f0499d18ac09410 /external | |
parent | 2ec9dbab5448cc169cf3e2bda668473071fa5640 (diff) |
#89065# fix delivering compiler manifest files
Diffstat (limited to 'external')
-rw-r--r-- | external/prj/d.lst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/external/prj/d.lst b/external/prj/d.lst index 8f8ece032fd9..dfa939f25b17 100644 --- a/external/prj/d.lst +++ b/external/prj/d.lst @@ -43,14 +43,14 @@ 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% -..\msvcp90\Microsoft.VC80.DebugCRT.manifest %_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 ..\msvcp90\msvcm90*.dll %_DEST%\bin%_EXT% ..\msvcp90\msvcp90*.dll %_DEST%\bin%_EXT% ..\msvcp90\msvcr90*.dll %_DEST%\bin%_EXT% -..\msvcp90\Microsoft.VC90.CRT.manifest %_DEST%\bin%_EXT% -..\msvcp90\Microsoft.VC90.DebugCRT.manifest %_DEST%\bin%_EXT% +..\msvcp90\Microsoft.VC90.CRT.manifest %_DEST%\bin%_EXT%\Microsoft.VC90.CRT.manifest +..\msvcp90\Microsoft.VC90.DebugCRT.manifest %_DEST%\bin%_EXT%\Microsoft.VC90.DebugCRT.manifest ..\unicows\unicows.dll %_DEST%\bin%_EXT%\unicows.dll |