summaryrefslogtreecommitdiff
path: root/sfx2/prj/d.lst
diff options
context:
space:
mode:
authorGene Anaya <ganaya@openoffice.org>2001-02-23 16:20:02 +0000
committerGene Anaya <ganaya@openoffice.org>2001-02-23 16:20:02 +0000
commit521865191ef2d762561f2ba6e20f720358167886 (patch)
treea6429c7e2496386467d3f55531f6b43fd9db8416 /sfx2/prj/d.lst
parentf7d6584bbcb807e591a26cab20c3178648ac7864 (diff)
Added dylib to deliver list.
Diffstat (limited to 'sfx2/prj/d.lst')
-rw-r--r--sfx2/prj/d.lst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/prj/d.lst b/sfx2/prj/d.lst
index ac9c06228a32..ef6269f33742 100644
--- a/sfx2/prj/d.lst
+++ b/sfx2/prj/d.lst
@@ -19,6 +19,7 @@ touch: ..\%__SRC%\misc\sfx2.hid %_DEST%\bin%_EXT%\sfx2.hid
..\%__SRC%\lib\sfx.lib %_DEST%\lib%_EXT%\sfx.lib
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so
..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a
+..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
..\%__SRC%\slb\sfx.lib %_DEST%\lib%_EXT%\xsfx.lib
..\%__SRC%\obj\appctor.obj %_DEST%\lib%_EXT%\xsfxapp.obj
..\%__SRC%\lib\isfx.lib %_DEST%\lib%_EXT%\isfx.lib
@@ -147,3 +148,4 @@ hedabu: ..\inc\xmlmetai.hxx %_DEST%\inc%_EXT%\sfx2\xmlmetai.hxx
hedabu: ..\inc\cntids.hrc %_DEST%\inc%_EXT%\sfx2\cntids.hrc
hedabu: ..\inc\basmgr.hxx %_DEST%\inc%_EXT%\sfx2\basmgr.hxx
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" \ No newline at end of file