VirtualBox

Changeset 17208 in vbox


Ignore:
Timestamp:
Feb 27, 2009 1:56:08 PM (16 years ago)
Author:
vboxsync
Message:

Main/Makefile: comdefs.h and WbemUuid.lib locations fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r17180 r17208  
    331331
    332332ifdef VBOX_WITH_NETFLT
    333  #needed to include intsafe.h indirectly included by comdef.h
    334  VBoxSVC_INCS.win += $(foreach VARSDK, $(VBoxSVC_SDKS), $(PATH_SDK_$(VARSDK)_INC)/crt)
    335  #needed to include comsupp.lib
    336  VBoxSVC_LIBS.win += $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/comsupp.lib
    337  #VBoxSVC_LIBPATH.win += $(if $(VBOX_USE_VCC80),$(PATH_TOOL_VCC80_LIB),$(PATH_TOOL_VCC70_LIB))
    338  VBoxSVC_LIBS.win += wbemuuid.lib
    339  VBoxSVC_LIBS.win += $(PATH_LIB)/WinNetConfig.lib
     333 # Note! The includes from the TOOL has lower prioirty than the SDKs,
     334 #       since comdef.h is in both the DDK and VCC we want to make sure
     335 #       we're using the VCC since we're not using the DDK compiler/crt.
     336 #       Since this is potentially risky, restrict it to the source file
     337 #       needing it.
     338 win/NetIfList-win.cpp_INCS.win += $(PATH_TOOL_$(VBOX_VCC_TOOL)_INC)
     339 VBoxSVC_LIBS.win += \
     340        $(PATH_LIB)/WinNetConfig.lib \
     341        $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/comsupp.lib \
     342        $(PATH_SDK_WINPSDK_LIB)/WbemUuid.Lib
    340343 ifdef VBOX_NETFLT_ONDEMAND_BIND
    341344  VBoxSVC_DEFS.win += VBOX_NETFLT_ONDEMAND_BIND
     
    407410
    408411VirtualBoxImplExtra.cpp_DEPS  = \
    409         $(PATH_VBoxSVC)/xml_VirtualBox_settings_xsd.h \
     412        $(PATH_VBoxSVC)/xml_VirtualBox_settings_xsd.h \
    410413        $(PATH_VBoxSVC)/xml_VirtualBox_settings_common_xsd.h \
    411414        $(PATH_VBoxSVC)/xml_SettingsConverter_xsl.h
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