Changeset 106266 in vbox
- Timestamp:
- Oct 9, 2024 9:05:23 PM (4 months ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer/Loader
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Loader/Makefile.kmk
r106265 r106266 80 80 VBoxWindowsAdditions_INCS += $(VBoxWindowsAdditions_0_OUTDIR) 81 81 VBoxWindowsAdditions_INTERMEDIATES += \ 82 $(VBoxWindowsAdditions_0_OUTDIR)/BuildCerts.h 82 $(VBoxWindowsAdditions_0_OUTDIR)/BuildCerts.h \ 83 83 $(VBoxWindowsAdditions_0_OUTDIR)/TimestampRootCerts.h 84 84 VBoxWindowsAdditions_CLEAN += \ 85 $(VBoxWindowsAdditions_0_OUTDIR)/BuildCerts.h 85 $(VBoxWindowsAdditions_0_OUTDIR)/BuildCerts.h \ 86 86 $(VBoxWindowsAdditions_0_OUTDIR)/TimestampRootCerts.h 87 87 -
trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp
r106265 r106266 1097 1097 1098 1098 #ifdef VBOX_SIGNING_MODE 1099 # if 1 /* Use the IPRT code as it it will work on all windows versions without trouble. 1099 # if 1 /* Use the IPRT code as it it will work on all windows versions without trouble. 1100 1100 Added some 800KB to the executable, but so what. */ 1101 1101 rcExit = CheckFileSignatureIprt(wszExePath); -
trunk/src/VBox/Additions/WINNT/Installer/Loader/bldAddSignedDummy.cpp
r106239 r106266 23 23 * along with this program; if not, see <https://www.gnu.org/licenses>. 24 24 * 25 * The contents of this file may alternatively be used under the terms 26 * of the Common Development and Distribution License Version 1.0 27 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included 28 * in the VirtualBox distribution, in which case the provisions of the 29 * CDDL are applicable instead of those of the GPL. 30 * 31 * You may elect to license modified versions of this file under the 32 * terms and conditions of either the GPL or the CDDL or both. 33 * 34 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0 25 * SPDX-License-Identifier: GPL-3.0-only 35 26 */ 36 27
Note:
See TracChangeset
for help on using the changeset viewer.