diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:40:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:40:17 +0000 |
commit | 580935143ccbeba96640dc23f350439e9bfd7ebd (patch) | |
tree | 766dda5c2d7ea7bc99d2701181552ad2159abe76 /javaunohelper | |
parent | a41cdd978e98a922c16d9fdd1edee2a6dea90136 (diff) |
INTEGRATION: CWS tune01 (1.10.2.2.12); FILE MERGED
2003/03/27 11:15:24 dbo 1.10.2.2.12.1: #i12685# added map file for javaunohelper
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/source/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/javaunohelper/source/makefile.mk b/javaunohelper/source/makefile.mk index 0260584175c2..e0531d492c5e 100644 --- a/javaunohelper/source/makefile.mk +++ b/javaunohelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: hr $ $Date: 2003-03-26 12:23:48 $ +# last change: $Author: vg $ $Date: 2003-04-15 13:40:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,13 +124,14 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) +SHL1VERSIONMAP = javaunohelper.map + SHL1DEPN= SHL1IMPLIB=i$(SHL1TARGET) SHL1LIBS=$(LIB1TARGET) SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME=$(SHL1TARGET) -DEF1EXPORTFILE=exports.dxp # ------------------------------------------------------------------ @@ -143,13 +144,14 @@ SHL2TARGET=juh SHL2STDLIBS= \ $(SALLIB) +SHL2VERSIONMAP = javaunohelper.map + SHL2DEPN= SHL2IMPLIB=i$(SHL2TARGET) SHL2LIBS=$(LIB2TARGET) SHL2DEF=$(MISC)$/$(SHL2TARGET).def DEF2NAME=$(SHL2TARGET) -DEF2EXPORTFILE=exports.dxp # --- Targets ------------------------------------------------------ |