summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io/source/TextInputStream/makefile.mk5
-rw-r--r--stoc/source/invocation/makefile.mk5
-rw-r--r--stoc/source/namingservice/makefile.mk7
-rw-r--r--stoc/source/proxy_factory/makefile.mk5
-rw-r--r--stoc/source/registry_tdprovider/makefile.mk6
-rw-r--r--stoc/source/simpleregistry/makefile.mk7
-rw-r--r--stoc/source/typeconv/makefile.mk6
7 files changed, 20 insertions, 21 deletions
diff --git a/io/source/TextInputStream/makefile.mk b/io/source/TextInputStream/makefile.mk
index a4656e27d80a..1b9f54ee8bdb 100644
--- a/io/source/TextInputStream/makefile.mk
+++ b/io/source/TextInputStream/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: jbu $ $Date: 2001-06-22 16:32:49 $
+# last change: $Author: jbu $ $Date: 2001-06-29 16:44:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -107,7 +107,6 @@ SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------
diff --git a/stoc/source/invocation/makefile.mk b/stoc/source/invocation/makefile.mk
index a1eccf26b1d7..acd07ea604bc 100644
--- a/stoc/source/invocation/makefile.mk
+++ b/stoc/source/invocation/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: jbu $ $Date: 2001-06-22 16:20:57 $
+# last change: $Author: jbu $ $Date: 2001-06-29 16:38:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -92,7 +92,6 @@ SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------
diff --git a/stoc/source/namingservice/makefile.mk b/stoc/source/namingservice/makefile.mk
index 81d5cc017f8d..0769bd917e47 100644
--- a/stoc/source/namingservice/makefile.mk
+++ b/stoc/source/namingservice/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: pluby $ $Date: 2001-03-02 07:18:53 $
+# last change: $Author: jbu $ $Date: 2001-06-29 16:41:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,13 +86,14 @@ SHL1STDLIBS= \
$(CPPUHELPERLIB) \
$(SALLIB)
+SHL1VERSIONMAP=$(TARGET).map
+
SHL1DEPN=
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------
diff --git a/stoc/source/proxy_factory/makefile.mk b/stoc/source/proxy_factory/makefile.mk
index 0fbf634b223e..9bbe9dd25924 100644
--- a/stoc/source/proxy_factory/makefile.mk
+++ b/stoc/source/proxy_factory/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: jbu $ $Date: 2001-06-22 16:20:59 $
+# last change: $Author: jbu $ $Date: 2001-06-29 16:41:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -95,7 +95,6 @@ SHL1LIBS=$(SLB)$/$(TARGET).lib
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
-DEF1EXPORTFILE=exports.dxp
# --- Targets ------------------------------------------------------
diff --git a/stoc/source/registry_tdprovider/makefile.mk b/stoc/source/registry_tdprovider/makefile.mk
index d367d617c2ee..ac566cb71bea 100644
--- a/stoc/source/registry_tdprovider/makefile.mk
+++ b/stoc/source/registry_tdprovider/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: jsc $ $Date: 2001-03-19 08:25:55 $
+# last change: $Author: jbu $ $Date: 2001-06-29 16:41:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -94,12 +94,12 @@ SHL1STDLIBS= \
$(SALLIB)
SHL1DEPN=
+SHL1VERSIONMAP=$(TARGET).map
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------
diff --git a/stoc/source/simpleregistry/makefile.mk b/stoc/source/simpleregistry/makefile.mk
index b52a02cbae59..be6286a61522 100644
--- a/stoc/source/simpleregistry/makefile.mk
+++ b/stoc/source/simpleregistry/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: jsc $ $Date: 2001-03-13 12:44:43 $
+# last change: $Author: jbu $ $Date: 2001-06-29 16:41:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -89,12 +89,13 @@ SHL1STDLIBS= \
$(CPPUHELPERLIB)
SHL1DEPN=
+
+SHL1VERSIONMAP= $(TARGET).map
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------
diff --git a/stoc/source/typeconv/makefile.mk b/stoc/source/typeconv/makefile.mk
index 03a4be029b35..7bfca979ff60 100644
--- a/stoc/source/typeconv/makefile.mk
+++ b/stoc/source/typeconv/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: pluby $ $Date: 2001-03-02 07:19:18 $
+# last change: $Author: jbu $ $Date: 2001-06-29 16:41:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -87,12 +87,12 @@ SHL1STDLIBS= \
$(SALLIB)
SHL1DEPN=
+SHL1VERSIONMAP= $(TARGET).map
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------