Changeset 93323 in vbox
- Timestamp:
- Jan 18, 2022 3:33:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r93320 r93323 441 441 # These are for the /guard option. 442 442 SUPR3HardenedStatic_SOURCES.win += \ 443 $(SUPR3HardenedStatic_0_OUTDIR)/loadcfg.obj \444 443 $(SUPR3HardenedStatic_0_OUTDIR)/gs_cookie.obj \ 445 444 $(SUPR3HardenedStatic_0_OUTDIR)/guard_support.obj … … 537 536 win/VBoxSupLib.rc 538 537 VBoxSupLib_LIBS.win.x86 = \ 539 538 $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.x86)_LIB)/chkstk.obj 540 539 VBoxSupLib_LIBS.win.amd64 = \ 541 $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/chkstk.obj 540 $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/chkstk.obj 541 ifdef VBOX_WITH_HARDENING 542 VBoxSupLib_LIBS.win = $(SUPR3HardenedStatic_1_TARGET) # includes the rest of the /guard:cf support stuff. 543 endif 542 544 VBoxSupLib_VBOX_IMPORT_CHECKER.win.x86 = xp 543 545 VBoxSupLib_VBOX_IMPORT_CHECKER.win.amd64 = xp64
Note:
See TracChangeset
for help on using the changeset viewer.