View | Details | Raw Unified | Return to issue 16836
Collapse All | Expand All

(-)source/localedata/makefile.mk (-1 / +1 lines)
Lines 110-116 Link Here
110
110
111
# Since saxparser is used to build other directories in this project, we need
111
# Since saxparser is used to build other directories in this project, we need
112
# to invoke deliver to push our updated libstatic*.dylib to $(SOLARLIBDIR)
112
# to invoke deliver to push our updated libstatic*.dylib to $(SOLARLIBDIR)
113
.IF "$(OS)"=="MACOSX"
113
.IF "$(OS)$(CVER)"=="MACOSXC295"
114
ALL : ALLTAR
114
ALL : ALLTAR
115
	@+-deliver
115
	@+-deliver
116
.ENDIF
116
.ENDIF
(-)source/registerservices/makefile.mk (-4 lines)
Lines 79-89 Link Here
79
79
80
# Make symbol renaming match library name for Mac OS X
80
# Make symbol renaming match library name for Mac OS X
81
.IF "$(OS)"=="MACOSX"
81
.IF "$(OS)"=="MACOSX"
82
.IF $(UPD)>=625
83
SYMBOLPREFIX=i18n$(UPD)$(DLLPOSTFIX)
82
SYMBOLPREFIX=i18n$(UPD)$(DLLPOSTFIX)
84
.ELSE
85
SYMBOLPREFIX=int$(UPD)$(DLLPOSTFIX)
86
.ENDIF
87
.ENDIF
83
.ENDIF
88
84
89
# --- Targets ------------------------------------------------------
85
# --- Targets ------------------------------------------------------
(-)source/transliteration/makefile.mk (-1 / +1 lines)
Lines 113-119 Link Here
113
                        $(SLO)$/texttonum.obj
113
                        $(SLO)$/texttonum.obj
114
114
115
# MACOSX: manually initialization some static data members
115
# MACOSX: manually initialization some static data members
116
.IF "$(OS)"=="MACOSX"
116
.IF "$(OS)$(CVER)"=="MACOSXC295"
117
SLOFILES+=$(SLO)$/staticmbtransliteration.obj
117
SLOFILES+=$(SLO)$/staticmbtransliteration.obj
118
.ENDIF
118
.ENDIF
119
119

Return to issue 16836