Changeset 51024 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Apr 9, 2014 8:55:05 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93229
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r51023 r51024 459 459 $(VBOX_WIN_INST_OUT_DIR)/VirtualBox_$(lang).wixobj: \ 460 460 $(PATH_SUB_CURRENT)/VirtualBox.wxs \ 461 $(PATH_SUB_CURRENT)/UserInterface.wxi \ 461 462 $(if $(VBOX_WITH_MSM_INSTALL), \ 462 463 $(foreach module,$(VBOX_INSTALLER_MERGE_MODULES), \ 463 464 $(VBOX_WIN_INST_OUT_DIR)/VBoxMerge$(module)_$(lang).msm), \ 465 $(VBOX_WIN_INST_OUT_DIR)/Shortcuts_StartMenu.wxi \ 466 $(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib.wxi \ 467 $(if $(VBOX_WITH_32_ON_64_MAIN_API),$(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib_x86.wxi,) \ 464 468 $(VBOX_WIN_INST_OUT_DIR)/VBoxKey.wxi \ 465 $(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi \ 466 $(VBOX_WIN_INST_OUT_DIR)/VirtualBox_TypeLib.wxi) \ 469 $(VBOX_WIN_INST_OUT_DIR)/VBoxGuiNLS.wxi) \ 467 470 $(VBOX_VERSION_STAMP) \ 468 471 | $$$$(dir $$$$@) -
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r51023 r51024 65 65 </File> 66 66 <?include $(env.PATH_TARGET)\VirtualBox_TypeLib_x86.wxi ?> 67 <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC100" ?>67 <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC100" ?> 68 68 <!-- MS C/C++ v10.0 32 bit Runtime DLL files. --> 69 69 <File Id="file_msvcr100.dll_x86" Name="msvcr100.dll" … … 73 73 Source="$(env.PATH_OUT)\bin\x86\msvcp100.dll" 74 74 DiskId="$(var.Property_DiskIdCommon)" /> 75 <?endif?>76 <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC110" ?>75 <?endif?> 76 <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC110" ?> 77 77 <!-- MS C/C++ v11.0 Runtime DLL files. --> 78 78 <File Id="file_msvcr110.dll_x86" Name="msvcr110.dll" … … 82 82 Source="$(env.PATH_OUT)\bin\x86\msvcp110.dll" 83 83 DiskId="$(var.Property_DiskIdCommon)" /> 84 <?endif?>84 <?endif?> 85 85 </Component> 86 86 </Directory>
Note:
See TracChangeset
for help on using the changeset viewer.