VirtualBox

Changeset 42115 in vbox for trunk


Ignore:
Timestamp:
Jul 11, 2012 5:16:28 PM (13 years ago)
Author:
vboxsync
Message:

wddm/d-o: kmk warning fix

File:
1 edited

Legend:

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

    r42092 r42115  
    238238    $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxVideoW8.cat
    239239
    240 ifdef VBOXWDDMW8_WITH_DISPD3D
     240if defined(VBOXWDDMW8_WITH_DISPD3D) && !defined(VBOXWDDM_WITH_DISPD3D)
    241241VBoxVideoW8-inf_SOURCES += \
    242242 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxDispD3D.dll
     
    245245endif # VBOXWDDMW8_WITH_DISPD3D
    246246
    247 ifdef VBOXWDDMW8_WITH_GL
     247if defined(VBOXWDDMW8_WITH_GL) && !defined(VBOXWDDM_WITH_GL)
    248248VBoxVideoW8-inf_SOURCES += \
    249249 $(PATH_TARGET)/VBoxVideoW8Cat.dir/VBoxOGL.dll \
     
    270270endif # signing
    271271VBoxVideoW8-inf_CLEAN = $(VBoxVideoW8-inf_SOURCES)
     272if defined(VBOXWDDMW8_WITH_DISPD3D) && defined(VBOXWDDM_WITH_DISPD3D)
     273VBoxVideoW8-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
     283endif
     284if defined(VBOXWDDMW8_WITH_GL) && !defined(VBOXWDDM_WITH_GL)
     285VBoxVideoW8-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
     295VBoxVideoW8-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
     305endif
    272306VBoxVideoW8-inf_BLDDIRS = \
    273307    $(PATH_TARGET)/VBoxVideoW8Cat.dir
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette