summaryrefslogtreecommitdiff
path: root/xmlhelp/prj
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-28 23:33:26 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-28 23:33:26 +0000
commit553ec99586b67f44c508fa15698a4d6502357cd7 (patch)
treecbcdf09a7b05b4421ebcbfc6abca84e741fa6266 /xmlhelp/prj
parent07f97138753322090899fb61b25070e07bf8da35 (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'xmlhelp/prj')
-rw-r--r--xmlhelp/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmlhelp/prj/d.lst b/xmlhelp/prj/d.lst
index a7e334ddeaab..6210973e29ac 100644
--- a/xmlhelp/prj/d.lst
+++ b/xmlhelp/prj/d.lst
@@ -2,3 +2,9 @@
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.*
..\%__SRC%\class\*.jar %_DEST%\bin%_EXT%\*.*
..\%__SRC%\misc\helpserver.sh %_DEST%\bin%_EXT%\helpserver
+
+..\%__SRC%\lib\libstatic*.dylib %_DEST%\lib%_EXT%\libstatic*.dylib
+..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
+..\%__SRC%\misc\*staticdatamembers.hxx %_DEST%\inc%_EXT%\*staticdatamembers.hxx
+
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"