diff options
-rw-r--r-- | stoc/source/registry_tdprovider/makefile.mk | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/stoc/source/registry_tdprovider/makefile.mk b/stoc/source/registry_tdprovider/makefile.mk index 1af7a5d35..6aaa6aee7 100644 --- a/stoc/source/registry_tdprovider/makefile.mk +++ b/stoc/source/registry_tdprovider/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:49:59 $ +# last change: $Author: hr $ $Date: 2007-09-27 12:59:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -34,21 +34,18 @@ #************************************************************************* PRJ=..$/.. -PRJNAME= stoc -TARGET = regtypeprov.uno +PRJNAME= stoc +TARGET = regtypeprov ENABLE_EXCEPTIONS=TRUE BOOTSTRAP_SERVICE=TRUE -COMP1TYPELIST = rdbtdp +UNOUCROUT= $(OUT)$/inc$/bootstrap # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk -DLLPRE = # ------------------------------------------------------------------ -.INCLUDE : ..$/cppumaker.mk - SLOFILES= \ $(SLO)$/tdprovider.obj \ $(SLO)$/td.obj \ @@ -66,24 +63,6 @@ SLOFILES= \ $(SLO)$/methoddescription.obj \ $(SLO)$/structtypedescription.obj - -SHL1TARGET= $(TARGET) - -SHL1STDLIBS = \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(REGLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) - -SHL1DEPN= -SHL1VERSIONMAP = rdbtdp.map -SHL1IMPLIB= i$(TARGET) -SHL1LIBS= $(SLB)$/$(TARGET).lib -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |