diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:56:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:56:52 +0000 |
commit | 8e1a749b078ad36ba9391bdd6844f6cf4783d559 (patch) | |
tree | 477936b205661d00db1732c41c8c66085a4c7f8e /extensions | |
parent | 9f992db55205af904d18cfe7da55b55e316e5d3a (diff) |
INTEGRATION: CWS tune01 (1.3.46); FILE MERGED
2003/03/12 16:07:55 pl 1.3.46.1: #i12151# add: map file
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/scanner/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/source/scanner/makefile.mk b/extensions/source/scanner/makefile.mk index e4d409ad3641..38096e6fa19a 100644 --- a/extensions/source/scanner/makefile.mk +++ b/extensions/source/scanner/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2003-04-08 15:40:18 $ +# last change: $Author: vg $ $Date: 2003-04-15 13:56:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -135,12 +135,13 @@ SHL1STDLIBS=\ $(GOODIESLIB) .IF "$(GUI)"=="UNX" -SHL1STDLIBS+=$(SVTOOLLIB) +SHL1STDLIBS+=$(SVTOOLLIB) -ldl .ENDIF SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1IMPLIB=i$(TARGET) SHL1LIBS=$(SLB)$/$(TARGET).lib +SHL1VERSIONMAP=exports.map DEF1NAME=$(SHL1TARGET) DEF1EXPORTFILE=exports.dxp |