diff options
author | tono <tono@openoffice.org> | 2011-01-05 21:38:47 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2011-01-05 21:38:47 +0900 |
commit | 7e7c29da3f28a60ad799500d1449a93617eb4a84 (patch) | |
tree | 4820417a8f23a12c5cbd8cd22ea5ecf35ffe389c /icu/makefile.mk | |
parent | e7e1dd9581e0f42d6792ed49661e57623ea45aa3 (diff) |
Backed out changeset: e84942bd0aca
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 24 |
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. |