Source code
Revision control
Copy as Markdown
Other Tools
UNIFIED_SOURCES = [
"mozwer.cpp",
]
USE_LIBS += [
"mozwer_s",
]
OS_LIBS += [
"advapi32",
"bcrypt",
]
# Version string comparison is generally wrong, but by the time it would
# require version >= 1.78.
if CONFIG["RUSTC_VERSION"] and CONFIG["RUSTC_VERSION"] >= "1.78.0":
OS_LIBS += [
"synchronization",
]
DEFFILE = "mozwer.def"
USE_STATIC_LIBS = True
SharedLibrary("mozwer")