summaryrefslogtreecommitdiff
path: root/javaunohelper
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
commit1fd7aa7cbb529447e3edc730518b3bab205ae00b (patch)
tree3827a93174d3d8fb3ca3c20a4d64cabddc16f2cb /javaunohelper
parent17e705ebaf49bd3793e36aa3193339c728f97125 (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/javaunohelper/prj/d.lst b/javaunohelper/prj/d.lst
index 4f58e3b99..7d66788a8 100644
--- a/javaunohelper/prj/d.lst
+++ b/javaunohelper/prj/d.lst
@@ -1,3 +1,9 @@
..\%__SRC%\class\juh.jar %_DEST%\bin%_EXT%\juh.jar
..\%__SRC%\bin\juh.dll %_DEST%\bin%_EXT%\juh.dll
..\%__SRC%\lib\libjuh.so %_DEST%\lib%_EXT%\libjuh.so
+
+..\%__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"