- Timestamp:
- Jul 11, 2007 2:15:05 PM (18 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk
r3550 r3555 32 32 VBoxDisp_SYSSUFF = .dll 33 33 VBoxDisp_DEFS = _WIN32_WINNT=0x0501 LOG_TO_BACKDOOR VBOX_WITH_DDRAW VBOX_WITH_OPENGL 34 VBoxDisp_INCS = .. \..\include34 VBoxDisp_INCS = ../../include 35 35 #VBoxDisp_DEFS += LOG_ENABLED 36 36 #VBoxDisp_DEFS += STAT_sunlover -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk
r3551 r3555 34 34 VBoxVideo_DEFS = LOG_TO_BACKDOOR 35 35 #VBoxVideo_DEFS += LOG_ENABLED 36 VBoxVideo_INCS = .. \..\include36 VBoxVideo_INCS = ../../include 37 37 VBoxVideo_LDFLAGS = /Entry:DriverEntry@8 38 38 VBoxVideo_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.