diff options
author | tono <tono@openoffice.org> | 2010-12-31 00:35:16 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2010-12-31 00:35:16 +0900 |
commit | e7e1dd9581e0f42d6792ed49661e57623ea45aa3 (patch) | |
tree | fa6e1ce8c341561c9ea25849bfd70307d0299fe8 /icu | |
parent | 99bb18c42fdc267a39c26a6e1bca6c1cae3d5d10 (diff) |
i#116264: gbuild for MinGW
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 24 |
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. |