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 | 73d83eb595c8ebd7fc9931195af81df325eef74b (patch) | |
tree | c077351a3f8f7028f07ce47d447a1156c6285eb6 /sd/prj | |
parent | c1eabf0430df06b41d7b98c46f0d7bde70c965aa (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'sd/prj')
-rw-r--r-- | sd/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/prj/d.lst b/sd/prj/d.lst index 675e85fe9b0a..22ba43db5ee5 100644 --- a/sd/prj/d.lst +++ b/sd/prj/d.lst @@ -76,3 +76,9 @@ hedabu: ..\inc\sdobjfac.hxx %_DEST%\inc%_EXT%\sd\sdobjfac.hxx ..\xml\SdXImpressView.xml %_DEST%\xml%_EXT%\SdXImpressView.xml ..\xml\SdXPresentation.xml %_DEST%\xml%_EXT%\SdXPresentation.xml ..\xml\SdXShape.xml %_DEST%\xml%_EXT%\SdXShape.xml + +..\%__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" |