VirtualBox

Changeset 38779 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 16, 2011 1:58:09 PM (13 years ago)
Author:
vboxsync
Message:

MSI dependency fixes.

File:
1 edited

Legend:

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

    r38757 r38779  
    382382        , $(VBOX_MSI_DEPENDENCIES))
    383383endif
     384ifdef VBOX_WITH_EXTPACK_PUEL
     385 VBOX_MSI_DEPENDENCIES := $(filter-out $(PATH_OUT)/bin/VBoxVRDP$(VBOX_SUFF_DLL), $(VBOX_MSI_DEPENDENCIES))
     386endif
    384387
    385388# Add dependencies that makes sure necessary bits gets built since
    386389# VBOX_MSI_DEPENDENCIES will be zero the first time around.
    387390# For combined packages we always use the .ISO from the amd64 build.
     391VBOX_MSI_DEPENDENCIES := $(filter-out %/VBoxGuestAdditions.iso, $(VBOX_MSI_DEPENDENCIES))
    388392ifdef VBOX_WITH_COMBINED_PACKAGE
    389393 VBOX_MSI_DEPENDENCIES += \
     
    391395else
    392396 VBOX_MSI_DEPENDENCIES += \
    393         $(if $(VBOX_WITH_ADDITIONS_PACKING),$(VBOX_PATH_ADDITIONS)/VBoxGuestAdditions.iso)
     397        $(if $(VBOX_WITH_ADDITIONS_PACKING),$(VBOX_PATH_ADDITIONS_ISO)/VBoxGuestAdditions.iso)
    394398endif
    395399
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