Source code

Revision control

Copy as Markdown

Other Tools

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
DELAYLOAD_DLLS = ["foo.dll", "bar.dll"]
RCFILE = "foo.rc"
RCINCLUDE = "bar.rc"
DEFFILE = "baz.def"
WIN32_EXE_LDFLAGS += ["-subsystem:console"]