diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-06-06 13:14:40 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-06-06 13:14:40 +0000 |
commit | ce8586b0276bd628c540beaa656847b489bb30c4 (patch) | |
tree | bb1f5f46c9461b9ce47620a3389daad19fffd427 /store | |
parent | 5e4a937886b2b4a7b5f55b5c097bc52897a75459 (diff) |
#87605# change linklib target, use wildcards
Diffstat (limited to 'store')
-rw-r--r-- | store/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/store/prj/d.lst b/store/prj/d.lst index 23e31f26e010..2587f741c51f 100644 --- a/store/prj/d.lst +++ b/store/prj/d.lst @@ -15,4 +15,4 @@ mkdir: %_DEST%\inc%_EXT%\store 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: libstore.so.3.0.0 +linklib: libstore.so.*.*.* |