diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-13 18:31:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-14 00:36:17 +0300 |
commit | e66a2e1d5118c7186df8273f7db73cccfb338594 (patch) | |
tree | f65fb20322d8042a969a751ec23717fdef7882a3 /cppu | |
parent | ea6b8253efae3ab343a8256ec02502d22eb095fb (diff) |
Be less picky with library name
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/prj/d.lst b/cppu/prj/d.lst index 3e923abfe..87ff91471 100644 --- a/cppu/prj/d.lst +++ b/cppu/prj/d.lst @@ -55,7 +55,7 @@ mkdir: %_DEST%\inc\uno ..\%__SRC%\lib\icppu.lib %_DEST%\lib\icppu.lib ..\%__SRC%\bin\cppu* %_DEST%\bin\* -..\%__SRC%\lib\libuno_cppu.*.* %_DEST%\lib\* +..\%__SRC%\lib\libuno_cppu.* %_DEST%\lib\* ..\%__SRC%\lib\ipurpenvhelper* %_DEST%\lib\* ..\%__SRC%\bin\purpe*.dll %_DEST%\bin\* |