From 6397cb8d60227a26e71799be2319ab9a2e6ee07a Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 28 Mar 2002 02:05:06 +0000 Subject: #97583# centralized ICUI18NLIB in solenv/inc/libs.mk --- i18npool/util/makefile.mk | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'i18npool/util') diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk index 9d61424d5cf4..24de7e853f4e 100644 --- a/i18npool/util/makefile.mk +++ b/i18npool/util/makefile.mk @@ -2,9 +2,9 @@ #* #* $RCSfile: makefile.mk,v $ #* -#* $Revision: 1.8 $ +#* $Revision: 1.9 $ #* -#* last change: $Author: bustamam $ $Date: 2002-03-26 13:40:06 $ +#* last change: $Author: er $ $Date: 2002-03-28 03:05:06 $ #* #* The Contents of this file are made available subject to the terms of #* either of the following licenses @@ -93,14 +93,6 @@ LIB1DEPN= $(MISC)$/$(LIB1TARGET).flt SHL1TARGET= $(TARGET)$(VERSION)$(DLLPOSTFIX) SHL1IMPLIB= i$(TARGET) -.IF "$(OS)"=="WNT" -ICUI18NLIB= icuin.lib icuuc.lib -.ELSE -ICUI18NLIB= -licui18n -licuuc -licudata -.IF "$(OS)"=="SOLARIS" -ICUI18NLIB+= -lCstd -.ENDIF -.ENDIF SHL1STDLIBS=\ $(TOOLSLIB) \ -- cgit