diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:06:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:06:11 +0000 |
commit | e7c873ad8016c07193ba81671bfda3ea4b637d9b (patch) | |
tree | 304014e06f72e8bd7e7ae59a1995f59d52af482d /dtrans/util | |
parent | b2a6d111c8fc443127872422cdc3ea993c288292 (diff) |
INTEGRATION: CWS tune01 (1.9.24); FILE MERGED
2003/03/12 16:12:30 pl 1.9.24.1: #i12151# add: map file
Diffstat (limited to 'dtrans/util')
-rw-r--r-- | dtrans/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/util/makefile.mk b/dtrans/util/makefile.mk index a82790ece954..8ed40046e1e5 100644 --- a/dtrans/util/makefile.mk +++ b/dtrans/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hro $ $Date: 2002-08-26 13:58:54 $ +# last change: $Author: vg $ $Date: 2003-04-15 14:06:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -99,6 +99,7 @@ SHL1IMPLIB=i$(SHL1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) DEF1EXPORTFILE= exports.dxp +SHL1VERSIONMAP=exports.map .IF "$(GUI)"=="WNT" |