Changeset 35328 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display
- Timestamp:
- Dec 24, 2010 5:25:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk
r35327 r35328 136 136 VBoxCrHgsmi_SDKS = WINDDKWLH 137 137 138 ifeq ($(KBUILD_TARGET_ARCH),amd64) 139 LIBRARIES += VBoxCrHgsmi-x86 138 LIBRARIES.amd64 += VBoxCrHgsmi-x86 140 139 VBoxCrHgsmi-x86_TEMPLATE = VBOXGUESTR3LIB 141 140 VBoxCrHgsmi-x86_EXTENDS = VBoxCrHgsmi 142 141 VBoxCrHgsmi-x86_BLD_TRG_ARCH = x86 143 142 VBoxCrHgsmi-x86_DEFS = $(VBoxCrHgsmi_DEFS) VBOX_WDDM_WOW64 144 endif145 143 endif 146 144 endif
Note:
See TracChangeset
for help on using the changeset viewer.