summaryrefslogtreecommitdiff
path: root/svtools/prj
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
commite4cd4bf8feece728a68a1b58b5cd197db9ade836 (patch)
treef3e11ad72ae03aa3ef27a58b9f2f2e995e3158b6 /svtools/prj
parent6e5f48d128315364c1776e99b70d5b86047c9006 (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'svtools/prj')
-rw-r--r--svtools/prj/d.lst7
1 files changed, 6 insertions, 1 deletions
diff --git a/svtools/prj/d.lst b/svtools/prj/d.lst
index 9197113be324..f7f1223210a0 100644
--- a/svtools/prj/d.lst
+++ b/svtools/prj/d.lst
@@ -293,4 +293,9 @@ hedabu: ..\inc\searchopt.hxx %_DEST%\inc%_EXT%\svtools\searchopt.hxx
hedabu: ..\inc\PasswordHelper.hxx %_DEST%\inc%_EXT%\svtools\PasswordHelper.hxx
-dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\bin%_EXT%\bmp=%__PRJROOT%\%__SRC%\bin%_EXT%; fi"
+
+..\%__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"