Changeset 66714 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Apr 28, 2017 7:59:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r66545 r66714 208 208 win/SUPR3HardenedMainA-win.asm \ 209 209 win/SUPR3HardenedMainImports-win.cpp \ 210 211 210 win/SUPHardenedVerifyProcess-win.cpp \ 211 win/SUPHardenedVerifyImage-win.cpp \ 212 212 $(VBOX_SUP_WIN_CERTS_FILE) 213 213 SUPR3HardenedStatic_SOURCES.x86 += \ … … 219 219 if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) ## @todo some of this move up. 220 220 SUPR3HardenedStatic_DEFS += \ 221 IN_RT \222 221 IN_RT_R3 \ 223 222 IN_RT_STATIC \ 224 223 IN_DIS \ 224 IN_DIS_STATIC \ 225 225 DIS_CORE_ONLY \ 226 226 IPRT_NO_CRT \ … … 421 421 SUPR3HardenedStatic_DEFS += \ 422 422 IN_DIS \ 423 IN_DIS_STATIC \ 423 424 DIS_CORE_ONLY \ 424 425 LOG_DISABLED
Note:
See TracChangeset
for help on using the changeset viewer.