Changeset 95696 in vbox for trunk/src/VBox/Installer/win/Stub/Makefile.kmk
- Timestamp:
- Jul 18, 2022 9:07:10 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/Makefile.kmk
r94352 r95696 67 67 VBoxStub.cpp_INCS += $(VBoxStub_0_OUTDIR) 68 68 VBoxStub.cpp_DEFS += VBOX_WITH_CODE_SIGNING 69 ifdef VBOX_WITH_VBOX_LEGACY_TS_CA 70 VBoxStub.cpp_DEFS += VBOX_WITH_VBOX_LEGACY_TS_CA 71 endif 69 72 70 73 $$(VBoxStub_0_OUTDIR)/VBoxStubPublicCert.h: | $$(dir $$@) $(VBOX_RTSIGNTOOL) $(PATH_STAGE_SYS)/VBoxSup.sys … … 92 95 "};" 93 96 $(RM) -f -- "[email protected]" "[email protected]" "[email protected]" "[email protected]" 97 ifdef VBOX_WITH_VBOX_LEGACY_TS_CA 98 $(VBOX_BIN2C) -ascii --append VBoxLegacyWinCA "$(VBOX_LEGACY_TS_CA_FILE)" $@ 99 endif 94 100 95 101 VBoxStubPublicCert.h:: $$(VBoxStub_0_OUTDIR)/VBoxStubPublicCert.h
Note:
See TracChangeset
for help on using the changeset viewer.