diff options
Diffstat (limited to 'toolkit/crashreporter/mozwer/moz.build')
-rw-r--r-- | toolkit/crashreporter/mozwer/moz.build | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/toolkit/crashreporter/mozwer/moz.build b/toolkit/crashreporter/mozwer/moz.build new file mode 100644 index 0000000000..1f6418fd48 --- /dev/null +++ b/toolkit/crashreporter/mozwer/moz.build @@ -0,0 +1,17 @@ +UNIFIED_SOURCES = [ + "mozwer.cpp", +] + +USE_LIBS += [ + "mozwer_s", +] + +OS_LIBS += [ + "advapi32", + "bcrypt", +] + +DEFFILE = "mozwer.def" +USE_STATIC_LIBS = True + +SharedLibrary("mozwer") |