VirtualBox

Changeset 11637 in vbox


Ignore:
Timestamp:
Aug 25, 2008 11:32:39 PM (16 years ago)
Author:
vboxsync
Message:

VirtualBox4/Makefile.kmk: cleanup sdk dir rework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk

    r11626 r11637  
    143143
    144144ifeq ($(KBUILD_TARGET),win)
    145  TEMPLATE_VBOXQT4GUIEXE_INCS = \
    146         $(VBOX_PATH_SDK)/bindings/mscom/include
    147145 TEMPLATE_VBOXQT4GUIEXE_TOOL = $(VBOX_VCC_TOOL)
    148146 TEMPLATE_VBOXQT4GUIEXE_DEFS += \
     
    177175
    178176else # the gcc guys:
    179  TEMPLATE_VBOXQT4GUIEXE_INCS = \
    180         $(VBOX_PATH_SDK)/bindings/xpcom/include
    181177 TEMPLATE_VBOXQT4GUIEXE_TOOL = $(VBOX_GCC_TOOL)
    182178 TEMPLATE_VBOXQT4GUIEXE_DEFS.linux = _REENTRANT
     
    243239
    244240# Add COM/XPCOM stuff
    245 TEMPLATE_VBOXQT4GUIEXE_LIBS            += \
     241TEMPLATE_VBOXQT4GUIEXE_LIBS += \
    246242        $(PATH_LIB)/VBoxCOM$(VBOX_SUFF_LIB)
    247243ifdef VBOX_WITH_XPCOM
    248244 ## @todo may be worth creating the VBOX_XPCOM SDK def, or just a SDK_VBOXXPCOM.
    249  TEMPLATE_VBOXQT4GUIEXE_DEFS            += VBOX_WITH_XPCOM
     245 TEMPLATE_VBOXQT4GUIEXE_DEFS += VBOX_WITH_XPCOM
    250246 ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
    251   TEMPLATE_VBOXQT4GUIEXE_DEFS           += VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
    252  endif
    253  TEMPLATE_VBOXQT4GUIEXE_INCS            += \
     247  TEMPLATE_VBOXQT4GUIEXE_DEFS += VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
     248 endif
     249 TEMPLATE_VBOXQT4GUIEXE_INCS += \
    254250        $(VBOX_XPCOM_INCS)
    255  TEMPLATE_VBOXQT4GUIEXE_LIBS            += \
     251 TEMPLATE_VBOXQT4GUIEXE_LIBS += \
    256252        $(LIB_XPCOM)
    257 endif
     253else  # COM
     254 TEMPLATE_VBOXQT4GUIEXE_INCS += \
     255        $(VBOX_PATH_SDK)/bindings/mscom/include
     256endif # COM
    258257
    259258#
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