diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-06-29 15:44:02 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-06-29 15:44:02 +0000 |
commit | 321571ba16987e7bd35c1f0c110b43f28000f4d6 (patch) | |
tree | 5967406e364251159e39316a76c780619cc1a2aa /stoc | |
parent | 869a637d3d08902f2bd69718d02f4b8309c34ca0 (diff) |
#67468# now compiles also on windows
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/invocation/makefile.mk | 5 | ||||
-rw-r--r-- | stoc/source/namingservice/makefile.mk | 7 | ||||
-rw-r--r-- | stoc/source/proxy_factory/makefile.mk | 5 | ||||
-rw-r--r-- | stoc/source/registry_tdprovider/makefile.mk | 6 | ||||
-rw-r--r-- | stoc/source/simpleregistry/makefile.mk | 7 | ||||
-rw-r--r-- | stoc/source/typeconv/makefile.mk | 6 |
6 files changed, 18 insertions, 18 deletions
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 ------------------------------------------------------ |