diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-08-31 12:59:45 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-08-31 12:59:45 +0000 |
commit | 525eae4e08b8a699fb95a6a14bdff75f3b28293e (patch) | |
tree | bedf2b2bf99a55b948775659cb3ce1434b2a974f /sax/util/makefile.mk | |
parent | 1395c46dcc16501335aa67ce9c0799cf05ff7eea (diff) |
#91714# exports limited
Diffstat (limited to 'sax/util/makefile.mk')
-rw-r--r-- | sax/util/makefile.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sax/util/makefile.mk b/sax/util/makefile.mk index bb4599c4ef86..f8b21289c0ff 100644 --- a/sax/util/makefile.mk +++ b/sax/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:43:13 $ +# last change: $Author: jbu $ $Date: 2001-08-31 13:59:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,7 +75,6 @@ ENABLE_EXCEPTIONS=TRUE SHL1TARGET= $(TARGET) SHL1IMPLIB= i$(TARGET) - SHL1STDLIBS= \ $(SALLIB) \ $(CPPULIB) \ @@ -83,11 +82,9 @@ SHL1STDLIBS= \ $(EXPAT3RDLIB) SHL1LIBS= $(SLB)$/expatwrap.lib - +SHL1VERSIONMAP= $(SOLARENV)$/src$/component.map SHL1DEF= $(MISC)$/$(SHL1TARGET).def - DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |