diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:11:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:11:03 +0000 |
commit | 2e5db69e1672b67027a995271f87cd9bdc6585b8 (patch) | |
tree | 54f840aea3f27e5df0e067414b56a071a3db7c2c /stoc | |
parent | 27c9a407194c5eb2dd922cc687a3f8c197d52322 (diff) |
INTEGRATION: CWS uno2 (1.7.60); FILE MERGED
2003/04/08 13:56:15 dbo 1.7.60.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/loader/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/loader/makefile.mk b/stoc/source/loader/makefile.mk index 54627768f91b..b15e2b712a45 100644 --- a/stoc/source/loader/makefile.mk +++ b/stoc/source/loader/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: jbu $ $Date: 2001-06-22 16:20:59 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:11:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,16 +62,16 @@ PRJ=..$/.. PRJNAME= stoc -TARGET= cpld -USE_DEFFILE= TRUE -NO_BSYMBOLIC= TRUE +TARGET = shlibloader.uno ENABLE_EXCEPTIONS=TRUE +NO_BSYMBOLIC = TRUE BOOTSTRAP_SERVICE=TRUE -COMP1TYPELIST=$(TARGET) +COMP1TYPELIST = cpld # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +DLLPRE = # ------------------------------------------------------------------ @@ -87,7 +87,7 @@ SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(SALLIB) -SHL1VERSIONMAP=$(TARGET).map +SHL1VERSIONMAP = cpld.map SHL1DEPN= SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib |