Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/toolkit/crashreporter/mozwer/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 484 B image not shown  

Quelle  moz.build   Sprache: unbekannt

 
UNIFIED_SOURCES = [
    "mozwer.cpp",
]

USE_LIBS += [
    "mozwer_s",
]

OS_LIBS += [
    "advapi32",
    "bcrypt",
]
# Version string comparison is generally wrong, but by the time it would
# actually matter, either bug 1489995 would be fixed, or the build would
# require version >= 1.78.
if CONFIG["RUSTC_VERSION"] and CONFIG["RUSTC_VERSION"] >= "1.78.0":
    OS_LIBS += [
        "synchronization",
    ]

DEFFILE = "mozwer.def"
USE_STATIC_MSVCRT = True

SharedLibrary("mozwer")

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]