diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:05:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:05:37 +0000 |
commit | 1aec534f8c5e0fe2167650906eee3261d7982cfc (patch) | |
tree | 2d74b6017442bf78ae25d5502cd697521cc0e25f /stoc | |
parent | 8da92187237b72727248d5807178b4366b1486eb (diff) |
INTEGRATION: CWS sb76 (1.9.56); FILE MERGED
2007/08/31 11:01:56 sb 1.9.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/typeconv/makefile.mk | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/stoc/source/typeconv/makefile.mk b/stoc/source/typeconv/makefile.mk index dc101b344225..09cf3139fcaf 100644 --- a/stoc/source/typeconv/makefile.mk +++ b/stoc/source/typeconv/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:53:12 $ +# last change: $Author: hr $ $Date: 2007-09-27 13:05:37 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,9 +35,8 @@ PRJ=..$/.. PRJNAME=stoc -TARGET = typeconverter.uno +TARGET = typeconverter ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST = tcv # --- Settings ----------------------------------------------------- @@ -51,21 +50,6 @@ DLLPRE = SLOFILES= \ $(SLO)$/convert.obj -SHL1TARGET= $(TARGET) - -SHL1STDLIBS= \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) - -SHL1DEPN= -SHL1VERSIONMAP = tcv.map -SHL1IMPLIB= i$(TARGET) -SHL1LIBS= $(SLB)$/$(TARGET).lib -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |