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 | 292a358e86768f61de59aa3972c99468a667446a (patch) | |
tree | c8962a1435f93482db0b0a37de52489f4af0c551 /cppu | |
parent | a44330b976452828296fe01cb419d851b7936d20 (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 3e923abfeb86..87ff914710e8 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\* |