summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2003-04-22 15:33:56 +0000
committerDaniel Boelzle <dbo@openoffice.org>2003-04-22 15:33:56 +0000
commit3aedfe2783858405da6b32390d5917b7c2c508d0 (patch)
treeea228b13904d805d92d88f539370a51c3143f5be /cli_ure
parent05e80c5ad07ce6e1b9b1829161e93879f49bcb36 (diff)
#107130# fixing exports
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/native/makefile.mk10
-rw-r--r--cli_ure/source/native/native_bootstrap.cxx8
2 files changed, 10 insertions, 8 deletions
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk
index 8b871d1140e3..8c7436c05fdf 100644
--- a/cli_ure/source/native/makefile.mk
+++ b/cli_ure/source/native/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: dbo $ $Date: 2003-04-07 09:40:43 $
+# last change: $Author: dbo $ $Date: 2003-04-22 16:33:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -69,6 +69,7 @@ PRJNAME = cli_ure
TARGET = cli_cppuhelper
NO_BSYMBOLIC = TRUE
ENABLE_EXCEPTIONS = TRUE
+LIBTARGET = NO
USE_DEFFILE = TRUE
.INCLUDE : settings.mk
@@ -91,6 +92,8 @@ SLOFILES = \
$(SLO)$/native_ure.obj \
$(SLO)$/native_bootstrap.obj
+SHL1OBJS = $(SLOFILES)
+
SHL1TARGET = $(TARGET)
SHL1STDLIBS = \
@@ -101,9 +104,6 @@ SHL1STDLIBS = \
SHL1VERSIONMAP = msvc.map
-SHL1DEPN =
-SHL1IMPLIB = i$(TARGET)
-SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1DEF = $(MISC)$/$(SHL1TARGET).def
DEF1NAME = $(SHL1TARGET)
diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx
index d39de29a50e8..76d1d7d10403 100644
--- a/cli_ure/source/native/native_bootstrap.cxx
+++ b/cli_ure/source/native/native_bootstrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: native_bootstrap.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2003-04-07 09:40:43 $
+ * last change: $Author: dbo $ $Date: 2003-04-22 16:33:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,9 +74,11 @@ namespace uno
namespace util
{
+/** Bootstrapping native UNO.
+*/
public __sealed __gc class Bootstrap
{
- inline Bootstrap();
+ inline Bootstrap() {}
public: