diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:56:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:56:32 +0000 |
commit | de4b0b070004835f87e5828e55d0acff7478812f (patch) | |
tree | fd089d131e1c262ec2265b35bec2fa056c42df89 | |
parent | 7be85a93fe17323480450b8601f10e21c2999927 (diff) |
INTEGRATION: CWS tune01 (1.5.46); FILE MERGED
2003/04/03 13:41:33 pl 1.5.46.1: #i12688# add map file
-rw-r--r-- | extensions/source/resource/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/resource/makefile.mk b/extensions/source/resource/makefile.mk index fe7b5550e408..db88830d3127 100644 --- a/extensions/source/resource/makefile.mk +++ b/extensions/source/resource/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: jbu $ $Date: 2002-10-01 08:22:28 $ +# last change: $Author: vg $ $Date: 2003-04-15 13:56:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -119,6 +119,11 @@ UNOTYPES=\ com.sun.star.beans.XExactName # END NEW +SHL1DEF=$(MISC)$/$(SHL1TARGET).def +SHL1IMPLIB=i$(TARGET) +SHL1LIBS=$(SLB)$/$(TARGET).lib +SHL1VERSIONMAP=exports.map + DEF1NAME= $(SHL1TARGET) DEF1EXPORTFILE= exports.dxp |