diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-06-11 10:58:16 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-06-11 10:58:16 +0000 |
commit | c0a1bf654251ec5463326a871d50bdaea72dc4fc (patch) | |
tree | c2b55fd8f199c9ed28f7bc7d76f19c830f8d6095 /cppu | |
parent | f6cdfb105e0c00e336a97ff105fd3bc0d2a7d244 (diff) |
#87190# change linklib target
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 4a4b0e2b05d4..e2ac98dec2ad 100644 --- a/cppu/prj/d.lst +++ b/cppu/prj/d.lst @@ -48,4 +48,4 @@ mkdir: %_DEST%\inc%_EXT%\uno dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" -linklib: libcppu.so.3.0.0 +linklib: libcppu.so.*.*.* |