- Timestamp:
- Jul 11, 2012 5:16:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/Makefile.kmk
r42092 r42115 238 238 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxVideoW8.cat 239 239 240 if def VBOXWDDMW8_WITH_DISPD3D240 if defined(VBOXWDDMW8_WITH_DISPD3D) && !defined(VBOXWDDM_WITH_DISPD3D) 241 241 VBoxVideoW8-inf_SOURCES += \ 242 242 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxDispD3D.dll … … 245 245 endif # VBOXWDDMW8_WITH_DISPD3D 246 246 247 if def VBOXWDDMW8_WITH_GL247 if defined(VBOXWDDMW8_WITH_GL) && !defined(VBOXWDDM_WITH_GL) 248 248 VBoxVideoW8-inf_SOURCES += \ 249 249 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGL.dll \ … … 270 270 endif # signing 271 271 VBoxVideoW8-inf_CLEAN = $(VBoxVideoW8-inf_SOURCES) 272 if defined(VBOXWDDMW8_WITH_DISPD3D) && defined(VBOXWDDM_WITH_DISPD3D) 273 VBoxVideoW8-inf_CLEAN += \ 274 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGL.dll \ 275 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxD3D9wddm.dll \ 276 $(PATH_TARGET)/VBoxVideoW8Cat.dir/wined3dwddm.dll \ 277 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLarrayspu.dll \ 278 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLcrutil.dll \ 279 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLerrorspu.dll \ 280 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLfeedbackspu.dll \ 281 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLpackspu.dll \ 282 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLpassthroughspu.dll 283 endif 284 if defined(VBOXWDDMW8_WITH_GL) && !defined(VBOXWDDM_WITH_GL) 285 VBoxVideoW8-inf_CLEAN += \ 286 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGL.dll \ 287 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxD3D9wddm.dll \ 288 $(PATH_TARGET)/VBoxVideoW8Cat.dir/wined3dwddm.dll \ 289 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLarrayspu.dll \ 290 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLcrutil.dll \ 291 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLerrorspu.dll \ 292 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLfeedbackspu.dll \ 293 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLpackspu.dll \ 294 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLpassthroughspu.dll 295 VBoxVideoW8-inf_CLEAN.amd64 += \ 296 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGL-x86.dll \ 297 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxD3D9wddm-x86.dll \ 298 $(PATH_TARGET)/VBoxVideoW8Cat.dir/wined3dwddm-x86.dll \ 299 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLarrayspu-x86.dll \ 300 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLcrutil-x86.dll \ 301 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLerrorspu-x86.dll \ 302 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLfeedbackspu-x86.dll \ 303 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLpackspu-x86.dll \ 304 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGLpassthroughspu-x86.dll 305 endif 272 306 VBoxVideoW8-inf_BLDDIRS = \ 273 307 $(PATH_TARGET)/VBoxVideoW8Cat.dir
Note:
See TracChangeset
for help on using the changeset viewer.