summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-12 07:05:07 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-12 07:05:07 +0000
commit165020d602a66c240ec936956c4eea07be8b3867 (patch)
tree313b3d521f82ce7d1b834f33098c334eeae04de6 /icu
parentf690343db32a3f23dc61993c8b29878b6eff7fb5 (diff)
#i10000# Fixed by obo?
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 3e4444828a27..24ace1a62a40 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: hr $ $Date: 2003-11-07 15:59:13 $
+# last change: $Author: rt $ $Date: 2004-05-12 08:05:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -132,9 +132,15 @@ CONFIGURE_DIR=source
.IF "$(USE_SHELL)"=="4nt"
BUILD_ACTION_SEP=^
CONFIGURE_ACTION=$(BACK_PATH)..$/..$/convert.bat
+.IF "$(COMEX)"=="10"
+CONFIGURE_ACTION+= $(BUILD_ACTION_SEP)$(BACK_PATH)..$/..$/rmvcprj.bat
+.ENDIF # "$(COMEX)"=="10"
.ELSE # "$(USE_SHELL)"=="4nt"
BUILD_ACTION_SEP=;
CONFIGURE_ACTION=$(BACK_PATH)..$/..$/convert.sh
+.IF "$(COMEX)"=="10"
+CONFIGURE_ACTION+= $(BUILD_ACTION_SEP)$(BACK_PATH)..$/..$/rmvcprj.sh
+.ENDIF # "$(COMEX)"=="10"
.ENDIF # "$(USE_SHELL)"=="4nt"
BUILD_DIR=source
.IF "full_debug" == ""