VirtualBox

Changeset 50422 in vbox


Ignore:
Timestamp:
Feb 12, 2014 11:41:17 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92207
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh

    r50421 r50422  
    10431043  ${LogVerbose} "Restoring original D3D files ..."
    10441044!if $%BUILD_TARGET_ARCH% == "x86"
    1045   $PrepareWRPFileEx} "${un}" "$SYSDIR\d3d8.dll"
     1045  ${PrepareWRPFileEx} "${un}" "$SYSDIR\d3d8.dll"
    10461046  ${CopyFileEx} "${un}" "$SYSDIR\msd3d8.dll" "$SYSDIR\d3d8.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%"
    10471047!endif
    1048   $PrepareWRPFileEx} "${un}" "$SYSDIR\d3d9.dll"
     1048  ${PrepareWRPFileEx} "${un}" "$SYSDIR\d3d9.dll"
    10491049  ${CopyFileEx} "${un}" "$SYSDIR\msd3d9.dll" "$SYSDIR\d3d9.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%"
    10501050
    10511051  ${If} $g_bCapDllCache == "true"
    10521052!if $%BUILD_TARGET_ARCH% == "x86"
    1053     $PrepareWRPFileEx} "${un}" "$SYSDIR\dllcache\d3d8.dll"
     1053    ${PrepareWRPFileEx} "${un}" "$SYSDIR\dllcache\d3d8.dll"
    10541054    ${CopyFileEx} "${un}" "$SYSDIR\dllcache\msd3d8.dll" "$SYSDIR\dllcache\d3d8.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%"
    10551055!endif
    1056     $PrepareWRPFileEx} "${un}" "$SYSDIR\dllcache\d3d9.dll"
     1056    ${PrepareWRPFileEx} "${un}" "$SYSDIR\dllcache\d3d9.dll"
    10571057    ${CopyFileEx} "${un}" "$SYSDIR\dllcache\msd3d9.dll" "$SYSDIR\dllcache\d3d9.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%"
    10581058  ${EndIf}
    10591059
    10601060!if $%BUILD_TARGET_ARCH% == "amd64"
    1061   $PrepareWRPFileEx} "${un}" "$g_strSysWow64\d3d8.dll"
     1061  ${PrepareWRPFileEx} "${un}" "$g_strSysWow64\d3d8.dll"
    10621062  ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d8.dll" "$g_strSysWow64\d3d8.dll" "Microsoft Corporation" "x86"
    1063   $PrepareWRPFileEx} "${un}" "$g_strSysWow64\d3d9.dll"
     1063  ${PrepareWRPFileEx} "${un}" "$g_strSysWow64\d3d9.dll"
    10641064  ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d9.dll" "$g_strSysWow64\d3d9.dll" "Microsoft Corporation" "x86"
    10651065
    10661066  ${If} $g_bCapDllCache == "true"
    1067     $PrepareWRPFileEx} "${un}" "$g_strSysWow64\dllcache\d3d8.dll"
     1067    ${PrepareWRPFileEx} "${un}" "$g_strSysWow64\dllcache\d3d8.dll"
    10681068    ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d8.dll" "$g_strSysWow64\dllcache\d3d8.dll" "Microsoft Corporation" "x86"
    1069     $PrepareWRPFileEx} "${un}" "$g_strSysWow64\dllcache\d3d9.dll"
     1069    ${PrepareWRPFileEx} "${un}" "$g_strSysWow64\dllcache\d3d9.dll"
    10701070    ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d9.dll" "$g_strSysWow64\dllcache\d3d9.dll" "Microsoft Corporation" "x86"
    10711071  ${EndIf}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette