Changeset 68624 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 4, 2017 7:03:21 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/VBoxSFInst.cmd
r68552 r68624 46 46 if not "%PROCESSOR_ARCHITECTURE%" == "AMD64" goto found_vboxmrxnp_x86 47 47 set MY_VBOXMRXNP_X86_DLL=%~dp0VBoxMRXNP-x86.dll 48 if exist "%MY_VBOXMRXNP_X86_DLL%" goto found_vboxmrxnp 48 if exist "%MY_VBOXMRXNP_X86_DLL%" goto found_vboxmrxnp_x86 49 49 set MY_VBOXMRXNP_X86_DLL=%~dp0..\..\..\..\..\out\win.%KBUILD_TARGET_ARCH%\%KBUILD_TYPE%\bin\additions\VBoxMRXNP-x86.dll 50 if exist "%MY_VBOXMRXNP_X86_DLL%" goto found_vboxmrxnp 50 if exist "%MY_VBOXMRXNP_X86_DLL%" goto found_vboxmrxnp_x86 51 51 echo VBoxSFInst.cmd: failed to find VBoxMRXNP-x86.dll in either "%~dp0" or "%~dp0..\..\..\..\..\out\win.%KBUILD_TARGET_ARCH%\%KBUILD_TYPE%\bin\additions\". 52 52 goto end
Note:
See TracChangeset
for help on using the changeset viewer.