VirtualBox

Changeset 34796 in vbox


Ignore:
Timestamp:
Dec 7, 2010 3:37:43 PM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: 32bit VBoxDispD3D.dll for amd64 (disabled)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk

    r34686 r34796  
    6666
    6767 ifeq ($(KBUILD_TARGET_ARCH), amd64)
    68   $(warning VBoxVideoD3D: make it 32bit for 64bit builds)
     68 # VBOXDISP_BUILD_32WITH64=1
     69  ifndef VBOXDISP_BUILD_32WITH64
     70   $(warning VBoxVideoD3D: make it 32bit for 64bit builds)
     71  endif
    6972 endif
    7073
     
    7275 if defined(VBOX_SIGNING_MODE)
    7376VBoxDispD3D_NOINST = true
     77 endif
     78 ifdef VBOXDISP_BUILD_32WITH64
     79VBoxDispD3D_BLD_TRG_ARCH = x86
    7480 endif
    7581VBoxDispD3D_TEMPLATE = VBOXGUESTR3DLL
     
    110116# VBoxDispD3D_INCS    += ../Wine/include
    111117
    112  ifeq ($(KBUILD_TARGET_ARCH), amd64)
     118 ifdef VBOXDISP_BUILD_32WITH64
    113119DLLS += VBoxDispD3D64
    114120VBoxDispD3D64_EXTENDS  = VBoxDispD3D
    115121VBoxDispD3D64_SOURCES  = $(subst VBoxDispD3D.def,VBoxDispD3D64.def,$(VBoxDispD3D_SOURCES))
     122VBoxDispD3D64_BLD_TRG_ARCH = amd64
    116123 endif
    117 endif
    118124
    119 ifdef VBOX_WITH_CRHGSMI
     125 ifdef VBOX_WITH_CRHGSMI
    120126#
    121127# VBoxCrHgsmi
     
    128134        wddm/VBoxUhgsmiKmt.cpp
    129135VBoxCrHgsmi_SDKS        = WINDDKWLH
     136 endif
    130137endif
    131138
Note: See TracChangeset for help on using the changeset viewer.

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