Changeset 93324 in vbox for trunk/src/VBox
- Timestamp:
- Jan 18, 2022 3:41:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r93323 r93324 539 539 VBoxSupLib_LIBS.win.amd64 = \ 540 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. 541 ifdef VBOX_WITH_HARDENING # for /guard:cf stuff 542 VBoxSupLib_LIBS.win.x86 = \ 543 $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.x86)_LIB)/libcmt.lib 544 VBoxSupLib_LIBS.win.amd64 = \ 545 $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/libcmt.lib 543 546 endif 544 547 VBoxSupLib_VBOX_IMPORT_CHECKER.win.x86 = xp
Note:
See TracChangeset
for help on using the changeset viewer.