Changeset 81159 in vbox for trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
- Timestamp:
- Oct 8, 2019 3:04:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r80971 r81159 262 262 <File Id="file_VBoxRT.dll" Name="VBoxRT.dll" 263 263 Source="$(env.PATH_OUT)\bin\VBoxRT.dll" /> 264 <?if $(env.VBOX_WITH_REM) = "yes" ?>265 <File Id="file_VBoxREM.dll" Name="VBoxREM.dll"266 Source="$(env.PATH_OUT)\bin\VBoxREM.dll" />267 <?if $(env.BUILD_TARGET_ARCH) = "x86" ?>268 <File Id="file_VBoxREM32.dll" Name="VBoxREM32.dll"269 Source="$(env.PATH_OUT)\bin\VBoxREM32.dll" />270 <File Id="file_VBoxREM64.dll" Name="VBoxREM64.dll"271 Source="$(env.PATH_OUT)\bin\VBoxREM64.dll" />272 <?endif ?>273 <?endif ?>274 264 <File Id="file_VBoxSupLib.dll" Name="VBoxSupLib.dll" 275 265 Source="$(env.PATH_OUT)\bin\VBoxSupLib.dll" />
Note:
See TracChangeset
for help on using the changeset viewer.