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

FINAL_LIBRARY = "test"
SOURCES += ["bar.cpp", "foo.cpp"]
LOCAL_INCLUDES += ["/includeA/foo"]
DEFINES["DEFINEFOO"] = True
DEFINES["DEFINEBAR"] = "bar"