VirtualBox

Changeset 51024 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Apr 9, 2014 8:55:05 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93229
Message:

Build fix.

Location:
trunk/src/VBox/Installer/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r51023 r51024  
    459459$(VBOX_WIN_INST_OUT_DIR)/VirtualBox_$(lang).wixobj: \
    460460                        $(PATH_SUB_CURRENT)/VirtualBox.wxs \
     461                        $(PATH_SUB_CURRENT)/UserInterface.wxi \
    461462                        $(if $(VBOX_WITH_MSM_INSTALL), \
    462463                                $(foreach module,$(VBOX_INSTALLER_MERGE_MODULES), \
    463464                                        $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module)_$(lang).msm), \
     465                                $(VBOX_WIN_INST_OUT_DIR)/Shortcuts_StartMenu.wxi \
     466                                $(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib.wxi \
     467                                $(if $(VBOX_WITH_32_ON_64_MAIN_API),$(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib_x86.wxi,) \
    464468                                $(VBOX_WIN_INST_OUT_DIR)/VBoxKey.wxi \
    465                                 $(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi \
    466                                 $(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib.wxi) \
     469                                $(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi) \
    467470                        $(VBOX_VERSION_STAMP) \
    468471                        | $$$$(dir $$$$@)
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxi

    r51023 r51024  
    6565            </File>
    6666            <?include $(env.PATH_TARGET)\VirtualBox_TypeLib_x86.wxi ?>
    67 <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC100" ?>
     67    <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC100" ?>
    6868            <!-- MS C/C++ v10.0 32 bit Runtime DLL files. -->
    6969            <File Id="file_msvcr100.dll_x86" Name="msvcr100.dll"
     
    7373                  Source="$(env.PATH_OUT)\bin\x86\msvcp100.dll"
    7474                  DiskId="$(var.Property_DiskIdCommon)" />
    75 <?endif?>
    76 <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC110" ?>
     75    <?endif?>
     76    <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC110" ?>
    7777            <!-- MS C/C++ v11.0 Runtime DLL files. -->
    7878            <File Id="file_msvcr110.dll_x86" Name="msvcr110.dll"
     
    8282                  Source="$(env.PATH_OUT)\bin\x86\msvcp110.dll"
    8383                  DiskId="$(var.Property_DiskIdCommon)" />
    84 <?endif?>
     84    <?endif?>
    8585        </Component>
    8686    </Directory>
Note: See TracChangeset for help on using the changeset viewer.

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