diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:07:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:07:48 +0000 |
commit | 694ae5ee0fab85e9f6c51995405ec8b483176357 (patch) | |
tree | a967dc4161b964527ac2ab061261527607c7173e /stoc | |
parent | 0f9627151dcd58551012e961509c4e077af4646a (diff) |
INTEGRATION: CWS uno2 (1.8.40); FILE MERGED
2003/04/08 13:56:03 dbo 1.8.40.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/corereflection/makefile.mk b/stoc/source/corereflection/makefile.mk index db563d18676a..1e659f48506c 100644 --- a/stoc/source/corereflection/makefile.mk +++ b/stoc/source/corereflection/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2002-02-05 10:18:31 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:07:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,15 +62,15 @@ PRJ=..$/.. PRJNAME= stoc -TARGET= corefl -USE_DEFFILE= TRUE -NO_BSYMBOLIC= TRUE +TARGET = corereflection.uno ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) +NO_BSYMBOLIC = TRUE +COMP1TYPELIST = corefl # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +DLLPRE = # ------------------------------------------------------------------ @@ -91,7 +91,7 @@ NOOPTFILES += $(SLO)$/criface.obj .ENDIF SHL1TARGET= $(TARGET) -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP = corefl.map SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ |