Last change
on this file since 27860 was 27860, checked in by vboxsync, 15 years ago |
export some files from Additions/WINNT/VBoxCredProv to OSE
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
925 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 27860 2010-03-31 09:16:37Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Sub-Makefile for test cases.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2009 Sun Microsystems, Inc.
|
---|
8 | #
|
---|
9 | # Sun Microsystems, Inc. confidential
|
---|
10 | # All rights reserved
|
---|
11 | #
|
---|
12 |
|
---|
13 | SUB_DEPTH = ../../../../../..
|
---|
14 | include $(KBUILD_PATH)/subheader.kmk
|
---|
15 |
|
---|
16 | PROGRAMS += tstCredentialProvider
|
---|
17 | tstCredentialProvider_TEMPLATE = VBOXGUESTR3EXE
|
---|
18 | tstCredentialProvider_SOURCES = \
|
---|
19 | tstCredentialProvider.cpp
|
---|
20 | tstCredentialProvider_SDKS.x86 = WINDDK
|
---|
21 |
|
---|
22 | #
|
---|
23 | # Since this is not the default SDK we have to navigate manually to it.
|
---|
24 | #
|
---|
25 | VBOX_PATH_PSDK_200702 := \
|
---|
26 | $(PATH_DEVTOOLS)/win.x86/sdk/x200702/
|
---|
27 |
|
---|
28 | tstCredentialProvider_INCS := \
|
---|
29 | $(VBOX_PATH_PSDK_200702)/Include
|
---|
30 | tstCredentialProvider_LIBS.x86 := \
|
---|
31 | $(VBOX_PATH_PSDK_200702)/Lib/Credui.Lib \
|
---|
32 | $(VBOX_PATH_PSDK_200702)/Lib/Secur32.Lib
|
---|
33 | tstCredentialProvider_LIBS.amd64 := \
|
---|
34 | $(VBOX_PATH_PSDK_200702)/Lib/x64/Credui.Lib \
|
---|
35 | $(VBOX_PATH_PSDK_200702)/Lib/x64/Secur32.Lib
|
---|
36 |
|
---|
37 | include $(KBUILD_PATH)/subfooter.kmk
|
---|
Note:
See
TracBrowser
for help on using the repository browser.