Changeset 38779 in vbox for trunk/src/VBox
- Timestamp:
- Sep 16, 2011 1:58:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r38757 r38779 382 382 , $(VBOX_MSI_DEPENDENCIES)) 383 383 endif 384 ifdef VBOX_WITH_EXTPACK_PUEL 385 VBOX_MSI_DEPENDENCIES := $(filter-out $(PATH_OUT)/bin/VBoxVRDP$(VBOX_SUFF_DLL), $(VBOX_MSI_DEPENDENCIES)) 386 endif 384 387 385 388 # Add dependencies that makes sure necessary bits gets built since 386 389 # VBOX_MSI_DEPENDENCIES will be zero the first time around. 387 390 # For combined packages we always use the .ISO from the amd64 build. 391 VBOX_MSI_DEPENDENCIES := $(filter-out %/VBoxGuestAdditions.iso, $(VBOX_MSI_DEPENDENCIES)) 388 392 ifdef VBOX_WITH_COMBINED_PACKAGE 389 393 VBOX_MSI_DEPENDENCIES += \ … … 391 395 else 392 396 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) 394 398 endif 395 399
Note:
See TracChangeset
for help on using the changeset viewer.