summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/mozwer-rust/moz.build
blob: 980547f8e8450d4b9508cd29039b465500c42b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
RustLibrary("mozwer_s")

OS_LIBS += [
    "dbghelp",
    "kernel32",
    "ntdll",
    "ole32",
    "psapi",
    "shell32",
    "user32",
    "userenv",
    "ws2_32",
]