Guest User

Untitled

a guest
Jul 23rd, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. From 454f73d76584c69ed9f621ebd4cc1b01236a5d14 Mon Sep 17 00:00:00 2001
  2. From: wagerlabs <joelr1@gmail.com>
  3. Date: Mon, 1 Feb 2010 08:47:57 +0000
  4. Subject: [PATCH 1/2] win build fixes
  5.  
  6. ---
  7. Makefile.in | 6 ++++++
  8. browser/Makefile.in | 1 -
  9. toolkit/toolkit-tiers.mk | 2 ++
  10. 3 files changed, 8 insertions(+), 1 deletions(-)
  11.  
  12. diff --git a/Makefile.in b/Makefile.in
  13. index 8413ba3..847f8a0 100644
  14. --- a/Makefile.in
  15. +++ b/Makefile.in
  16. @@ -120,6 +120,12 @@ tier_toolkit::
  17. $(MAKE) tools_tier_gecko
  18. $(MAKE) tools_tier_toolkit
  19.  
  20. +default::
  21. + $(warning MAKING XPCOM STUB)
  22. + $(MAKE) xpcom/stub/Makefile
  23. + $(call SUBMAKE,libs,xpcom/stub)
  24. + $(call SUBMAKE,$@,browser/components)
  25. +
  26. ifeq (netwerk,$(MOZ_BUILD_APP))
  27. tier_necko::
  28. $(EXIT_ON_ERROR) \
  29. diff --git a/browser/Makefile.in b/browser/Makefile.in
  30. index 012214b..caf9695 100644
  31. --- a/browser/Makefile.in
  32. +++ b/browser/Makefile.in
  33. @@ -44,7 +44,6 @@ include $(topsrcdir)/config/config.mk
  34.  
  35. PARALLEL_DIRS = \
  36. base \
  37. - components \
  38. fuel \
  39. locales \
  40. themes \
  41. diff --git a/toolkit/toolkit-tiers.mk b/toolkit/toolkit-tiers.mk
  42. index 833a7a8..a3b6159 100644
  43. --- a/toolkit/toolkit-tiers.mk
  44. +++ b/toolkit/toolkit-tiers.mk
  45. @@ -231,8 +231,10 @@ endif
  46. tier_toolkit_dirs += toolkit/library
  47.  
  48. ifdef MOZ_ENABLE_LIBXUL
  49. +ifndef BUILD_STATIC_LIBS
  50. tier_toolkit_dirs += xpcom/stub
  51. endif
  52. +endif
  53.  
  54. ifdef NS_TRACE_MALLOC
  55. tier_toolkit_dirs += tools/trace-malloc
  56. --
  57. 1.6.4.1
Add Comment
Please, Sign In to add comment