Changeset 44929 in vbox
- Timestamp:
- Mar 6, 2013 9:27:29 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxMMR/Makefile.kmk
r44881 r44929 61 61 # Since this is not the default SDK we have to navigate manually to it. 62 62 # 63 VBOX_PATH_PSDK_v71 := \ 64 $(PATH_DEVTOOLS)/win.x86/sdk/v7.1 63 ifndef VBOX_OSE 64 VBOX_PATH_PSDK_v71 := $(PATH_DEVTOOLS)/win.x86/sdk/v7.1 65 else 66 VBOX_PATH_PSDK_v71 := $(PATH_SDK_WINPSDK71) 67 endif 65 68 66 VBoxMMRHook_INCS :=\69 VBoxMMRHook_INCS := \ 67 70 $(VBOX_PATH_PSDK_v71)/Include \ 68 ../include \ 69 $(SUB_DEPTH)/include 70 71 ../include \ 72 $(SUB_DEPTH)/include 71 73 72 74 VBoxMMRHook_LIBS.x86 := \
Note:
See TracChangeset
for help on using the changeset viewer.