summaryrefslogtreecommitdiffstats
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:48:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:48:45 +0000
commitb8e207235b00d39a844822299df4a11dfadce83f (patch)
treefb2d72046fa8fd7ca10e62c506e08b9b8ea09b88 /ucbhelper
parentINTEGRATION: CWS visibility02 (1.15.62); FILE MERGED (diff)
downloadcore-b8e207235b00d39a844822299df4a11dfadce83f.tar.gz
core-b8e207235b00d39a844822299df4a11dfadce83f.zip
INTEGRATION: CWS visibility02 (1.9.12); FILE MERGED
2005/01/27 11:36:45 mhu 1.9.12.1: #i38608# Added SHLxUSE_EXPORTS=ordinal, cleaned up.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/util/makefile.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk
index 5d88a9557a21..25b1873d7a1c 100644
--- a/ucbhelper/util/makefile.mk
+++ b/ucbhelper/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: pjunck $ $Date: 2004-11-03 08:03:42 $
+# last change: $Author: vg $ $Date: 2005-02-16 15:48:45 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,13 +64,10 @@ PRJ=..
PRJNAME= ucbhelper
TARGET= ucbhelper
-NO_BSYMBOLIC= TRUE
-ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-
.INCLUDE : ..$/version.mk
# --- Files --------------------------------------------------------
@@ -97,6 +94,7 @@ SHL1STDLIBS+= -lnsl -lsocket
SHL1DEPN=
SHL1IMPLIB= i$(TARGET)
+SHL1USE_EXPORTS=ordinal
SHL1LIBS= $(LIB1TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
@@ -104,8 +102,6 @@ DEF1NAME= $(SHL1TARGET)
DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
DEFLIB1NAME= $(TARGET)
DEF1DES= Universal Content Broker - Helpers
-#DEF1EXPORT1= createComponentFactory
-#DEF1EXPORT2= writeComponentInfo
# --- Targets ------------------------------------------------------