VirtualBox

Changeset 106266 in vbox


Ignore:
Timestamp:
Oct 9, 2024 9:05:23 PM (4 months ago)
Author:
vboxsync
Message:

Additions/NT/Installer: scm fixes. bugref:10771

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  
    8080 VBoxWindowsAdditions_INCS          += $(VBoxWindowsAdditions_0_OUTDIR)
    8181 VBoxWindowsAdditions_INTERMEDIATES += \
    82         $(VBoxWindowsAdditions_0_OUTDIR)/BuildCerts.h  \
     82        $(VBoxWindowsAdditions_0_OUTDIR)/BuildCerts.h \
    8383        $(VBoxWindowsAdditions_0_OUTDIR)/TimestampRootCerts.h
    8484 VBoxWindowsAdditions_CLEAN         += \
    85         $(VBoxWindowsAdditions_0_OUTDIR)/BuildCerts.h  \
     85        $(VBoxWindowsAdditions_0_OUTDIR)/BuildCerts.h \
    8686        $(VBoxWindowsAdditions_0_OUTDIR)/TimestampRootCerts.h
    8787
  • trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp

    r106265 r106266  
    10971097
    10981098#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.
    11001100          Added some 800KB to the executable, but so what. */
    11011101    rcExit = CheckFileSignatureIprt(wszExePath);
  • trunk/src/VBox/Additions/WINNT/Installer/Loader/bldAddSignedDummy.cpp

    r106239 r106266  
    2323 * along with this program; if not, see <https://www.gnu.org/licenses>.
    2424 *
    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
    3526 */
    3627
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette