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 | 1dfd984b50caec6d4da0a36991c8506765645217 (patch) | |
tree | f75995e81565f18089d7c2ba588557b2aab559a7 /sal/util/makefile.mk | |
parent | 58550a94d6e46d1830e58ea3e65fe4a1f388cfe8 (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/makefile.mk')
-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 6be78f11862a..8896768af016 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 |