VirtualBox

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

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
13SUB_DEPTH = ../../../../../..
14include $(KBUILD_PATH)/subheader.kmk
15
16PROGRAMS += tstCredentialProvider
17tstCredentialProvider_TEMPLATE = VBOXGUESTR3EXE
18tstCredentialProvider_SOURCES = \
19 tstCredentialProvider.cpp
20tstCredentialProvider_SDKS.x86 = WINDDK
21
22#
23# Since this is not the default SDK we have to navigate manually to it.
24#
25VBOX_PATH_PSDK_200702 := \
26 $(PATH_DEVTOOLS)/win.x86/sdk/x200702/
27
28tstCredentialProvider_INCS := \
29 $(VBOX_PATH_PSDK_200702)/Include
30tstCredentialProvider_LIBS.x86 := \
31 $(VBOX_PATH_PSDK_200702)/Lib/Credui.Lib \
32 $(VBOX_PATH_PSDK_200702)/Lib/Secur32.Lib
33tstCredentialProvider_LIBS.amd64 := \
34 $(VBOX_PATH_PSDK_200702)/Lib/x64/Credui.Lib \
35 $(VBOX_PATH_PSDK_200702)/Lib/x64/Secur32.Lib
36
37include $(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