diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:16:28 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:16:28 +0000 |
commit | ba2569654ab4f8c136cb9e7aaf302652bbedeb4e (patch) | |
tree | d5e4aa69101bf12fc80d551d415862cf478f4bc4 /sal/util | |
parent | 4ba5b102f43a0731fd874ad8280f8aea6afa160e (diff) |
INTEGRATION: CWS sb22 (1.34.22); FILE MERGED
2004/10/22 07:31:07 sb 1.34.22.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk index 6be78f118..8896768af 100644 --- a/sal/util/makefile.mk +++ b/sal/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.34 $ +# $Revision: 1.35 $ # -# last change: $Author: rt $ $Date: 2004-09-08 16:45:18 $ +# last change: $Author: pjunck $ $Date: 2004-11-03 09:16:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -117,8 +117,11 @@ LIB3FILES= \ #LIB3FILES+=$(LB)$/systoolsunx.lib #.ENDIF # UNX - +.IF "$(GUI)" == "WNT" SHL1TARGET= $(TARGET) +.ELSE +SHL1TARGET= uno_$(TARGET) +.ENDIF SHL1IMPLIB= i$(TARGET) SHL1VERSIONMAP= $(TARGET).map |