VirtualBox

Ignore:
Timestamp:
May 22, 2020 11:16:12 AM (5 years ago)
Author:
vboxsync
Message:

Removed some obsolete VBoxREM*.so references. bugref:9576

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VBoxMergeCOM32On64.wxi

    r82970 r84448  
    4545            </File>
    4646            <?include $(env.PATH_TARGET)\VirtualBox_TypeLib_x86.wxi ?>
    47     <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC100" ?>
    48             <!-- MS C/C++ v10.0 32 bit Runtime DLL files -->
    49             <File Id="file_msvcr100_x86" Name="msvcr100.dll"
    50                   Source="$(env.PATH_OUT)\bin\x86\msvcr100.dll"
    51                   DiskId="$(var.Property_DiskIdCommon)" />
    52             <File Id="file_msvcp100_x86" Name="msvcp100.dll"
    53                   Source="$(env.PATH_OUT)\bin\x86\msvcp100.dll"
    54                   DiskId="$(var.Property_DiskIdCommon)" />
    55     <?endif?>
    56     <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC110" ?>
    57             <!-- MS C/C++ v11.0 Runtime DLL files -->
    58             <File Id="file_msvcr110_x86" Name="msvcr110.dll"
    59                   Source="$(env.PATH_OUT)\bin\x86\msvcr110.dll"
    60                   DiskId="$(var.Property_DiskIdCommon)" />
    61             <File Id="file_msvcp110_x86" Name="msvcp110.dll"
    62                   Source="$(env.PATH_OUT)\bin\x86\msvcp110.dll"
    63                   DiskId="$(var.Property_DiskIdCommon)" />
    64     <?endif?>
     47
     48            <!-- Include CRT Dlls (specific to the compiler). -->
     49            <?include $(env.PATH_TARGET)\VBoxCrtDlls32.wxi ?>
    6550        </Component>
    6651    </Directory>
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