summaryrefslogtreecommitdiff
path: root/stoc/prj
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-10 20:40:50 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-10 20:40:50 +0000
commit6811a28620e8baf523f3b131cafa28222e6fea21 (patch)
tree9e30c7f8873303657e0ddac1ea02299abc6ce4bf /stoc/prj
parentf188ae888c9b2ba8fa8bb988822c8194b8eb7cc6 (diff)
Updates to synchronize library and symbol names with naming convention used to sal and cppuhelper projects
Diffstat (limited to 'stoc/prj')
-rw-r--r--stoc/prj/d.lst3
1 files changed, 3 insertions, 0 deletions
diff --git a/stoc/prj/d.lst b/stoc/prj/d.lst
index ae5dbff4a6de..9ac16392fd08 100644
--- a/stoc/prj/d.lst
+++ b/stoc/prj/d.lst
@@ -2,6 +2,7 @@ mkdir: %_DEST%\inc%_EXT%\stoc
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*
+..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
..\%__SRC%\bin\*.rdb %_DEST%\rdb%_EXT%\*
@@ -23,3 +24,5 @@ mkdir: %_DEST%\inc%_EXT%\stoc
..\source\simpleregistry\simreg.xml %_DEST%\xml%_EXT%\simreg.xml
..\source\tdmanager\tdmgr.xml %_DEST%\xml%_EXT%\tdmgr.xml
..\source\typeconv\tcv.xml %_DEST%\xml%_EXT%\tcv.xml
+
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"