Changeset 68066 in vbox
- Timestamp:
- Jul 20, 2017 11:54:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r68065 r68066 752 752 ' <Directory Id="dir_VBoxUnattendedTemplates" Name="UnattendedTemplates">' \ 753 753 ' <Component Id="cp_UnattendedTemplates" Guid="0571550d-aaa5-4723-c17b-5ddcc29f5686" Win64="$$(var.Property_Win64)">' \ 754 $ @ $(foreach file,$(VBOX_UNATTENDED_TEMPLATES), \754 $(foreach file,$(VBOX_UNATTENDED_TEMPLATES), \ 755 755 ' <File Id="$(file)" Name="$(file)" Source="$$(env.PATH_OUT)\bin\UnattendedTemplates\$(file)" />') \ 756 756 ' </Component>' \ … … 758 758 endif 759 759 $(APPEND) $@ '</Include>' 760 $(CAT) $@761 760 762 761
Note:
See TracChangeset
for help on using the changeset viewer.