summaryrefslogtreecommitdiff
path: root/linguistic/prj
diff options
context:
space:
mode:
authorGene Anaya <ganaya@openoffice.org>2001-02-23 16:18:48 +0000
committerGene Anaya <ganaya@openoffice.org>2001-02-23 16:18:48 +0000
commitf7d6584bbcb807e591a26cab20c3178648ac7864 (patch)
tree28645d4563831edd2d16d8abb9ff6c2c0050be0b /linguistic/prj
parentb093cbae29d7f4bce12f3f3ce2944b3946acd14d (diff)
Added dylib to deliver script.
Diffstat (limited to 'linguistic/prj')
-rw-r--r--linguistic/prj/d.lst3
1 files changed, 3 insertions, 0 deletions
diff --git a/linguistic/prj/d.lst b/linguistic/prj/d.lst
index b45368c92686..3aa25250e87c 100644
--- a/linguistic/prj/d.lst
+++ b/linguistic/prj/d.lst
@@ -1,6 +1,7 @@
..\%__SRC%\bin\lng* %_DEST%\bin%_EXT%\lng*
..\%__SRC%\lib\ilng* %_DEST%\lib%_EXT%\ilng*
..\%__SRC%\lib\liblng.a %_DEST%\lib%_EXT%\liblng.a
+..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
..\%__SRC%\lib\liblng*.so %_DEST%\lib%_EXT%\liblng*.so
mkdir: %_DEST%\inc%_EXT%\linguistic
@@ -9,3 +10,5 @@ hedabu: ..\inc\misc.hxx %_DEST%\inc%_EXT%\linguistic\misc.hxx
hedabu: ..\inc\spelldta.hxx %_DEST%\inc%_EXT%\linguistic\spelldta.hxx
hedabu: ..\inc\hyphdta.hxx %_DEST%\inc%_EXT%\linguistic\hyphdta.hxx
hedabu: ..\inc\iprcache.hxx %_DEST%\inc%_EXT%\linguistic\iprcache.hxx
+
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"