- Timestamp:
- Jan 17, 2022 3:27:12 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r93275 r93277 5058 5058 ifneq ($(VBOX_VCC_CC_GUARD_CF),) 5059 5059 TEMPLATE_VBoxR0_LDFLAGS.win.amd64 += -Include:__security_init_cookie -Export:ModuleInitSecurityCookie=__security_init_cookie 5060 TEMPLATE_VBoxR0_LDFLAGS.win.x86 += -Include:___security_init_cookie -Export:ModuleInitSecurityCookie=__ _security_init_cookie5060 TEMPLATE_VBoxR0_LDFLAGS.win.x86 += -Include:___security_init_cookie -Export:ModuleInitSecurityCookie=__security_init_cookie 5061 5061 endif 5062 5062 TEMPLATE_VBoxR0_LIBS = \ -
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r93275 r93277 540 540 VBoxSupLib_LIBS.win.amd64 = \ 541 541 $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/libcmt.lib # for __chkstk 542 VBoxSupLib_VBOX_IMPORT_CHECKER.win.x86 = w2k542 VBoxSupLib_VBOX_IMPORT_CHECKER.win.x86 = xp 543 543 VBoxSupLib_VBOX_IMPORT_CHECKER.win.amd64 = xp64 544 544
Note:
See TracChangeset
for help on using the changeset viewer.