summaryrefslogtreecommitdiff
path: root/wizards/prj/d.lst
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-03-02 04:02:52 +0000
committerPatrick Luby <pluby@openoffice.org>2001-03-02 04:02:52 +0000
commit57f01642f610ef4a19177c8c50e4e8e9d90e95f8 (patch)
tree5193ca92f81990e4c8348935b6299142eebd8d8d /wizards/prj/d.lst
parent5fc57d43cd87bcd004578b1e1094f80382ff5dfb (diff)
Added support for unique, non-colliding lib*static*.dylib files for each project for Mac OS X
Diffstat (limited to 'wizards/prj/d.lst')
-rw-r--r--wizards/prj/d.lst3
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/prj/d.lst b/wizards/prj/d.lst
index e4fc5fa73871..410ee9dab5e4 100644
--- a/wizards/prj/d.lst
+++ b/wizards/prj/d.lst
@@ -36,8 +36,9 @@
touch: ..\%__SRC%\misc\wizards.hid %_DEST%\bin%_EXT%\wizards.hid
-..\%__SRC%\lib\libstatic*.dylib %_DEST%\lib%_EXT%\libstatic*.dylib
+..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.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"
+dos: sh -c "if test dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi"
e == "[]boolean")
{
return TYPE_BOOLEAN_LIST;
} else if ( name == "[]short" )
@@ -150,16 +149,13 @@ Type getDynamicType(css::uno::Any const & value) {
} else if ( name == "[]hyper" )
{
return TYPE_LONG_LIST;
- } else if (name.equalsAsciiL(
- RTL_CONSTASCII_STRINGPARAM("[]double")))
+ } else if (name == "[]double")
{
return TYPE_DOUBLE_LIST;
- } else if (name.equalsAsciiL(
- RTL_CONSTASCII_STRINGPARAM("[]string")))
+ } else if (name == "[]string")
{
return TYPE_STRING_LIST;
- } else if (name.equalsAsciiL(
- RTL_CONSTASCII_STRINGPARAM("[][]byte")))
+ } else if (name == "[][]byte")
{
return TYPE_HEXBINARY_LIST;
}