Kaydet (Commit) 176336de authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS sb22 (1.6.18); FILE MERGED

2004/10/22 07:43:25 sb 1.6.18.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.
üst 4cb93613
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.6 $ # $Revision: 1.7 $
# #
# last change: $Author: rt $ $Date: 2004-08-23 09:44:20 $ # last change: $Author: pjunck $ $Date: 2004-11-03 09:22:56 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -155,9 +155,9 @@ $(MISC)$/$(TARGET)-common : makefile.mk ...@@ -155,9 +155,9 @@ $(MISC)$/$(TARGET)-common : makefile.mk
.IF "$(COMNAME)" == "sunpro5" .IF "$(COMNAME)" == "sunpro5"
@-+echo $(DLLPRE)stlport_sunpro$(DLLPOST) >> $@ @-+echo $(DLLPRE)stlport_sunpro$(DLLPOST) >> $@
.ENDIF # sunpro5 .ENDIF # sunpro5
@-+echo $(DLLPRE)sal$(UDKDLLPOST) >> $@ @-+echo $(DLLPRE)uno_sal$(UDKDLLPOST) >> $@
@-+echo $(DLLPRE)cppu$(UDKDLLPOST) >> $@ @-+echo $(DLLPRE)uno_cppu$(UDKDLLPOST) >> $@
@-+echo $(DLLPRE)cppuhelper$(COMID)$(UDKDLLPOST) >> $@ @-+echo $(DLLPRE)uno_cppuhelper$(COMID)$(UDKDLLPOST) >> $@
@-+echo $(DLLPRE)ucbhelper$(UCBHELPER_MAJOR)$(COMID)$(DLLPOST) >> $@ @-+echo $(DLLPRE)ucbhelper$(UCBHELPER_MAJOR)$(COMID)$(DLLPOST) >> $@
@-+echo $(DLLPRE)comphelp$(COMPHLP_MAJOR)$(COMID)$(DLLPOST) >> $@ @-+echo $(DLLPRE)comphelp$(COMPHLP_MAJOR)$(COMID)$(DLLPOST) >> $@
@-+echo $(DLLPRE)tl$(UPDDLLPOST) >> $@ @-+echo $(DLLPRE)tl$(UPDDLLPOST) >> $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment