summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-25 09:07:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-25 09:07:03 +0000
commitbaeae9dc79c63ac41c1634ae43844ad5c7caa743 (patch)
tree186df51378b2f0d079273f9d39290adc56708bca /icu
parent7e489350c2ebb7ac4ac35eab39bcc83bb5349c6d (diff)
INTEGRATION: CWS i18n16 (1.21.4); FILE MERGED
2005/01/25 18:27:19 khong 1.21.4.1: #i35285# deliver gencmn for generate breakiterator rule binary
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 4e01e09103bb..d020d594accd 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.21 $
+# $Revision: 1.22 $
#
-# last change: $Author: kz $ $Date: 2005-01-14 11:32:24 $
+# last change: $Author: vg $ $Date: 2005-02-25 10:07:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -59,7 +59,6 @@
#
#
#*************************************************************************
-
PRJ=.
PRJNAME=so_icu
@@ -123,7 +122,8 @@ OUT2LIB= \
OUT2BIN= \
$(BUILD_DIR)$/tools$/genccode$/genccode \
- $(BUILD_DIR)$/tools$/genbrk$/genbrk
+ $(BUILD_DIR)$/tools$/genbrk$/genbrk \
+ $(BUILD_DIR)$/tools$/gencmn$/gencmn
.ENDIF
@@ -190,7 +190,8 @@ OUT2BIN= \
$(BUILD_DIR)$/..$/bin$/icule26$(ICU_BUILD_LIBPOST).dll \
$(BUILD_DIR)$/..$/bin$/icutu26$(ICU_BUILD_LIBPOST).dll \
$(BUILD_DIR)$/..$/bin$/genccode.exe \
- $(BUILD_DIR)$/..$/bin$/genbrk.exe
+ $(BUILD_DIR)$/..$/bin$/genbrk.exe \
+ $(BUILD_DIR)$/..$/bin$/gencmn.exe
.ENDIF # "$(GUI)"=="WNT"