VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxCredProv/Makefile.kmk@ 25811

Last change on this file since 25811 was 25811, checked in by vboxsync, 15 years ago

VBoxCredProv: Enabled building by default on OSE (second try).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1# $Id: Makefile.kmk 25811 2010-01-13 17:10:01Z vboxsync $
2## @file
3# Sub-Makefile for VBoxCredProv.
4#
5
6#
7# Copyright (C) 2009 Sun Microsystems, Inc.
8#
9# Sun Microsystems, Inc. confidential
10# All rights reserved
11#
12
13SUB_DEPTH = ../../../../..
14include $(KBUILD_PATH)/subheader.kmk
15
16DLLS += VBoxCredProv
17VBoxCredProv_TEMPLATE = VBOXGUESTR3DLL
18VBoxCredProv_DEFS = LOG_TO_BACKDOOR VBGL_VBOXGUEST VBOX_WITH_HGCM UNICODE
19VBoxCredProv_SDKS.x86 = WINDDK
20VBoxCredProv_SOURCES = \
21 dll.cpp \
22 guid.cpp \
23 helpers.cpp \
24 VBoxCredential.cpp \
25 VBoxCredPoller.cpp \
26 VBoxCredProv.cpp \
27 VBoxCredProv.def \
28 VBoxCredProv.rc
29
30#
31# Since this is not the default SDK we have to navigate manually to it.
32#
33VBOX_PATH_PSDK_200702 := \
34 $(PATH_DEVTOOLS)/win.x86/sdk/x200702/
35
36VBoxCredProv_INCS := \
37 $(VBOX_PATH_PSDK_200702)/Include
38VBoxCredProv_LIBS.x86 := \
39 $(VBOX_PATH_PSDK_200702)/Lib/Uuid.Lib \
40 $(VBOX_PATH_PSDK_200702)/Lib/Credui.Lib \
41 $(VBOX_PATH_PSDK_200702)/Lib/Secur32.Lib \
42 $(VBOX_PATH_PSDK_200702)/Lib/ShLwApi.Lib
43VBoxCredProv_LIBS.amd64 := \
44 $(VBOX_PATH_PSDK_200702)/Lib/x64/Uuid.Lib \
45 $(VBOX_PATH_PSDK_200702)/Lib/x64/Credui.Lib \
46 $(VBOX_PATH_PSDK_200702)/Lib/x64/Secur32.Lib \
47 $(VBOX_PATH_PSDK_200702)/Lib/x64/ShLwApi.Lib
48
49VBoxCredProv_LIBS += \
50 $(VBOX_LIB_IPRT_GUEST_R3) \
51 $(VBOX_LIB_VBGL_R3)
52
53include $(KBUILD_PATH)/subfooter.kmk
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette