summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2011-01-05 22:55:15 +0900
committertono <tono@openoffice.org>2011-01-05 22:55:15 +0900
commitcb87f3db2a9b48489cef9f3dc51df02f70061e4a (patch)
treefa6e1ce8c341561c9ea25849bfd70307d0299fe8 /icu
parent7e7c29da3f28a60ad799500d1449a93617eb4a84 (diff)
mingwport33: i#116264: gbuild for MinGW
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 7542aeb1ccd1..44a5fd99cac4 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -253,6 +253,30 @@ $(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.