diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-25 17:35:18 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:35:25 +0200 |
commit | 1cb5fa76a8414a072271e2655d8aa6b25fcd03bc (patch) | |
tree | e20b2d67a5101fb735ffa1c0cfe3fc9c0e22a5ba | |
parent | db90240a654c276e83a776de30ef3c07645a6558 (diff) |
bin icuversion.mk, set the variables in configure
Change-Id: Ife00d7477dacfe1eb325c722517fb038ead083db
-rw-r--r-- | configure.in | 6 | ||||
-rwxr-xr-x | icu/icuversion.mk | 38 | ||||
-rw-r--r-- | icu/makefile.mk | 2 | ||||
-rw-r--r-- | icu/prj/d.lst | 2 | ||||
-rw-r--r-- | scp2/InstallModule_ooo.mk | 4 | ||||
-rw-r--r-- | solenv/inc/libs.mk | 1 |
6 files changed, 3 insertions, 50 deletions
diff --git a/configure.in b/configure.in index 4576511d5ea4..e13897d014a5 100644 --- a/configure.in +++ b/configure.in @@ -7821,9 +7821,9 @@ SYSTEM_GENBRK= SYSTEM_GENCCODE= SYSTEM_GENCMN= -ICU_MAJOR= -ICU_MINOR= -ICU_MICRO= +ICU_MAJOR=49 +ICU_MINOR=1 +ICU_MICRO=1 ICU_RECLASSIFIED_CLOSE_PARENTHESIS="YES" ICU_RECLASSIFIED_PREPEND_SET_EMPTY="YES" ICU_RECLASSIFIED_CONDITIONAL_JAPANESE_STARTER="YES" diff --git a/icu/icuversion.mk b/icu/icuversion.mk deleted file mode 100755 index ddc7104409b0..000000000000 --- a/icu/icuversion.mk +++ /dev/null @@ -1,38 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* -# major -.IF "$(ICU_MAJOR)" == "" -ICU_MAJOR=49 -.ENDIF -# minor -.IF "$(ICU_MINOR)" == "" -ICU_MINOR=1 -.ENDIF -# micro -.IF "$(ICU_MICRO)" == "" -ICU_MICRO=1 -.ENDIF diff --git a/icu/makefile.mk b/icu/makefile.mk index afedbbce8d1d..d6a73f9312a8 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -35,8 +35,6 @@ TARGET=so_icu # --- Files -------------------------------------------------------- -.INCLUDE : icuversion.mk - TARFILE_NAME=icu4c-49_1_1-src TARFILE_MD5=7c53f83e0327343f4060c0eb83842daf TARFILE_ROOTDIR=icu diff --git a/icu/prj/d.lst b/icu/prj/d.lst index c76b3ff14e9f..d5fc11a2a74c 100644 --- a/icu/prj/d.lst +++ b/icu/prj/d.lst @@ -42,8 +42,6 @@ mkdir: %_DEST%\inc\external\unicode ..\%__SRC%\lib\libicuuc.a %_DEST%\lib\ ..\%__SRC%\lib\libicutu.a %_DEST%\lib\ -..\icuversion.mk %_DEST%\inc\icuversion.mk - linklib: libicudata.*.*.* linklib: libicui18n.*.*.* linklib: libicule.*.*.* diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index 81653a072691..927c4e1d2f34 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -177,10 +177,6 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ )) endif -ifneq ($(SYSTEM_LIBXSLT),YES) -include $(OUTDIR)/inc/icuversion.mk -endif - $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ -DICU_MAJOR=$(ICU_MAJOR) \ -DICU_MINOR=$(ICU_MINOR) \ diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index a9361938b45e..c8259bdad856 100644 --- a/solenv/inc/libs.mk +++ b/solenv/inc/libs.mk @@ -26,7 +26,6 @@ #************************************************************************* LIBSMKREV!:="$$Revision: 1.134.2.3 $$" -.INCLUDE .IGNORE : icuversion.mk .INCLUDE .IGNORE : i18npool/version.mk .INCLUDE .IGNORE : comphelper/version.mk .INCLUDE .IGNORE : ucbhelper/version.mk |