diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:10:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:10:41 +0000 |
commit | 27c9a407194c5eb2dd922cc687a3f8c197d52322 (patch) | |
tree | c59ad82877acdd38acfac2484d76e612ca98e9aa /stoc | |
parent | 78234258b0740ade525f3d5580addb673c082f67 (diff) |
INTEGRATION: CWS uno2 (1.15.34); FILE MERGED
2003/04/08 13:56:14 dbo 1.15.34.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javavm/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/javavm/makefile.mk b/stoc/source/javavm/makefile.mk index aff8d7f9fb2f..fc65afcc460e 100644 --- a/stoc/source/javavm/makefile.mk +++ b/stoc/source/javavm/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: sb $ $Date: 2002-12-06 10:48:59 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:10:41 $ # # 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=jen +TARGET = javavm.uno ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE -NO_BSYMBOLIC=TRUE -COMP1TYPELIST=$(TARGET) +NO_BSYMBOLIC = TRUE +COMP1TYPELIST = jen .IF "$(SOLAR_JAVA)" == "TRUE" # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +DLLPRE = # --- Files -------------------------------------------------------- @@ -98,7 +98,7 @@ NOOPTFILES= \ .ENDIF # "$(COM)"=="C52" SHL1TARGET= $(TARGET) -SHL1VERSIONMAP=$(TARGET).map +SHL1VERSIONMAP = jen.map SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(CPPULIB) \ |