VirtualBox

Changeset 42288 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jul 20, 2012 6:30:53 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79346
Message:

Jettisoned the old compilers.

Location:
trunk/src/VBox/Additions/WINNT
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk

    r42243 r42288  
    2828VBoxDisp_SYSSUFF       = .dll
    2929VBoxDisp_SDKS          = ReorderCompilerIncs $(VBOX_WINDDK_GST_NT4)
    30 VBoxDisp_DEFS.x86     = _WIN32_WINNT=0x0501
    31 ifndef VBOX_USE_VCC100
    32  VBoxDisp_DEFS.amd64  = _WIN32_WINNT=0x0500 # <- otherwise the build will fail due to DDK header inconsistencies
    33 endif
     30VBoxDisp_DEFS.x86      = _WIN32_WINNT=0x0501
    3431VBoxDisp_DEFS          = VBOX_WITH_DDRAW
    3532VBoxDisp_DEFS         += LOG_TO_BACKDOOR #LOG_ENABLED
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/Makefile.kmk

    r42220 r42288  
    2222VBoxCredProv_TEMPLATE    = VBOXGUESTR3DLL
    2323VBoxCredProv_DEFS        = VBGL_VBOXGUEST VBOX_WITH_HGCM VBOX_WITH_SENS UNICODE
    24 ifdef VBOX_USE_VCC100
    2524VBoxCredProv_SDKS        = ReorderCompilerIncs $(VBOX_WINPSDK_GST_WLH)
    26 else
    27 VBoxCredProv_SDKS.x86    = WINDDK
    28 endif
    2925VBoxCredProv_SOURCES  = \
    3026        VBoxCredentialProvider.cpp \
     
    3733        VBoxCredProvUtils.cpp
    3834
    39 ifndef VBOX_USE_VCC100
    40 #
    41 # Since this is not the default SDK we have to navigate manually to it.
    42 #
    43 VBOX_PATH_PSDK_200702    := \
    44         $(PATH_DEVTOOLS)/win.x86/sdk/x200702/
    45 
    46 VBoxCredProv_INCS        := \
    47         $(VBOX_PATH_PSDK_200702)/Include
    48 VBoxCredProv_LIBS.x86  := \
    49         $(VBOX_PATH_PSDK_200702)/Lib/Uuid.Lib \
    50         $(VBOX_PATH_PSDK_200702)/Lib/credui.lib \
    51         $(VBOX_PATH_PSDK_200702)/Lib/Secur32.Lib \
    52         $(VBOX_PATH_PSDK_200702)/Lib/ShLwApi.Lib \
    53         $(VBOX_PATH_PSDK_200702)/Lib/NetAPI32.Lib
    54 VBoxCredProv_LIBS.amd64  := \
    55         $(VBOX_PATH_PSDK_200702)/Lib/x64/Uuid.Lib \
    56         $(VBOX_PATH_PSDK_200702)/Lib/x64/credui.lib \
    57         $(VBOX_PATH_PSDK_200702)/Lib/x64/Secur32.Lib \
    58         $(VBOX_PATH_PSDK_200702)/Lib/x64/ShLwApi.Lib \
    59         $(VBOX_PATH_PSDK_200702)/Lib/x64/NetAPI32.Lib
    60 endif
    61 
    6235VBoxCredProv_LIBS     = \
    6336        $(VBOX_LIB_IPRT_GUEST_R3) \
    6437        $(VBOX_LIB_VBGL_R3)
    65 ifdef VBOX_USE_VCC100
    6638VBoxCredProv_LIBS    += \
    6739        $(PATH_SDK_$(VBOX_WINPSDK_GST_WLH)_LIB)/credui.lib \
    6840        $(PATH_SDK_$(VBOX_WINPSDK_GST_WLH)_LIB)/Secur32.Lib \
    6941        $(PATH_SDK_$(VBOX_WINPSDK_GST_WLH)_LIB)/NetAPI32.Lib
    70 endif
    7142
    7243include $(FILE_KBUILD_SUB_FOOTER)
  • trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk

    r42239 r42288  
    2525 VBoxTray_DEBUG_INSTTYPE = both
    2626endif
    27 if defined(VBOX_USE_VCC100) || defined(VBOX_USE_VCC110)
    28  VBoxTray_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST)
    29 endif
     27VBoxTray_SDKS     = ReorderCompilerIncs $(VBOX_WINDDK_GST)
    3028VBoxTray_DEFS     = VBOX_WITH_HGCM LOG_TO_BACKDOOR
    3129VBoxTray_INCS     = ../include
    32 if !defined(VBOX_USE_VCC100) && !defined(VBOX_USE_VCC110)
    33  include $(KBUILD_PATH)/sdks/WINDDK.kmk # WTF is this about?
    34  VBoxTray_INCS   += $(PATH_SDK_WINDDK_INC_API) $(PATH_SDK_WINDDK_INC_DDK)
    35 endif
    3630VBoxTray_SOURCES  = \
    3731        VBoxTray.cpp \
Note: See TracChangeset for help on using the changeset viewer.

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