summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2011-01-05 21:38:47 +0900
committertono <tono@openoffice.org>2011-01-05 21:38:47 +0900
commit7e7c29da3f28a60ad799500d1449a93617eb4a84 (patch)
tree4820417a8f23a12c5cbd8cd22ea5ecf35ffe389c /icu
parente7e1dd9581e0f42d6792ed49661e57623ea45aa3 (diff)
Backed out changeset: e84942bd0aca
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 44a5fd99cac4..7542aeb1ccd1 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -253,30 +253,6 @@ $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_add_binary
.ENDIF
-.IF "$(GUI)$(COM)"=="WNTGCC"
-ALLTAR : \
- $(LB)$/icudata.lib \
- $(LB)$/icuin$(ICU_BUILD_LIBPOST).lib \
- $(LB)$/icuuc$(ICU_BUILD_LIBPOST).lib \
- $(LB)$/icule$(ICU_BUILD_LIBPOST).lib \
- $(LB)$/icutu$(ICU_BUILD_LIBPOST).lib
-
-$(LB)$/icudata.lib : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
- $(TOUCH) $@
-
-$(LB)$/icuin$(ICU_BUILD_LIBPOST).lib : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
- $(TOUCH) $@
-
-$(LB)$/icuuc$(ICU_BUILD_LIBPOST).lib : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
- $(TOUCH) $@
-
-$(LB)$/icule$(ICU_BUILD_LIBPOST).lib : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
- $(TOUCH) $@
-
-$(LB)$/icutu$(ICU_BUILD_LIBPOST).lib : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
- $(TOUCH) $@
-.ENDIF
-
# Since you never know what will be in a patch (for example, it may already
# patch at configure level) or in the case of a binary patch, we remove the
# entire package directory if a patch is newer.