diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:03:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:03:04 +0000 |
commit | 252358a20289117a1c27426b3e3c753c9e0da3b3 (patch) | |
tree | 2f6615445ca0b1b8d27dd7e5194ec4d2ff66cce7 /stoc | |
parent | baaa99caa7aae3bd832075437f3be57b423df71e (diff) |
INTEGRATION: CWS sb76 (1.11.56); FILE MERGED
2007/08/31 11:01:55 sb 1.11.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/simpleregistry/makefile.mk | 30 |
1 files changed, 5 insertions, 25 deletions
diff --git a/stoc/source/simpleregistry/makefile.mk b/stoc/source/simpleregistry/makefile.mk index 471bcbd486a8..7063a5ecb6f0 100644 --- a/stoc/source/simpleregistry/makefile.mk +++ b/stoc/source/simpleregistry/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:51:56 $ +# last change: $Author: hr $ $Date: 2007-09-27 13:03:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -34,41 +34,21 @@ #************************************************************************* PRJ=..$/.. -PRJNAME= stoc -TARGET = simplereg.uno +PRJNAME= stoc +TARGET = simplereg ENABLE_EXCEPTIONS=TRUE BOOTSTRAP_SERVICE=TRUE -COMP1TYPELIST = simreg +UNOUCROUT=$(OUT)$/inc$/bootstrap # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk -DLLPRE = # ------------------------------------------------------------------ -.INCLUDE : ..$/cppumaker.mk - SLOFILES= \ $(SLO)$/simpleregistry.obj -SHL1TARGET= $(TARGET) - -SHL1STDLIBS= \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) - -SHL1DEPN= - -SHL1VERSIONMAP = simreg.map -SHL1IMPLIB= i$(TARGET) -SHL1LIBS= $(SLB)$/$(TARGET).lib -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |