Changeset 42290 in vbox for trunk/src/VBox
- Timestamp:
- Jul 20, 2012 6:42:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r42288 r42290 527 527 <?endif?> 528 528 529 <?if $(env.VBOX_USE_VCC100) = ="yes" ?>529 <?if $(env.VBOX_USE_VCC100) = "yes" ?> 530 530 <!-- MS C/C++ v10.0 Runtime DLL files. --> 531 531 <File Id="file_msvcr100.dll" Name="msvcr100.dll" … … 534 534 Source="$(env.PATH_OUT)\bin\msvcp100.dll" /> 535 535 <?endif?> 536 <?if $(env.VBOX_USE_VCC110) = ="yes" ?>536 <?if $(env.VBOX_USE_VCC110) = "yes" ?> 537 537 <!-- MS C/C++ v11.0 Runtime DLL files. --> 538 538 <File Id="file_msvcr110.dll" Name="msvcr110.dll"
Note:
See TracChangeset
for help on using the changeset viewer.