VirtualBox

儲存庫 vbox 的更動 17208


忽略:
時間撮記:
2009-2-27 下午01:56:08 (16 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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