trisquel-icecat/icecat/toolkit/crashreporter/mozwer-rust/moz.build

13 lines
168 B
Text

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