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 | 896177df1a5917c17b6de2e67dcc62f8a79c90b3 (patch) | |
tree | e6fc5a5580a96f2e4421884c5ad2a9cbf7e60f98 /sw/prj | |
parent | 87b236908c7a7ea38669ab9e7975de04672e2bf3 (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'sw/prj')
-rw-r--r-- | sw/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/prj/d.lst b/sw/prj/d.lst index 82e295dd6d02..45bfde36b367 100644 --- a/sw/prj/d.lst +++ b/sw/prj/d.lst @@ -52,3 +52,9 @@ hedabu: ..\%__SRC%\inc\sw\swmod.h %_DEST%\inc%_EXT%\uno\one\swmod.h mkdir: %_DEST%\ucr\sw ..\%__SRC%\ucr\*.ucr %_DEST%\ucr%_EXT%\sw\*.ucr + +..\%__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" |