diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:59:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:59:57 +0000 |
commit | 274688c5a1e6d6ad9b840b3787fe44657454c90f (patch) | |
tree | 1f45d5467eefdcdb8a6db80d30f11f39cf20312f /stoc/source/registry_tdprovider | |
parent | 5ee19ae78d658f178acaa79ad33e977fbb1c5c58 (diff) |
INTEGRATION: CWS sb76 (1.15.56); FILE MERGED
2007/08/31 11:01:54 sb 1.15.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc/source/registry_tdprovider')
-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 |