diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-02-28 23:23:58 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-02-28 23:23:58 +0000 |
commit | e4cd4bf8feece728a68a1b58b5cd197db9ade836 (patch) | |
tree | f3e11ad72ae03aa3ef27a58b9f2f2e995e3158b6 /toolkit/prj/d.lst | |
parent | 6e5f48d128315364c1776e99b70d5b86047c9006 (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'toolkit/prj/d.lst')
-rw-r--r-- | toolkit/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/prj/d.lst b/toolkit/prj/d.lst index 15ce64e4c6d4..c9ec14ad5010 100644 --- a/toolkit/prj/d.lst +++ b/toolkit/prj/d.lst @@ -34,3 +34,9 @@ hedabu: ..\inc\toolkit\helper\unowrapper.hxx %_DEST%\inc%_EXT%\toolkit\helper\un hedabu: ..\inc\toolkit\helper\vclunohelper.hxx %_DEST%\inc%_EXT%\toolkit\unohlp.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" |