Changeset 42605 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Aug 5, 2012 6:51:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r42322 r42605 454 454 <File Id="file_VBoxREM.dll" Name="VBoxREM.dll" 455 455 Source="$(env.PATH_OUT)\bin\VBoxREM.dll" /> 456 <?if $(env.BUILD_TARGET_ARCH) = "amd64" ?> 457 <File Id="file_VBoxREM2.rel" Name="VBoxREM2.rel" 458 Source="$(env.PATH_OUT)\bin\VBoxREM2.rel" /> 459 <?else ?> 456 <?if $(env.BUILD_TARGET_ARCH) = "x86" ?> 460 457 <File Id="file_VBoxREM32.dll" Name="VBoxREM32.dll" 461 458 Source="$(env.PATH_OUT)\bin\VBoxREM32.dll" />
Note:
See TracChangeset
for help on using the changeset viewer.