mingw.patch 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. diff --git a/source/config/mh-mingw b/source/config/mh-mingw
  2. index 30f6e5b..7cadf9d 100644
  3. --- a/source/config/mh-mingw
  4. +++ b/source/config/mh-mingw
  5. @@ -15,11 +15,6 @@
  6. # If you prefer to have the DLLs in the lib folder, then set this to NO instead.
  7. MINGW_MOVEDLLSTOBINDIR = YES
  8. -# We install sbin tools into the same bin directory because
  9. -# pkgdata needs some of the tools in sbin, and we can't always depend on
  10. -# icu-config working on Windows.
  11. -sbindir=$(bindir)
  12. -
  13. ## Commands to generate dependency files
  14. GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
  15. GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
  16. @@ -81,6 +76,10 @@ else
  17. SO_TARGET_VERSION_SUFFIX =
  18. endif
  19. +## Remove shared library 's'
  20. +STATIC_PREFIX_WHEN_USED =
  21. +STATIC_PREFIX =
  22. +
  23. # Static library prefix and file extension
  24. LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
  25. A = a
  26. diff --git a/source/config/mh-mingw64 b/source/config/mh-mingw64
  27. index fb64c56..40b436a 100644
  28. --- a/source/config/mh-mingw64
  29. +++ b/source/config/mh-mingw64
  30. @@ -15,11 +15,6 @@ MINGW_MOVEDLLSTOBINDIR = YES
  31. # This file is similar to mh-mingw
  32. # Any changes made here may also need to be made in mh-mingw
  33. -# We install sbin tools into the same bin directory because
  34. -# pkgdata needs some of the tools in sbin, and we can't always depend on
  35. -# icu-config working on Windows.
  36. -sbindir=$(bindir)
  37. -
  38. ## Commands to generate dependency files
  39. GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
  40. GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
  41. @@ -81,6 +76,10 @@ else
  42. SO_TARGET_VERSION_SUFFIX =
  43. endif
  44. +## Remove shared library 's'
  45. +STATIC_PREFIX_WHEN_USED =
  46. +STATIC_PREFIX =
  47. +
  48. # Static library prefix and file extension
  49. LIBSICU = lib$(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
  50. A = a