summaryrefslogtreecommitdiff
path: root/sfx2/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
commitf17c872a9ff0848c744fe8db3d1eedb8e847172c (patch)
tree060580fec7289b8c036823ebd0d8d45601bab49b /sfx2/prj
parenta6724e22a6ac44cbb46fc7b4bfd208ce5f9f4dab (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'sfx2/prj')
-rw-r--r--sfx2/prj/d.lst7
1 files changed, 6 insertions, 1 deletions
diff --git a/sfx2/prj/d.lst b/sfx2/prj/d.lst
index ef6269f337..318cfb802a 100644
--- a/sfx2/prj/d.lst
+++ b/sfx2/prj/d.lst
@@ -148,4 +148,9 @@ hedabu: ..\inc\xmlmetai.hxx %_DEST%\inc%_EXT%\sfx2\xmlmetai.hxx
hedabu: ..\inc\cntids.hrc %_DEST%\inc%_EXT%\sfx2\cntids.hrc
hedabu: ..\inc\basmgr.hxx %_DEST%\inc%_EXT%\sfx2\basmgr.hxx
-dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" \ No newline at end of file
+
+..\%__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"