Changeset 34796 in vbox
- Timestamp:
- Dec 7, 2010 3:37:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk
r34686 r34796 66 66 67 67 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 69 72 endif 70 73 … … 72 75 if defined(VBOX_SIGNING_MODE) 73 76 VBoxDispD3D_NOINST = true 77 endif 78 ifdef VBOXDISP_BUILD_32WITH64 79 VBoxDispD3D_BLD_TRG_ARCH = x86 74 80 endif 75 81 VBoxDispD3D_TEMPLATE = VBOXGUESTR3DLL … … 110 116 # VBoxDispD3D_INCS += ../Wine/include 111 117 112 if eq ($(KBUILD_TARGET_ARCH), amd64)118 ifdef VBOXDISP_BUILD_32WITH64 113 119 DLLS += VBoxDispD3D64 114 120 VBoxDispD3D64_EXTENDS = VBoxDispD3D 115 121 VBoxDispD3D64_SOURCES = $(subst VBoxDispD3D.def,VBoxDispD3D64.def,$(VBoxDispD3D_SOURCES)) 122 VBoxDispD3D64_BLD_TRG_ARCH = amd64 116 123 endif 117 endif118 124 119 ifdef VBOX_WITH_CRHGSMI125 ifdef VBOX_WITH_CRHGSMI 120 126 # 121 127 # VBoxCrHgsmi … … 128 134 wddm/VBoxUhgsmiKmt.cpp 129 135 VBoxCrHgsmi_SDKS = WINDDKWLH 136 endif 130 137 endif 131 138
Note:
See TracChangeset
for help on using the changeset viewer.