Changeset 32620 in vbox
- Timestamp:
- Sep 17, 2010 6:46:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk
r32250 r32620 136 136 $(PATH_BIN)/additions/VBoxVideoWddm.sys \ 137 137 $(PATH_BIN)/additions/VBoxVideoWddm.inf \ 138 $(PATH_BIN)/additions/VBoxVideoWddm.cat \139 138 $(PATH_BIN)/additions/VBoxDispD3D.dll \ 140 139 $(PATH_BIN)/additions/wined3dwddm.dll \ 141 140 $(PATH_BIN)/additions/VBoxD3D9wddm.dll 141 ifdef VBOX_SIGN_ADDITIONS 142 DRIVER_FILES += \ 143 $(PATH_BIN)/additions/VBoxVideoWddm.cat 144 endif 142 145 endif 143 146 endif
Note:
See TracChangeset
for help on using the changeset viewer.