Changeset 34805 in vbox for trunk/src/VBox
- Timestamp:
- Dec 7, 2010 5:02:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r34804 r34805 208 208 209 209 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxVideoWddm.cat: \ 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 210 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxVideoWddm.inf \ 211 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxVideoWddm.sys \ 212 $(if $(VBOXWDDM_WITH_DISPD3D), $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D.dll, ) \ 213 $(if $(VBOXWDDM_WITH_DISPD3D), $(if-expr "$(KBUILD_TARGET_ARCH)" == "amd64", $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D64.dll, ), ) \ 214 $(if $(VBOXWDDM_WITH_GL), $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL.dll \ 215 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D9wddm.dll \ 216 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3dwddm.dll \ 217 $(PATH_TARGET)/VBoxVideoWddmCat.dir/libWine.dll \ 218 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu.dll \ 219 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil.dll \ 220 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu.dll \ 221 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu.dll \ 222 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu.dll \ 223 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu.dll, ) \ 224 $(if $(VBOXWDDM_WITH_GL), $(if-expr "$(KBUILD_TARGET_ARCH)" == "amd64", \ 225 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL64.dll \ 226 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D964.dll \ 227 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3d64.dll \ 228 $(PATH_TARGET)/VBoxVideoWddmCat.dir/libWine64.dll \ 229 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu64.dll \ 230 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil64.dll \ 231 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu64.dll \ 232 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu64.dll \ 233 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu64.dll \ 234 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu64.dll, ), ) 235 235 $(call MSG_TOOL,Inf2Cat,VBoxVideoWddm-inf,$@,$<) 236 236 $(call VBOX_MAKE_CAT_FN, $(@D),$@)
Note:
See TracChangeset
for help on using the changeset viewer.