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 /registry/prj | |
parent | 5e4a937886b2b4a7b5f55b5c097bc52897a75459 (diff) |
#87605# change linklib target, use wildcards
Diffstat (limited to 'registry/prj')
-rw-r--r-- | registry/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/prj/d.lst b/registry/prj/d.lst index 11a1297128c6..4dabfc10dca1 100644 --- a/registry/prj/d.lst +++ b/registry/prj/d.lst @@ -26,4 +26,4 @@ mkdir: %_DEST%\inc%_EXT%\registry 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: libreg.so.3.0.0 +linklib: libreg.so.*.*.* |