Backed out changeset b0a4653325cc (bug 941565) for Windows bustage.
[gecko.git] / config / moz.build
blobb8785211c84be82373b193e0519714bda0080b40
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 NO_DIST_INSTALL = True
8 # For sanity's sake, we compile nsinstall without the wrapped system
9 # headers, so that we can use it to set up the wrapped system headers.
10 NO_VISIBILITY_FLAGS = True
12 CONFIGURE_SUBST_FILES += [
13     'autoconf.mk',
14     'doxygen.cfg',
15     'emptyvars.mk',
16     'makefiles/test/Makefile',
17     'tests/makefiles/autodeps/Makefile',
18     'tests/src-simple/Makefile',
21 if CONFIG['HOST_OS_ARCH'] != 'WINNT':
22     HOST_SOURCES += [
23         'nsinstall.c',
24         'pathsub.c',
25     ]
26     HOST_PROGRAM = 'nsinstall_real'