diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-29 23:42:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-30 11:13:32 +0300 |
commit | e081225623ee71557d28afe9a1fbeeeb80faa798 (patch) | |
tree | 297bb7c3f4ca48a5d12bbe5e2fc52acd662861f1 /cppu/prj | |
parent | c908467f098bf1e8be7c5d7fddaf66c5506675af (diff) |
Tweak some DLL and import library names in the WNTGCC case
Diffstat (limited to 'cppu/prj')
-rw-r--r-- | cppu/prj/d.lst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cppu/prj/d.lst b/cppu/prj/d.lst index 87ff914710e8..0ee434b54239 100644 --- a/cppu/prj/d.lst +++ b/cppu/prj/d.lst @@ -55,11 +55,13 @@ mkdir: %_DEST%\inc\uno ..\%__SRC%\lib\icppu.lib %_DEST%\lib\icppu.lib ..\%__SRC%\bin\cppu* %_DEST%\bin\* +..\%__SRC%\bin\uno_cppu* %_DEST%\bin\* ..\%__SRC%\lib\libuno_cppu.* %_DEST%\lib\* ..\%__SRC%\lib\ipurpenvhelper* %_DEST%\lib\* ..\%__SRC%\bin\purpe*.dll %_DEST%\bin\* -..\%__SRC%\lib\libuno_purpenvhelper*.*.* %_DEST%\lib\* +..\%__SRC%\bin\uno_purpe*.dll %_DEST%\bin\* +..\%__SRC%\lib\libuno_purpenvhelper*.* %_DEST%\lib\* ..\%__SRC%\bin\unsafe_u*.dll %_DEST%\bin\* ..\%__SRC%\lib\libunsafe_uno_uno.* %_DEST%\lib\* |