Changeset 10053 in vbox
- Timestamp:
- Jul 1, 2008 1:43:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r10025 r10053 1999 1999 2000 2000 # 2001 # Template for building static R3 executables and any static 2001 # Template for building static R3 executables and any static 2002 2002 # libraries they link with. 2003 2003 # 2004 TEMPLATE_VBOXR3STATIC = VBox Static Ring 3 EXE 2004 TEMPLATE_VBOXR3STATIC = VBox Static Ring 3 EXE 2005 2005 TEMPLATE_VBOXR3STATIC_EXTENDS = VBOXR3EXE 2006 2006 ifeq ($(KBUILD_TARGET),win) … … 2472 2472 2473 2473 # Add COM/XPCOM stuff 2474 TEMPLATE_VBOXQTGUIEXE_LIBS 2474 TEMPLATE_VBOXQTGUIEXE_LIBS += \ 2475 2475 $(PATH_LIB)/VBoxCOM$(VBOX_SUFF_LIB) 2476 2476 ifdef VBOX_WITH_XPCOM 2477 2477 ## @todo may be worth creating the VBOX_XPCOM SDK def 2478 TEMPLATE_VBOXQTGUIEXE_DEFS 2479 TEMPLATE_VBOXQTGUIEXE_INCS 2478 TEMPLATE_VBOXQTGUIEXE_DEFS += VBOX_WITH_XPCOM 2479 TEMPLATE_VBOXQTGUIEXE_INCS += \ 2480 2480 $(VBOX_XPCOM_INCS) 2481 TEMPLATE_VBOXQTGUIEXE_LIBS 2481 TEMPLATE_VBOXQTGUIEXE_LIBS += \ 2482 2482 $(LIB_XPCOM) 2483 TEMPLATE_VBOXQTGUIEXE_DEPS += \ 2484 $(VBOX_PATH_SDK)/include/VirtualBox_XPCOM.h 2485 else 2486 TEMPLATE_VBOXQTGUIEXE_DEPS += \ 2487 $(VBOX_PATH_SDK)/include/VirtualBox.h 2483 2488 endif 2484 2489
Note:
See TracChangeset
for help on using the changeset viewer.