diff options
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 |