Changeset 35328 in vbox
- Timestamp:
- Dec 24, 2010 5:25:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69183
- Location:
- trunk/src/VBox
- Files:
-
- 2 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 -
trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk
r35325 r35328 98 98 VBoxOGLhostcrutil_pixel.c_CFLAGS.win.x86 += -Od 99 99 100 if def VBOX_WITH_WDDM100 if defined(VBOX_WITH_WDDM) && !defined(VBOX_WITHOUT_ADDITIONS) 101 101 # 102 102 # VBoxOGLcrutil-x86 - x86 VBoxOGLcrutil version built for amd64 build … … 242 242 $(VBOX_PATH_CROGL_GENFILES)/state/cr_currentpointers.h 243 243 244 if def VBOX_WITH_WDDM244 if defined(VBOX_WITH_WDDM) && !defined(VBOX_WITHOUT_ADDITIONS) 245 245 # 246 246 # VBoxOGLcrpacker-x86 - x86 VBoxOGLcrpacker version built for amd64 build … … 321 321 322 322 323 if def VBOX_WITH_WDDM323 if defined(VBOX_WITH_WDDM) && !defined(VBOX_WITHOUT_ADDITIONS) 324 324 # 325 325 # VBoxOGLspuload-x86 - x86 VBoxOGLspuload version built for amd64 build … … 450 450 451 451 452 if def VBOX_WITH_WDDM452 if defined(VBOX_WITH_WDDM) && !defined(VBOX_WITHOUT_ADDITIONS) 453 453 # 454 454 # VBoxOGLcrstate-x86 - x86 VBoxOGLcrstate version built for amd64 build … … 571 571 $(VBOX_LIB_OGL_CRUTIL) 572 572 573 if def VBOX_WITH_WDDM573 if defined(VBOX_WITH_WDDM) && !defined(VBOX_WITHOUT_ADDITIONS) 574 574 # 575 575 # VBoxOGLerrorspu-x86 - x86 VBoxOGLerrorspu version built for amd64 build
Note:
See TracChangeset
for help on using the changeset viewer.