Changeset 37801 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jul 6, 2011 12:16:41 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/Makefile.kmk
r36867 r37801 47 47 $(call VBOX_EDIT_INF_FN,$<,$@) 48 48 49 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.sys: $$( TARGET_VBoxVideo) | $$(dir $$@)50 $(INSTALL) -m 644 $< $(@D) 51 52 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxDisp.dll: $$( TARGET_VBoxDisp) | $$(dir $$@)49 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.sys: $$(VBoxVideo_1_TARGET) | $$(dir $$@) 50 $(INSTALL) -m 644 $< $(@D) 51 52 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxDisp.dll: $$(VBoxDisp_1_TARGET) | $$(dir $$@) 53 53 $(INSTALL) -m 644 $< $(@D) 54 54 … … 123 123 $(call VBOX_EDIT_INF_FN,$<,$@ $(VBOXWDDM_EDIT_INF_DISPD3D_FN_ARG) $(VBOXWDDM_EDIT_INF_GL_FN_ARG)) 124 124 125 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxVideoWddm.sys: $$( TARGET_VBoxVideoWddm) | $$(dir $$@)125 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxVideoWddm.sys: $$(VBoxVideoWddm_1_TARGET) | $$(dir $$@) 126 126 $(INSTALL) -m 644 $< $(@D) 127 127 128 128 ifdef VBOXWDDM_WITH_DISPD3D 129 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D.dll: $$( TARGET_VBoxDispD3D) | $$(dir $$@)129 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D.dll: $$(VBoxDispD3D_1_TARGET) | $$(dir $$@) 130 130 $(INSTALL) -m 644 $< $(@D) 131 131 132 132 ifeq ($(KBUILD_TARGET_ARCH),amd64) 133 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D-x86.dll: $$( TARGET_VBoxDispD3D-x86) | $$(dir $$@)133 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D-x86.dll: $$(VBoxDispD3D-x86_1_TARGET) | $$(dir $$@) 134 134 $(INSTALL) -m 644 $< $(@D) 135 135 endif … … 137 137 138 138 ifdef VBOXWDDM_WITH_GL 139 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL.dll: $$( TARGET_VBoxOGL) | $$(dir $$@)140 $(INSTALL) -m 644 $< $(@D) 141 142 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D9wddm.dll: $$( TARGET_VBoxD3D9wddm) | $$(dir $$@)143 $(INSTALL) -m 644 $< $(@D) 144 145 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3dwddm.dll: $$( TARGET_wined3dwddm) | $$(dir $$@)146 $(INSTALL) -m 644 $< $(@D) 147 148 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu.dll: $$( TARGET_VBoxOGLarrayspu) | $$(dir $$@)149 $(INSTALL) -m 644 $< $(@D) 150 151 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil.dll: $$( TARGET_VBoxOGLcrutil) | $$(dir $$@)152 $(INSTALL) -m 644 $< $(@D) 153 154 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu.dll: $$( TARGET_VBoxOGLerrorspu) | $$(dir $$@)155 $(INSTALL) -m 644 $< $(@D) 156 157 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu.dll: $$( TARGET_VBoxOGLfeedbackspu) | $$(dir $$@)158 $(INSTALL) -m 644 $< $(@D) 159 160 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu.dll: $$( TARGET_VBoxOGLpackspu) | $$(dir $$@)161 $(INSTALL) -m 644 $< $(@D) 162 163 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu.dll: $$( TARGET_VBoxOGLpassthroughspu) | $$(dir $$@)139 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL.dll: $$(VBoxOGL_1_TARGET) | $$(dir $$@) 140 $(INSTALL) -m 644 $< $(@D) 141 142 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D9wddm.dll: $$(VBoxD3D9wddm_1_TARGET) | $$(dir $$@) 143 $(INSTALL) -m 644 $< $(@D) 144 145 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3dwddm.dll: $$(wined3dwddm_1_TARGET) | $$(dir $$@) 146 $(INSTALL) -m 644 $< $(@D) 147 148 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu.dll: $$(VBoxOGLarrayspu_1_TARGET) | $$(dir $$@) 149 $(INSTALL) -m 644 $< $(@D) 150 151 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil.dll: $$(VBoxOGLcrutil_1_TARGET) | $$(dir $$@) 152 $(INSTALL) -m 644 $< $(@D) 153 154 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu.dll: $$(VBoxOGLerrorspu_1_TARGET) | $$(dir $$@) 155 $(INSTALL) -m 644 $< $(@D) 156 157 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu.dll: $$(VBoxOGLfeedbackspu_1_TARGET) | $$(dir $$@) 158 $(INSTALL) -m 644 $< $(@D) 159 160 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu.dll: $$(VBoxOGLpackspu_1_TARGET) | $$(dir $$@) 161 $(INSTALL) -m 644 $< $(@D) 162 163 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu.dll: $$(VBoxOGLpassthroughspu_1_TARGET) | $$(dir $$@) 164 164 $(INSTALL) -m 644 $< $(@D) 165 165 166 166 ifeq ($(KBUILD_TARGET_ARCH), amd64) 167 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL-x86.dll: $$( TARGET_VBoxOGL-x86) | $$(dir $$@)168 $(INSTALL) -m 644 $< $(@D) 169 170 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D9wddm-x86.dll: $$( TARGET_VBoxD3D9wddm-x86) | $$(dir $$@)171 $(INSTALL) -m 644 $< $(@D) 172 173 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3dwddm-x86.dll: $$( TARGET_wined3dwddm-x86) | $$(dir $$@)174 $(INSTALL) -m 644 $< $(@D) 175 176 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu-x86.dll: $$( TARGET_VBoxOGLarrayspu-x86) | $$(dir $$@)177 $(INSTALL) -m 644 $< $(@D) 178 179 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil-x86.dll: $$( TARGET_VBoxOGLcrutil-x86) | $$(dir $$@)180 $(INSTALL) -m 644 $< $(@D) 181 182 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu-x86.dll: $$( TARGET_VBoxOGLerrorspu-x86) | $$(dir $$@)183 $(INSTALL) -m 644 $< $(@D) 184 185 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu-x86.dll: $$( TARGET_VBoxOGLfeedbackspu-x86) | $$(dir $$@)186 $(INSTALL) -m 644 $< $(@D) 187 188 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu-x86.dll: $$( TARGET_VBoxOGLpackspu-x86) | $$(dir $$@)189 $(INSTALL) -m 644 $< $(@D) 190 191 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu-x86.dll: $$( TARGET_VBoxOGLpassthroughspu-x86) | $$(dir $$@)167 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL-x86.dll: $$(VBoxOGL-x86_1_TARGET) | $$(dir $$@) 168 $(INSTALL) -m 644 $< $(@D) 169 170 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D9wddm-x86.dll: $$(VBoxD3D9wddm-x86_1_TARGET) | $$(dir $$@) 171 $(INSTALL) -m 644 $< $(@D) 172 173 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3dwddm-x86.dll: $$(wined3dwddm-x86_1_TARGET) | $$(dir $$@) 174 $(INSTALL) -m 644 $< $(@D) 175 176 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu-x86.dll: $$(VBoxOGLarrayspu-x86_1_TARGET) | $$(dir $$@) 177 $(INSTALL) -m 644 $< $(@D) 178 179 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil-x86.dll: $$(VBoxOGLcrutil-x86_1_TARGET) | $$(dir $$@) 180 $(INSTALL) -m 644 $< $(@D) 181 182 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu-x86.dll: $$(VBoxOGLerrorspu-x86_1_TARGET) | $$(dir $$@) 183 $(INSTALL) -m 644 $< $(@D) 184 185 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu-x86.dll: $$(VBoxOGLfeedbackspu-x86_1_TARGET) | $$(dir $$@) 186 $(INSTALL) -m 644 $< $(@D) 187 188 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu-x86.dll: $$(VBoxOGLpackspu-x86_1_TARGET) | $$(dir $$@) 189 $(INSTALL) -m 644 $< $(@D) 190 191 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu-x86.dll: $$(VBoxOGLpassthroughspu-x86_1_TARGET) | $$(dir $$@) 192 192 $(INSTALL) -m 644 $< $(@D) 193 193 endif -
trunk/src/VBox/Additions/WINNT/Mouse/NT5/Makefile.kmk
r37163 r37801 61 61 $(call VBOX_EDIT_INF_FN,$<,$@) 62 62 63 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat: $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf $$( TARGET_VBoxMouse)63 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat: $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf $$(VBoxMouse_1_TARGET) 64 64 $(call MSG_TOOL,Inf2Cat,VBoxMouse-inf,$@,$<) 65 $(INSTALL) -m 644 $( TARGET_VBoxMouse) $(@D)65 $(INSTALL) -m 644 $(VBoxMouse_1_TARGET) $(@D) 66 66 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 67 67 endif # signing
Note:
See TracChangeset
for help on using the changeset viewer.