Changeset 93265 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jan 17, 2022 10:51:43 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149327
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r93256 r93265 443 443 $(SUPR3HardenedStatic_0_OUTDIR)/loadcfg.obj \ 444 444 $(SUPR3HardenedStatic_0_OUTDIR)/gs_cookie.obj \ 445 $(SUPR3HardenedStatic_0_OUTDIR)/guard_support.obj \ 445 $(SUPR3HardenedStatic_0_OUTDIR)/guard_support.obj 446 SUPR3HardenedStatic_SOURCES.win.amd64 += \ 446 447 $(SUPR3HardenedStatic_0_OUTDIR)/guard_dispatch.obj \ 447 448 $(SUPR3HardenedStatic_0_OUTDIR)/guard_xfg_dispatch.obj 448 449 # These next ones are for supporting the /GS option. We skip gs_report.obj as it 449 450 # import lots from kernel32 and we're better of reporting the problem ourselves. 450 SUPR3HardenedStatic_SOURCES.win += \451 SUPR3HardenedStatic_SOURCES.win.amd64 += \ 451 452 $(SUPR3HardenedStatic_0_OUTDIR)/amdsecgs.obj \ 452 453 $(SUPR3HardenedStatic_0_OUTDIR)/gshandler.obj 454 SUPR3HardenedStatic_SOURCES.win.x86 += \ 455 $(SUPR3HardenedStatic_0_OUTDIR)/secchk.obj \ 456 $(SUPR3HardenedStatic_0_OUTDIR)/alloca16.obj 453 457 454 458 $$(SUPR3HardenedStatic_0_OUTDIR)/loadcfg.obj \ … … 460 464 $$(SUPR3HardenedStatic_0_OUTDIR)/gs_report.obj \ 461 465 $$(SUPR3HardenedStatic_0_OUTDIR)/gshandler.obj \ 466 $$(SUPR3HardenedStatic_0_OUTDIR)/secchk.obj \ 467 $$(SUPR3HardenedStatic_0_OUTDIR)/alloca16.obj \ 462 468 : \ 463 469 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/libcmt.lib | $$(dir $$@)
Note:
See TracChangeset
for help on using the changeset viewer.