summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/mozwer-rust/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/crashreporter/mozwer-rust/moz.build')
-rw-r--r--toolkit/crashreporter/mozwer-rust/moz.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolkit/crashreporter/mozwer-rust/moz.build b/toolkit/crashreporter/mozwer-rust/moz.build
new file mode 100644
index 0000000000..980547f8e8
--- /dev/null
+++ b/toolkit/crashreporter/mozwer-rust/moz.build
@@ -0,0 +1,13 @@
+RustLibrary("mozwer_s")
+
+OS_LIBS += [
+ "dbghelp",
+ "kernel32",
+ "ntdll",
+ "ole32",
+ "psapi",
+ "shell32",
+ "user32",
+ "userenv",
+ "ws2_32",
+]