Kaydet (Commit) 4859d902 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS internatiodel (1.95.54); FILE MERGED

2006/02/10 21:52:58 er 1.95.54.2: RESYNC: (1.95-1.96); FILE MERGED
2006/02/10 19:29:03 er 1.95.54.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
üst a640de0e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: libs.mk,v $ # $RCSfile: libs.mk,v $
# #
# $Revision: 1.97 $ # $Revision: 1.98 $
# #
# last change: $Author: vg $ $Date: 2006-04-04 08:30:56 $ # last change: $Author: vg $ $Date: 2006-04-07 14:23:23 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
# MA 02111-1307 USA # MA 02111-1307 USA
# #
#************************************************************************* #*************************************************************************
LIBSMKREV!:="$$Revision: 1.97 $$" LIBSMKREV!:="$$Revision: 1.98 $$"
.IF "$(COM)"=="WTC" .IF "$(COM)"=="WTC"
LIBPRE=libr LIBPRE=libr
...@@ -49,6 +49,8 @@ ICUINLIB=-licui18n ...@@ -49,6 +49,8 @@ ICUINLIB=-licui18n
ICULELIB=-licule ICULELIB=-licule
ICUUCLIB=-licuuc ICUUCLIB=-licuuc
I18NUTILLIB=-li18nutil$(COMID) I18NUTILLIB=-li18nutil$(COMID)
.INCLUDE .IGNORE : i18npool$/version.mk
I18NISOLANGLIB=-li18nisolang$(ISOLANG_MAJOR)$(COMID)
.IF "$(WITH_GPC)"!="NO" .IF "$(WITH_GPC)"!="NO"
GPC3RDLIB=-lgpc GPC3RDLIB=-lgpc
.ENDIF .ENDIF
...@@ -294,6 +296,7 @@ ICUINLIB=icuin.lib ...@@ -294,6 +296,7 @@ ICUINLIB=icuin.lib
ICULELIB=icule.lib ICULELIB=icule.lib
ICUUCLIB=icuuc.lib ICUUCLIB=icuuc.lib
I18NUTILLIB=$(LIBPRE) ii18nutil.lib I18NUTILLIB=$(LIBPRE) ii18nutil.lib
I18NISOLANGLIB=$(LIBPRE) ii18nisolang.lib
GPC3RDLIB=gpc.lib GPC3RDLIB=gpc.lib
SALHELPERLIB=$(LIBPRE) isalhelper.lib SALHELPERLIB=$(LIBPRE) isalhelper.lib
XMLSCRIPTLIB=ixcr.lib XMLSCRIPTLIB=ixcr.lib
......
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