VirtualBox

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

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

Additions: more header fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1# $Id: Makefile.kmk 25883 2010-01-18 11:37:07Z vboxsync $
2## @file
3# Sub-Makefile for VBoxCredProv.
4#
5
6#
7# Copyright (C) 2009 Sun Microsystems, Inc.
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22SUB_DEPTH = ../../../../..
23include $(KBUILD_PATH)/subheader.kmk
24
25DLLS += VBoxCredProv
26VBoxCredProv_TEMPLATE = VBOXGUESTR3DLL
27VBoxCredProv_DEFS = LOG_TO_BACKDOOR VBGL_VBOXGUEST VBOX_WITH_HGCM UNICODE
28VBoxCredProv_SDKS.x86 = WINDDK
29VBoxCredProv_SOURCES = \
30 dll.cpp \
31 guid.cpp \
32 helpers.cpp \
33 VBoxCredential.cpp \
34 VBoxCredPoller.cpp \
35 VBoxCredProv.cpp \
36 VBoxCredProv.def \
37 VBoxCredProv.rc
38
39#
40# Since this is not the default SDK we have to navigate manually to it.
41#
42VBOX_PATH_PSDK_200702 := \
43 $(PATH_DEVTOOLS)/win.x86/sdk/x200702/
44
45VBoxCredProv_INCS := \
46 $(VBOX_PATH_PSDK_200702)/Include
47VBoxCredProv_LIBS.x86 := \
48 $(VBOX_PATH_PSDK_200702)/Lib/Uuid.Lib \
49 $(VBOX_PATH_PSDK_200702)/Lib/Credui.Lib \
50 $(VBOX_PATH_PSDK_200702)/Lib/Secur32.Lib \
51 $(VBOX_PATH_PSDK_200702)/Lib/ShLwApi.Lib
52VBoxCredProv_LIBS.amd64 := \
53 $(VBOX_PATH_PSDK_200702)/Lib/x64/Uuid.Lib \
54 $(VBOX_PATH_PSDK_200702)/Lib/x64/Credui.Lib \
55 $(VBOX_PATH_PSDK_200702)/Lib/x64/Secur32.Lib \
56 $(VBOX_PATH_PSDK_200702)/Lib/x64/ShLwApi.Lib
57
58VBoxCredProv_LIBS += \
59 $(VBOX_LIB_IPRT_GUEST_R3) \
60 $(VBOX_LIB_VBGL_R3)
61
62include $(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