Changeset 39252 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Nov 9, 2011 2:00:21 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74782
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk
r39160 r39252 70 70 # so it'd be dealt with in the parent makefile. 71 71 ifdef VBOX_SIGN_ADDITIONS 72 VBoxDisp_NOINST = true 72 VBoxDisp_INSTTYPE = none 73 VBoxDisp_DEBUG_INSTTYPE = both 73 74 ifdef VBOX_WITH_WDDM 74 VBoxDispD3D_NOINST = true 75 VBoxDispD3D_INSTTYPE = none 76 VBoxDispD3D_DEBUG_INSTTYPE = both 75 77 endif 76 78 endif -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk
r37626 r39252 130 130 # so it'd be dealt with in the parent makefile. 131 131 ifdef VBOX_SIGN_ADDITIONS 132 VBoxVideo_NOINST = true 132 VBoxVideo_INSTTYPE = none 133 VBoxVideo_DEBUG_INSTTYPE = both 133 134 ifdef VBOX_WITH_WDDM 134 VBoxVideoWddm_NOINST = true 135 VBoxVideoWddm_INSTTYPE = none 136 VBoxVideoWddm_DEBUG_INSTTYPE = both 135 137 endif 136 138 endif
Note:
See TracChangeset
for help on using the changeset viewer.