moz.build 579 B

1234567891011121314151617181920212223242526
  1. # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. SOURCES += [
  6. 'txDouble.cpp',
  7. 'txExpandedName.cpp',
  8. 'txExpandedNameMap.cpp',
  9. 'txList.cpp',
  10. 'txNamespaceMap.cpp',
  11. 'txURIUtils.cpp',
  12. ]
  13. LOCAL_INCLUDES += [
  14. '..',
  15. '../xml',
  16. '../xpath',
  17. '../xslt',
  18. ]
  19. FINAL_LIBRARY = 'xul'
  20. if CONFIG['GNU_CXX']:
  21. CXXFLAGS += ['-Wno-error=shadow']