Kaydet (Commit) 1d704138 authored tarafından Martin Hollmichel's avatar Martin Hollmichel

join: from cws_srx645_ooo11rc3

üst 7d1830a8
Put the dbghelp.dll in this directory for Windows builds.
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\"
......@@ -74,6 +74,13 @@ mkdir: %_DEST%\pck%_EXT%
..\freetype\freetype-2.0.2\include\freetype\config\* %_DEST%\inc%_EXT%\external\freetype\config\*
..\freetype\freetype-2.0.2\include\freetype\internal\* %_DEST%\inc%_EXT%\external\freetype\internal\*
..\dbghelp\dbghelp.dll %_DEST%\bin%_EXT%\dbghelp.dll
..\msvcp70\msvcp70.dll %_DEST%\bin%_EXT%\msvcp70.dll
..\msvcp70\msvcr70.dll %_DEST%\bin%_EXT%\msvcr70.dll
..\unicows\unicows.dll %_DEST%\bin%_EXT%\unicows.dll
..\X11\extensions\*.h %_DEST%\inc%_EXT%\X11\extensions\*.h
..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
......
Put the unicows.dll in this directory for Windows builds.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment