diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:13:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:13:01 +0000 |
commit | 5f03bf4cbfc986a9d5af5cef31d191ef87ed5753 (patch) | |
tree | de4f640fa3a9477f73105fb10cb186341137eb7c /stoc | |
parent | 8c56289ba3d5a3efcb36346bd657170fa86f4342 (diff) |
INTEGRATION: CWS uno2 (1.8.60); FILE MERGED
2003/04/08 13:56:24 dbo 1.8.60.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/simpleregistry/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/simpleregistry/makefile.mk b/stoc/source/simpleregistry/makefile.mk index be6286a61522..c66367f201f2 100644 --- a/stoc/source/simpleregistry/makefile.mk +++ b/stoc/source/simpleregistry/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: jbu $ $Date: 2001-06-29 16:41:48 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:13:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,16 +62,16 @@ PRJ=..$/.. PRJNAME= stoc -TARGET= simreg -USE_DEFFILE= TRUE -NO_BSYMBOLIC= TRUE +TARGET = simplereg.uno ENABLE_EXCEPTIONS=TRUE +NO_BSYMBOLIC = TRUE BOOTSTRAP_SERVICE=TRUE -COMP1TYPELIST=$(TARGET) +COMP1TYPELIST = simreg # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +DLLPRE = # ------------------------------------------------------------------ @@ -90,7 +90,7 @@ SHL1STDLIBS= \ SHL1DEPN= -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP = simreg.map SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def |