summaryrefslogtreecommitdiff
path: root/sax/prj
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-14 00:45:42 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-14 00:45:42 +0000
commitbbd1317363fbf9921da28064e7f2dc35d6b8f386 (patch)
treec508126144bb2c91cb1ec6fa8ef15d8c682e3192 /sax/prj
parent392a824e52a63de8d64eb5a83e22816677374d1d (diff)
Updated for Mac OS X
Diffstat (limited to 'sax/prj')
-rw-r--r--sax/prj/d.lst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sax/prj/d.lst b/sax/prj/d.lst
index 6b8cc19a8763..e95fe35f9062 100644
--- a/sax/prj/d.lst
+++ b/sax/prj/d.lst
@@ -1,2 +1,5 @@
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so
+..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
+
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"