Changeset 42220 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jul 19, 2012 1:11:05 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxCredProv/Makefile.kmk
r41477 r42220 22 22 VBoxCredProv_TEMPLATE = VBOXGUESTR3DLL 23 23 VBoxCredProv_DEFS = VBGL_VBOXGUEST VBOX_WITH_HGCM VBOX_WITH_SENS UNICODE 24 ifdef VBOX_USE_VCC100 25 VBoxCredProv_SDKS = ReorderCompilerIncs $(VBOX_WINPSDK_GST_WLH) 26 else 24 27 VBoxCredProv_SDKS.x86 = WINDDK 28 endif 25 29 VBoxCredProv_SOURCES = \ 26 30 VBoxCredentialProvider.cpp \ … … 33 37 VBoxCredProvUtils.cpp 34 38 39 ifndef VBOX_USE_VCC100 35 40 # 36 41 # Since this is not the default SDK we have to navigate manually to it. … … 53 58 $(VBOX_PATH_PSDK_200702)/Lib/x64/ShLwApi.Lib \ 54 59 $(VBOX_PATH_PSDK_200702)/Lib/x64/NetAPI32.Lib 60 endif 55 61 56 VBoxCredProv_LIBS += \62 VBoxCredProv_LIBS = \ 57 63 $(VBOX_LIB_IPRT_GUEST_R3) \ 58 64 $(VBOX_LIB_VBGL_R3) 65 ifdef VBOX_USE_VCC100 66 VBoxCredProv_LIBS += \ 67 $(PATH_SDK_$(VBOX_WINPSDK_GST_WLH)_LIB)/credui.lib \ 68 $(PATH_SDK_$(VBOX_WINPSDK_GST_WLH)_LIB)/Secur32.Lib \ 69 $(PATH_SDK_$(VBOX_WINPSDK_GST_WLH)_LIB)/NetAPI32.Lib 70 endif 59 71 60 72 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.