summaryrefslogtreecommitdiff
path: root/basctl/prj/d.lst
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
commit7357f5f4e8907b378e365299f0bc0c683e2a82f9 (patch)
treec54a050bc30f4338318b1a50d0b5e67a8581223b /basctl/prj/d.lst
parent94138662db3f25dd40ee714252383e19bf3b4efe (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'basctl/prj/d.lst')
-rw-r--r--basctl/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/basctl/prj/d.lst b/basctl/prj/d.lst
index 135d59e77722..b414ac16b597 100644
--- a/basctl/prj/d.lst
+++ b/basctl/prj/d.lst
@@ -23,3 +23,9 @@ hedabu: ..\inc\basidesh.hrc %_DEST%\inc%_EXT%\basctl\basicide.hrc
hedabu: ..\source\basicide\idetemp.hxx %_DEST%\inc%_EXT%\basctl\idetemp.hxx
hedabu: ..\source\basicide\tbxctl.hxx %_DEST%\inc%_EXT%\basctl\btbxctl.hxx
hedabu: ..\source\basicide\iderdll.hxx %_DEST%\inc%_EXT%\basctl\iderdll.hxx
+
+..\%__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"