diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-13 18:31:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-14 00:36:21 +0300 |
commit | 5a3a379662e06d71bea1d7fe54a0a08fd1817c35 (patch) | |
tree | b31095cae19863fec1656b419e87492a32810d2a /cppuhelper/prj | |
parent | 292a358e86768f61de59aa3972c99468a667446a (diff) |
Be less picky with library name
Diffstat (limited to 'cppuhelper/prj')
-rw-r--r-- | cppuhelper/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/prj/d.lst b/cppuhelper/prj/d.lst index 2f6e49013804..c26529d071e8 100644 --- a/cppuhelper/prj/d.lst +++ b/cppuhelper/prj/d.lst @@ -59,7 +59,7 @@ mkdir: %_DEST%\inc\cppuhelper ..\%__SRC%\bin\cppuh*.dll %_DEST%\bin\cppuh*.dll ..\%__SRC%\lib\*cppuhelper*.lib %_DEST%\lib\* -..\%__SRC%\lib\libuno_cppuhelper*.*.* %_DEST%\lib\* +..\%__SRC%\lib\libuno_cppuhelper*.* %_DEST%\lib\* ..\%__SRC%\lib\libcppuhelper*.a %_DEST%\lib\* ..\%__SRC%\lib\cppuhelper*.lib %_DEST%\lib\* |