VirtualBox

Changeset 34804 in vbox for trunk/src


Ignore:
Timestamp:
Dec 7, 2010 5:00:39 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68614
Message:

build fix

File:
1 edited

Legend:

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

    r32622 r34804  
    134134
    135135ifdef VBOXWDDM_WITH_DISPD3D
    136 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D.dll: $$(TARGET_VBoxDispD3D) | $$(call DIRDEP,$$(@D))
    137         $(INSTALL) -m 644 $< $(@D)
    138 
    139  ifeq ($(KBUILD_TARGET_ARCH), amd64)
    140 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D64.dll: $$(TARGET_VBoxDispD3D64) | $$(call DIRDEP,$$(@D))
     136$(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D.dll: $$(TARGET_VBoxDispD3D$(if-expr "$(KBUILD_TARGET_ARCH)" == "amd64",-x86,)) | $$(call DIRDEP,$$(@D))
     137        $(INSTALL) -m 644 $< $(@D)
     138
     139 ifeq ($(KBUILD_TARGET_ARCH),amd64)
     140$(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D64.dll: $$(TARGET_VBoxDispD3D) | $$(call DIRDEP,$$(@D))
    141141        $(INSTALL) -m 644 $< $(@D)
    142142 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