diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-03-12 22:38:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-03-12 22:38:26 +0000 |
commit | 275debd86977764dea1fb07055ba49449b8c15a5 (patch) | |
tree | f81bdeb01eea470f36d9517d3cf77a4ea84aefbc /external/prj | |
parent | 9f1d152466ea3f3ae3712dc5b06c08bdb0ad6020 (diff) |
CWS-TOOLING: integrate CWS mingwport17
2009-02-02 09:09:07 +0100 tono r267246 : i#98723#: Less conditionals in libs.mk for mingw
2009-02-02 09:06:03 +0100 tono r267244 : i#98722#: Skip building ldump in mingw
2009-02-02 09:04:05 +0100 tono r267243 : i#98721#: Improve symbol extraction in mingw
2009-02-02 09:02:07 +0100 tono r267242 : i#98720#: Improve strip performance in mingw
2009-02-02 08:59:36 +0100 tono r267241 : i#98719#: Copy mingw multithread runtime in external
2009-02-02 08:55:09 +0100 tono r267240 : i#98718#: Cleanup cygwin workaround for mingw
2009-02-02 08:53:33 +0100 tono r267239 : i#98718#: Cleanup cygwin workaround for mingw
2009-02-02 08:50:36 +0100 tono r267237 : i#98717#: Avoid MSVC version check in mingw configure
2009-01-28 22:28:53 +0100 tono r267088 : i#97608#: Remove Guiddef.h inclusion
2009-01-28 22:24:23 +0100 tono r267087 : i#96980#: cairo dll name is different in mingw build
2009-01-28 22:19:19 +0100 tono r267086 : i#96731#: MinGW port fro embedserv update
Diffstat (limited to 'external/prj')
-rw-r--r-- | external/prj/build.lst | 2 | ||||
-rw-r--r-- | external/prj/d.lst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/external/prj/build.lst b/external/prj/build.lst index 3fc0a6522be3..b187dafaf667 100644 --- a/external/prj/build.lst +++ b/external/prj/build.lst @@ -2,5 +2,5 @@ el external : SO:external_so soltools NULL el external usr1 - all el_mkout NULL el external\glibc nmake - all el_glibc NULL el external\gpc nmake - all el_gpc NULL -el external\gcc3_specific nmake - u el_gcc3 NULL +el external\gcc3_specific nmake - all el_gcc3 NULL el external\mingwheaders nmake - w el_mingwheaders NULL diff --git a/external/prj/d.lst b/external/prj/d.lst index 7652eafbdd1e..bc7d7c1211aa 100644 --- a/external/prj/d.lst +++ b/external/prj/d.lst @@ -57,7 +57,7 @@ mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys ..\msi\instmsia.exe %_DEST%\bin%_EXT%\instmsia.exe ..\msi\instmsiw.exe %_DEST%\bin%_EXT%\instmsiw.exe -..\mingwm10\mingwm10.dll %_DEST%\bin%_EXT%\mingwm10.dll +..\%__SRC%\bin\mingwm10.dll %_DEST%\bin%_EXT%\mingwm10.dll ..\%__SRC%\lib\libmsvcrt*.* %_DEST%\lib%_EXT%\lib*.* ..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib |