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 | 07f97138753322090899fb61b25070e07bf8da35 (patch) | |
tree | 6282985ca90981366fd2372f28505270eb67e18c /linguistic | |
parent | 4f6becd93ba3c916473ee2276c200c9f0a297ac0 (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/prj/d.lst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linguistic/prj/d.lst b/linguistic/prj/d.lst index 3aa25250e87c..c809e84db130 100644 --- a/linguistic/prj/d.lst +++ b/linguistic/prj/d.lst @@ -11,4 +11,9 @@ hedabu: ..\inc\spelldta.hxx %_DEST%\inc%_EXT%\linguistic\spelldta.hxx hedabu: ..\inc\hyphdta.hxx %_DEST%\inc%_EXT%\linguistic\hyphdta.hxx hedabu: ..\inc\iprcache.hxx %_DEST%\inc%_EXT%\linguistic\iprcache.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" |