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 /salhelper/prj | |
parent | c908467f098bf1e8be7c5d7fddaf66c5506675af (diff) |
Tweak some DLL and import library names in the WNTGCC case
Diffstat (limited to 'salhelper/prj')
-rw-r--r-- | salhelper/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/salhelper/prj/d.lst b/salhelper/prj/d.lst index 6f5df50693c1..2aa89bba83f0 100644 --- a/salhelper/prj/d.lst +++ b/salhelper/prj/d.lst @@ -13,8 +13,9 @@ mkdir: %_DEST%\inc\salhelper ..\inc\salhelper\timer.hxx %_DEST%\inc\salhelper\timer.hxx ..\%__SRC%\bin\salhelp*.dll %_DEST%\bin\salhelp*.dll -..\%__SRC%\lib\*salhelper*.lib %_DEST%\lib\* +..\%__SRC%\bin\uno_salhelp*.dll %_DEST%\bin\uno_salhelp*.dll +..\%__SRC%\lib\*salhelper*.lib %_DEST%\lib\* ..\%__SRC%\lib\libuno_salhelper*.* %_DEST%\lib\* ..\%__SRC%\lib\libsalhelper*.a %_DEST%\lib\* |