summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-28 23:23:58 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-28 23:23:58 +0000
commit07f97138753322090899fb61b25070e07bf8da35 (patch)
tree6282985ca90981366fd2372f28505270eb67e18c /sj2
parent4f6becd93ba3c916473ee2276c200c9f0a297ac0 (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'sj2')
-rw-r--r--sj2/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/sj2/prj/d.lst b/sj2/prj/d.lst
index 9c17f2c99698..48007b50ab43 100644
--- a/sj2/prj/d.lst
+++ b/sj2/prj/d.lst
@@ -14,3 +14,9 @@ dos: if "%GUI%" == "WIN" attrib +r %_DEST%\bin%_EXT%\sj2%UPD%*.map
dos: if "%GUI%" == "OS2" attrib -r %_DEST%\bin%_EXT%\sj2%UPD%*.map
dos: if "%GUI%" == "OS2" copy ..\%__SRC%\misc\sj%UPD%*.map %_DEST%\bin%_EXT%\sj2%UPD%*.map
dos: if "%GUI%" == "OS2" attrib +r %_DEST%\bin%_EXT%\sj2%UPD%*.map
+
+..\%__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"