diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 16:19:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 16:19:48 +0000 |
commit | c36157fc79e482d376122bdd6294ccca5861ae5e (patch) | |
tree | 86a669f331e79a5cc5a2becaf3d55cdce41f4301 /icu | |
parent | 81b3f1169d5e22f216477baf6a8f754a066b4c56 (diff) |
INTEGRATION: CWS net2003 (1.13.6); FILE MERGED
2003/09/08 19:47:13 obo 1.13.6.2: RESYNC: (1.13-1.14); FILE MERGED
2003/08/07 15:24:23 obo 1.13.6.1: #111136 net 2003
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index a0bd426aba6d..a9d61b6f8740 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: hr $ $Date: 2003-07-16 17:26:10 $ +# last change: $Author: vg $ $Date: 2003-10-06 17:19:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -135,7 +135,7 @@ BUILD_ACTION_SEP=; CONFIGURE_ACTION=$(BACK_PATH)..$/..$/convert.sh .ENDIF # "$(USE_SHELL)"=="4nt" BUILD_DIR=source -.IF "$(COMEX)"=="8" +.IF "$(COMEX)"=="8" || "$(COMEX)"=="10" CONFIGURE_ACTION+= $(BUILD_ACTION_SEP) wdevenv allinone$/allinone Release BUILD_ACTION=devenv allinone$/allinone.sln /build Release /project all /useenv .ELSE |