summaryrefslogtreecommitdiff
path: root/stoc/test/testiadapter.cxx
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-12 02:30:53 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-12 02:30:53 +0000
commit390e9fa9e5cb66137466f17b9b72e808d555ceaa (patch)
tree7a535ba2e5b83ad521fc4aa8625caa144b1aeed6 /stoc/test/testiadapter.cxx
parent9ee09f88d779084c715b7a4235eebc02b5b43469 (diff)
Update test files for Mac OS X
Diffstat (limited to 'stoc/test/testiadapter.cxx')
-rw-r--r--stoc/test/testiadapter.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/stoc/test/testiadapter.cxx b/stoc/test/testiadapter.cxx
index 25c174fc7902..ed01ce086e1e 100644
--- a/stoc/test/testiadapter.cxx
+++ b/stoc/test/testiadapter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testiadapter.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2000-10-06 14:25:14 $
+ * last change: $Author: pluby $ $Date: 2001-02-12 03:30:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1001,7 +1001,11 @@ static sal_Bool test_invocation( const Reference< XMultiServiceFactory > & xMgr
#ifdef UNX
#define REG_PREFIX "lib"
+#ifdef MACOSX
+#define DLL_POSTFIX ".dylib.framework"
+#else
#define DLL_POSTFIX ".so"
+#endif
#else
#define REG_PREFIX ""
#define DLL_POSTFIX ".dll"