VirtualBox

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


Ignore:
Timestamp:
Apr 11, 2014 9:23:43 AM (11 years ago)
Author:
vboxsync
Message:

Windows host installer: Fixed building if VBOX_WITH_QTGUI is not defined.

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

Legend:

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

    r51044 r51045  
    125125        $(VBOX_WIN_INST_OUT_DIR)/VirtualBox.wixobj.dep \
    126126        $(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib.wxi \
    127         $(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi \
     127        $(if $(VBOX_WITH_QTGUI),$(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi) \
    128128        $(VBOX_WIN_INST_OUT_DIR)/VBoxKey.wxi \
    129129        $(foreach lang,$(VBOX_INSTALLER_LANGUAGES), \
     
    490490                                $(if $(VBOX_WITH_32_ON_64_MAIN_API),$(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib_x86.wxi,) \
    491491                                $(VBOX_WIN_INST_OUT_DIR)/VBoxKey.wxi \
    492                                 $(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi \
     492                                $(if $(VBOX_WITH_QTGUI),$(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi) \
    493493                                $(VBOX_MSI_DEPENDENCIES)) \
    494494                        $(VBOX_VERSION_STAMP) \
     
    581581                        $(if $(VBOX_WITH_32_ON_64_MAIN_API),$(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib_x86.wxi,) \
    582582                        $(VBOX_WIN_INST_OUT_DIR)/VBoxKey.wxi \
    583                         $(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi \
     583                        $(if $(VBOX_WITH_QTGUI),$(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi) \
    584584                        $(VBOX_MSI_DEPENDENCIES) \
    585585                        $(VBOX_VERSION_STAMP) \
     
    769769                        -target-amd64 $(PATH_MULTIARCH_TEMP)/$(PACKAGE_NAME_MULTIARCH.amd64) \
    770770                        $(if $(VBOX_WITH_MSM_INSTALL),,-target-all $(VBOX_WIN_INST_OUT_DIR)/$(PACKAGE_NAME_MULTIARCH_COMMONCAB)) \
    771                         -stub $(PATH_STAGE_BIN)/VBoxStub.exe)
     771                        -stub $(PATH_STAGE_BIN)/VBoxStub.exe
    772772        $(call VBOX_SIGN_FILE_FN,$@)
    773773endif
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxi

    r51039 r51045  
    4444    </Directory> <!-- Directory "drivers" -->
    4545
     46<?if $(env.VBOX_WITH_QTGUI) = "yes" ?>
    4647    <!-- National Language Support directory -->
    4748    <Directory Id="dir_VBoxAppNLS" Name="nls">
     
    5152        </Component>
    5253    </Directory>
     54<?endif ?>
    5355
    5456<?if $(env.VBOX_WITH_32_ON_64_MAIN_API) = "yes" ?>
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r51043 r51045  
    290290        <ComponentRef Id="cp_Docs" />
    291291    <?endif ?>
     292    <?if $(env.VBOX_WITH_QTGUI) = "yes" ?>
    292293        <ComponentRef Id="cp_NLS" />
     294    <?endif ?>
    293295    <?if $(env.VBOX_WITH_32_ON_64_MAIN_API) = "yes" ?>
    294296        <ComponentRef Id="cp_MainCOM_x86" />
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