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 | 315c5030b32153a3e9ed945e481e120bd7ffaeb7 (patch) | |
tree | 1a1b9f1764b514b5cbc8bf1f26cbee643bef806c /extras | |
parent | e09fed05f86511ed0f8a77e9ae59aef7aa521421 (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'extras')
-rw-r--r-- | extras/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extras/prj/d.lst b/extras/prj/d.lst index 7aa61b00e6e8..0aaa1a4c2c12 100644 --- a/extras/prj/d.lst +++ b/extras/prj/d.lst @@ -8,3 +8,9 @@ mkdir: %_DEST%\pck%_EXT% ..\unx\source\fonts\truetype\fonts.dir %_DEST%\pck%_EXT%\fonts.dir ..\source\shellnew\soffice.* %_DEST%\pck%_EXT%\soffice.* ..\unx\source\fonts\fonts\type1\fontunxtype1portal.zip %_DEST%\pck%_EXT%\fontunxtype1portal.zip + +..\%__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" |