summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/backend/data/variable_passthru/moz.build
blob: 81595d2db38367842d0d4f3847df40e0f0d9a948 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

DELAYLOAD_DLLS = ["foo.dll", "bar.dll"]

RCFILE = "foo.rc"
RCINCLUDE = "bar.rc"
DEFFILE = "baz.def"

WIN32_EXE_LDFLAGS += ["-subsystem:console"]