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 /starmath/prj | |
parent | 87b236908c7a7ea38669ab9e7975de04672e2bf3 (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'starmath/prj')
-rw-r--r-- | starmath/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/starmath/prj/d.lst b/starmath/prj/d.lst index a2726db3677e..e679746f90a3 100644 --- a/starmath/prj/d.lst +++ b/starmath/prj/d.lst @@ -16,3 +16,9 @@ hedabu: ..\inc\smdll.hxx %_DEST%\inc%_EXT%\starmath\smdll.hxx hedabu: ..\inc\smdll0.hxx %_DEST%\inc%_EXT%\starmath\smdll0.hxx hedabu: ..\inc\smmod.hxx %_DEST%\inc%_EXT%\starmath\smmod.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" |