diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-04-25 11:41:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-04-25 11:41:14 +0000 |
commit | 174da4fb1311d46a2ead1940519b72b16657a941 (patch) | |
tree | d302411f8ea048464fc31a7027fbc57dee274e7b /remotebridges | |
parent | 9e0b38df8c7848ba4f1b48fc06941b8985626bad (diff) |
#100000# merge corrected
Diffstat (limited to 'remotebridges')
-rwxr-xr-x | remotebridges/source/dynamicloader/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/remotebridges/source/dynamicloader/makefile.mk b/remotebridges/source/dynamicloader/makefile.mk index 553a174a6874..64781d0def52 100755 --- a/remotebridges/source/dynamicloader/makefile.mk +++ b/remotebridges/source/dynamicloader/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2003-04-23 16:42:50 $ +# last change: $Author: kz $ $Date: 2003-04-25 12:41:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -100,7 +100,6 @@ SHL1IMPLIB= i$(TARGET) SHL1LIBS=$(SLB)$/$(TARGET).lib SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1VERSIONMAP=$(SHL1TARGET).map DEF1NAME= $(SHL1TARGET) |