Changeset 26928 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk
- Timestamp:
- Mar 2, 2010 12:09:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk
r26846 r26928 81 81 82 82 VBoxVideoWddm_SDKS=WINDDKWLH 83 VBoxVideoWddm_DEFS += LOG_TO_BACKDOORVBOX_WITH_8BPP_MODES83 VBoxVideoWddm_DEFS += VBOX_WITH_8BPP_MODES 84 84 VBoxVideoWddm_DEFS += VBOX_WITH_HGSMI VBOXWDDM VBOXVDMA 85 85 ifdef VBOX_WITH_VIDEOHWACCEL 86 86 VBoxVideoWddm_DEFS += VBOX_WITH_VIDEOHWACCEL 87 87 endif 88 #VBoxVideoWddm_DEFS += LOG_ENABLED 88 VBoxVideoWddm_DEFS += LOG_ENABLED 89 #VBoxVideoWddm_DEFS += LOG_TO_BACKDOOR 89 90 VBoxVideoWddm_INCS += ../../include 90 91 VBoxVideoWddm_LDFLAGS.x86 += /Entry:DriverEntry@8 … … 98 99 wddm/VBoxVideoVdma.cpp \ 99 100 wddm/VBoxVideoShgsmi.cpp \ 100 wddm/VBoxVideoWddm.def \101 101 wddm/VBoxVideoWddm.rc 102 VBoxVideoWddm_LIBS.x86 = \ 103 $(PATH_SDK_WINDDKWLH_LIB)/bufferoverflowk.lib 102 104 #VBoxVideoWddm_LIBS.x86 += \ 103 105 # $(PATH_SDK_WINDDKWLH_LIB)/exsup.lib 104 VBoxVideoWddm_LIBS.x86 += \105 $(PATH_SDK_WINDDKWLH_LIB)/bufferoverflowu.lib106 106 VBoxVideoWddm_LIBS = \ 107 107 $(PATH_SDK_WINDDKWLH_LIB)/ntoskrnl.lib \
Note:
See TracChangeset
for help on using the changeset viewer.