Revision 260feeb7337cf9eef8cd5eccc66d75c595b4cbf3 authored by Nils Ohlmeier [:drno] on 03 April 2014, 16:11:00 UTC, committed by Nils Ohlmeier [:drno] on 03 April 2014, 16:11:00 UTC
1 parent 20e1e0b
Raw File
moz.build
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

PARALLEL_DIRS += [
    'hyphenation',
    'locale',
    'locales',
    'lwbrk',
    'strres',
    'unicharutil',
]

DIRS += [
    'uconv',
    'build',
]
back to top