summaryrefslogtreecommitdiff
path: root/registry/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
commit1fd7aa7cbb529447e3edc730518b3bab205ae00b (patch)
tree3827a93174d3d8fb3ca3c20a4d64cabddc16f2cb /registry/prj
parent17e705ebaf49bd3793e36aa3193339c728f97125 (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'registry/prj')
-rw-r--r--registry/prj/d.lst5
1 files changed, 5 insertions, 0 deletions
diff --git a/registry/prj/d.lst b/registry/prj/d.lst
index 6039e73cf..3b490199f 100644
--- a/registry/prj/d.lst
+++ b/registry/prj/d.lst
@@ -17,4 +17,9 @@ mkdir: %_DEST%\inc%_EXT%\registry
..\%__SRC%\bin\regview %_DEST%\bin%_EXT%\regview
..\version.mk %_DEST%\inc%_EXT%\registry\version.mk
+
+..\%__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"