diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:43:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:43:38 +0000 |
commit | 8430d2e6773eff419296a1dad0389e45294b7ba2 (patch) | |
tree | 22c26f7145b2ba054a188806e5eeb2723e50031b /remotebridges/source/unourl_resolver/makefile.mk | |
parent | 4ae47d8cc1379e97eba57500fcbddba0605b20ff (diff) |
INTEGRATION: CWS uno2 (1.6.28.1.12); FILE MERGED
2003/04/08 13:40:38 dbo 1.6.28.1.12.1: #107991# UNO shared library component renaming
Diffstat (limited to 'remotebridges/source/unourl_resolver/makefile.mk')
-rw-r--r-- | remotebridges/source/unourl_resolver/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/remotebridges/source/unourl_resolver/makefile.mk b/remotebridges/source/unourl_resolver/makefile.mk index 75f6368a2535..8ecc7f983804 100644 --- a/remotebridges/source/unourl_resolver/makefile.mk +++ b/remotebridges/source/unourl_resolver/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2003-03-26 15:41:33 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:43:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,16 +62,16 @@ PRJ=..$/.. PRJNAME=remotebridges -TARGET=uuresolver -USE_DEFFILE=TRUE +TARGET = uuresolver.uno NO_BSYMBOLIC=TRUE ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) +COMP1TYPELIST = uuresolver # --- Settings ----------------------------------------------------- .INCLUDE : svpre.mk .INCLUDE : settings.mk +DLLPRE = .INCLUDE : sv.mk # ------------------------------------------------------------------ @@ -99,7 +99,7 @@ SLOFILES= \ $(SLO)$/unourl_resolver.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP = uuresolver.map SHL1STDLIBS= \ $(SALLIB) \ |