VirtualBox

Changeset 10053

Show
Ignore:
Timestamp:
07/01/08 03:43:38 (3 months ago)
Author:
vboxsync
Message:

Added explicit dependency on the VirtualBox*.h in the SDK to the VBOXQTGUIEXE template.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r10025 r10053  
    19991999 
    20002000# 
    2001 # Template for building static R3 executables and any static  
     2001# Template for building static R3 executables and any static 
    20022002# libraries they link with. 
    20032003# 
    2004 TEMPLATE_VBOXR3STATIC           = VBox Static Ring 3 EXE  
     2004TEMPLATE_VBOXR3STATIC           = VBox Static Ring 3 EXE 
    20052005TEMPLATE_VBOXR3STATIC_EXTENDS   = VBOXR3EXE 
    20062006ifeq ($(KBUILD_TARGET),win) 
     
    24722472 
    24732473# Add COM/XPCOM stuff 
    2474 TEMPLATE_VBOXQTGUIEXE_LIBS            += \ 
     2474TEMPLATE_VBOXQTGUIEXE_LIBS += \ 
    24752475        $(PATH_LIB)/VBoxCOM$(VBOX_SUFF_LIB) 
    24762476ifdef VBOX_WITH_XPCOM 
    24772477 ## @todo may be worth creating the VBOX_XPCOM SDK def 
    2478  TEMPLATE_VBOXQTGUIEXE_DEFS            += VBOX_WITH_XPCOM 
    2479  TEMPLATE_VBOXQTGUIEXE_INCS            += \ 
     2478 TEMPLATE_VBOXQTGUIEXE_DEFS += VBOX_WITH_XPCOM 
     2479 TEMPLATE_VBOXQTGUIEXE_INCS += \ 
    24802480        $(VBOX_XPCOM_INCS) 
    2481  TEMPLATE_VBOXQTGUIEXE_LIBS            += \ 
     2481 TEMPLATE_VBOXQTGUIEXE_LIBS += \ 
    24822482        $(LIB_XPCOM) 
     2483 TEMPLATE_VBOXQTGUIEXE_DEPS += \ 
     2484        $(VBOX_PATH_SDK)/include/VirtualBox_XPCOM.h 
     2485else 
     2486 TEMPLATE_VBOXQTGUIEXE_DEPS += \ 
     2487        $(VBOX_PATH_SDK)/include/VirtualBox.h 
    24832488endif 
    24842489 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy