- Timestamp:
- Dec 7, 2010 5:00:39 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68614
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r32622 r34804 134 134 135 135 ifdef 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), 140 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D64.dll: $$(TARGET_VBoxDispD3D 64) | $$(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)) 141 141 $(INSTALL) -m 644 $< $(@D) 142 142 endif
Note:
See TracChangeset
for help on using the changeset viewer.