VirtualBox

Changeset 42219 in vbox


Ignore:
Timestamp:
Jul 18, 2012 11:58:15 PM (13 years ago)
Author:
vboxsync
Message:

More VCC10 preparations.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r42154 r42219  
    31263126 endif
    31273127 TEMPLATE_VBOXR0DRV_POST_CMDS          = $(VBOX_SIGN_DRIVER_CMDS)
    3128  ifdef VBOX_USE_VCC100 # HACK ALERT!
    3129   TEMPLATE_VBOXR0DRV_CINCS             = $(TOOL_$(VBOX_VCC_TOOL)_CINCS)
    3130   TEMPLATE_VBOXR0DRV_CXXINCS           = $(TOOL_$(VBOX_VCC_TOOL)_CXXINCS)
    3131  endif
    31323128endif
    31333129
     
    42544250   endif
    42554251  else if1of ($(KBUILD_TARGET), win)
    4256    VBOX_PATH_QT4 ?= $(lastword $(sort $(wildcard $(PATH_DEVTOOLS_TRG)/qt/v4*)))
     4252   ifdef VBOX_USE_VCC100
     4253    VBOX_PATH_QT4 ?= $(lastword $(filter %-vcc10,$(sort $(wildcard $(PATH_DEVTOOLS_TRG)/qt/v4*))))
     4254   else
     4255    VBOX_PATH_QT4 ?= $(lastword $(filter-out %-vcc10,$(sort $(wildcard $(PATH_DEVTOOLS_TRG)/qt/v4*))))
     4256   endif
    42574257  else if1of ($(KBUILD_TARGET), linux solaris)
    42584258   VBOX_PATH_QT4 ?= $(lastword $(sort $(wildcard $(PATH_DEVTOOLS_TRG)/qt/v4*)))
     
    43404340  TEMPLATE_VBOXQT4GUIEXE_POST_CMDS = $(VBOX_SIGN_IMAGE_CMDS)
    43414341  TEMPLATE_VBOXQT4GUIEXE_LDFLAGS.win.x86 += /LARGEADDRESSAWARE
    4342 
    4343  ifdef VBOX_USE_VCC100 # HACK ALERT!
    4344   TEMPLATE_VBOXQT4GUIEXE_CINCS   = $(TOOL_$(VBOX_VCC_TOOL)_CINCS)
    4345   TEMPLATE_VBOXQT4GUIEXE_CXXINCS = $(TOOL_$(VBOX_VCC_TOOL)_CXXINCS)
    4346  endif
    43474342
    43484343 else # the gcc guys:
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk

    r42154 r42219  
    2828VBoxDisp_SYSSUFF       = .dll
    2929VBoxDisp_SDKS          = ReorderCompilerIncs $(VBOX_WINDDK_GST_NT4)
    30 VBoxDisp_DEFS          = _WIN32_WINNT=0x0501 VBOX_WITH_DDRAW
     30VBoxDisp_DEFS.x86     = _WIN32_WINNT=0x0501
     31VBoxDisp_DEFS          = VBOX_WITH_DDRAW
    3132VBoxDisp_DEFS         += LOG_TO_BACKDOOR #LOG_ENABLED
    3233ifdef VBOX_WITH_VIDEOHWACCEL
  • trunk/src/VBox/Additions/WINNT/SharedFolders/np/Makefile.kmk

    r42154 r42219  
    2121DLLS += VBoxMRXNP
    2222VBoxMRXNP_TEMPLATE    = VBOXGUESTR3DLL
     23 VBoxMRXNP_DEFS       = LOG_TO_BACKDOOR UNICODE WIN32_LEAN_AND_MEAN=1
     24#VBoxMRXNP_DEFS       += LOG_ENABLED
    2325ifeq ($(VBOX_WINDDK_GST),W2K3DDK)
    24 VBoxMRXNP_SDKS        = ReorderCompilerIncs WINDDK
     26 VBoxMRXNP_SDKS       = ReorderCompilerIncs WINDDK
     27 VBoxMRXNP_DEFS      += _WIN32_WINNT=0x0500
    2528else
    26 VBoxMRXNP_SDKS        = ReorderCompilerIncs $(VBOX_WINDDK_GST_W2K)
     29 VBoxMRXNP_SDKS       = ReorderCompilerIncs $(VBOX_WINDDK_GST_W2K)
    2730endif
    28 VBoxMRXNP_DEFS        = LOG_TO_BACKDOOR _WIN32_WINNT=0x0500 UNICODE WIN32_LEAN_AND_MEAN=1
    29 #VBoxMRXNP_DEFS       += LOG_ENABLED
    3031
    3132VBoxMRXNP_SOURCES     = \
  • trunk/src/VBox/Runtime/Makefile.kmk

    r42154 r42219  
    15821582#
    15831583RuntimeR0Drv_TEMPLATE   = VBoxR0DrvLib
    1584 RuntimeR0Drv_SDKS.win   = $(VBOX_WINDDK) $(VBOX_WINPSDK)INCS
     1584RuntimeR0Drv_SDKS.win   = ReorderCompilerIncs $(VBOX_WINDDK) $(VBOX_WINPSDK)INCS
    15851585RuntimeR0Drv_DEFS       = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS RT_NO_EXPORT_SYMBOL
    15861586RuntimeR0Drv_DEFS.win   = IN_SUP_R0
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