VirtualBox

Ignore:
Timestamp:
Mar 11, 2013 11:22:01 AM (12 years ago)
Author:
vboxsync
Message:

VBoxCredProv/testcase: No WINDDK needed or present; No need for special PSDK any more; Fixed build issue.

Location:
trunk/src/VBox/Additions/WINNT/VBoxCredProv/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/testcase/Makefile.kmk

    r42239 r44975  
    55
    66#
    7 # Copyright (C) 2009-2012 Oracle Corporation
     7# Copyright (C) 2009-2013 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    2323tstCredentialProvider_SOURCES  = \
    2424        tstCredentialProvider.cpp
    25 tstCredentialProvider_SDKS.x86 = WINDDK
    26 
    27 #
    28 # Since this is not the default SDK we have to navigate manually to it.
    29 #
    30 VBOX_PATH_PSDK_200702    := \
    31         $(PATH_DEVTOOLS)/win.x86/sdk/x200702/
    32 
    33 tstCredentialProvider_INCS        := \
    34         $(VBOX_PATH_PSDK_200702)/Include
    35 tstCredentialProvider_LIBS.x86  := \
    36         $(VBOX_PATH_PSDK_200702)/Lib/credui.lib \
    37         $(VBOX_PATH_PSDK_200702)/Lib/Secur32.Lib
    38 tstCredentialProvider_LIBS.amd64  := \
    39         $(VBOX_PATH_PSDK_200702)/Lib/x64/Credui.Lib \
    40         $(VBOX_PATH_PSDK_200702)/Lib/x64/Secur32.Lib
     25tstCredentialProvider_LIBS     = \
     26        $(PATH_SDK_$(VBOX_WINPSDK_GST_WLH)_LIB)/credui.lib \
     27        $(PATH_SDK_$(VBOX_WINPSDK_GST_WLH)_LIB)/Secur32.Lib
    4128
    4229include $(FILE_KBUILD_SUB_FOOTER)
     30
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/testcase/tstCredentialProvider.cpp

    r40268 r44975  
    2121    printf("Test returned %ld\n", dwErr);
    2222   
    23     return dwERR == ERROR_SUCCESS ? 0 : 1;
     23    return dwErr == ERROR_SUCCESS ? 0 : 1;
    2424}
Note: See TracChangeset for help on using the changeset viewer.

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