diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 07:38:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 07:38:50 +0000 |
commit | 703217b2840fea4f0f7d69720890bc5c37ed5498 (patch) | |
tree | aab955ede81e42db5ab7cfc943c5b5710293701d /xmlhelp | |
parent | cdfaf4cb911fbd4f84a93eb383214afe596c241f (diff) |
INTEGRATION: CWS fwkfinal3 (1.6.116); FILE MERGED
2005/03/22 11:18:11 abi 1.6.116.1: #i34539# no use of cxx anymore
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk index 0c74cfa846d6..316beb84e259 100644 --- a/xmlhelp/util/makefile.mk +++ b/xmlhelp/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2003-04-28 16:18:57 $ +# last change: $Author: rt $ $Date: 2005-03-30 08:38:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -105,8 +105,8 @@ SHL1STDLIBS= \ $(SABLOT3RDLIB) \ $(EXPATASCII3RDLIB) \ $(UCBHELPERLIB) \ - $(BERKELEYLIB) \ - $(BERKELEYCPPLIB) + $(BERKELEYLIB) +# $(BERKELEYCPPLIB) SHL1LIBS = \ $(SLB)$/jaqe.lib \ |