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.
This commit is contained in:
parent
58550a94d6
commit
1dfd984b50
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue