Changeset 65996 in vbox
- Timestamp:
- Mar 8, 2017 4:52:52 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113842
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r64339 r65996 580 580 -E 'VBOX_WITH_VRDP=$(if-expr defined(VBOX_WITH_VRDP) && !defined(VBOX_WITH_EXTPACK_PUEL),yes,no)' \ 581 581 -E 'VBOX_WITH_WEBSERVICES=$(if $(VBOX_WITH_WEBSERVICES),yes,no)' \ 582 -E 'VBOX_WITH_UNATTENDED=$(if $(VBOX_WITH_UNATTENDED),yes,no)' \ 582 583 -E 'BUILD_TYPE=$(KBUILD_TYPE)' \ 583 584 -E 'BUILD_TARGET_ARCH=$(KBUILD_TARGET_ARCH)' \ -
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r65975 r65996 439 439 </Component> 440 440 441 <?if $(env.VBOX_WITH_UNATTENDED) = "yes" ?> 441 442 <!-- Unattended templates --> 442 443 <Directory Id="dir_VBoxUnattendedTemplates" Name="unattended_templates"> … … 459 460 </Component> 460 461 </Directory> 462 <?endif?> 461 463 462 464 </Include>
Note:
See TracChangeset
for help on using the changeset viewer.