summaryrefslogtreecommitdiff
path: root/vcl
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
commitc25f2df42c15315774e0080b48a4f424a4e84397 (patch)
treed59fafbd8c4053d7cf05e7e41b65c7f54e03f91a /vcl
parente4cd4bf8feece728a68a1b58b5cd197db9ade836 (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'vcl')
-rw-r--r--vcl/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/prj/d.lst b/vcl/prj/d.lst
index ab3f002110a5..30a2dcd137bc 100644
--- a/vcl/prj/d.lst
+++ b/vcl/prj/d.lst
@@ -181,3 +181,9 @@ hedabu: ..\inc\threadex.hxx %_DEST%\inc%_EXT%\vcl\threadex.hxx
hedabu: ..\inc\evntpost.hxx %_DEST%\inc%_EXT%\vcl\evntpost.hxx
hedabu: ..\inc\unohelp.hxx %_DEST%\inc%_EXT%\vcl\unohelp.hxx
hedabu: ..\unx\inc\salconfig.hxx %_DEST%\inc%_EXT%\vcl\unx\salconfig.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"