summaryrefslogtreecommitdiff
path: root/extras/prj
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-28 23:23:58 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-28 23:23:58 +0000
commit315c5030b32153a3e9ed945e481e120bd7ffaeb7 (patch)
tree1a1b9f1764b514b5cbc8bf1f26cbee643bef806c /extras/prj
parente09fed05f86511ed0f8a77e9ae59aef7aa521421 (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'extras/prj')
-rw-r--r--extras/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/extras/prj/d.lst b/extras/prj/d.lst
index 7aa61b00e6e8..0aaa1a4c2c12 100644
--- a/extras/prj/d.lst
+++ b/extras/prj/d.lst
@@ -8,3 +8,9 @@ mkdir: %_DEST%\pck%_EXT%
..\unx\source\fonts\truetype\fonts.dir %_DEST%\pck%_EXT%\fonts.dir
..\source\shellnew\soffice.* %_DEST%\pck%_EXT%\soffice.*
..\unx\source\fonts\fonts\type1\fontunxtype1portal.zip %_DEST%\pck%_EXT%\fontunxtype1portal.zip
+
+..\%__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"