Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / toolkit / crashreporter / mozwer / moz.build
blob41aed9b59b8c5580cdeb62838feb94929414db44
1 UNIFIED_SOURCES = [
2     "mozwer.cpp",
5 USE_LIBS += [
6     "mozwer_s",
9 OS_LIBS += [
10     "advapi32",
11     "bcrypt",
13 # Version string comparison is generally wrong, but by the time it would
14 # actually matter, either bug 1489995 would be fixed, or the build would
15 # require version >= 1.78.
16 if CONFIG["RUSTC_VERSION"] and CONFIG["RUSTC_VERSION"] >= "1.78.0":
17     OS_LIBS += [
18         "synchronization",
19     ]
21 DEFFILE = "mozwer.def"
22 USE_STATIC_LIBS = True
24 SharedLibrary("mozwer")