VirtualBox

Changeset 12257 in vbox for trunk/src


Ignore:
Timestamp:
Sep 9, 2008 2:23:58 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36256
Message:

VirtualBox4/Makefile: fixes, sub-makefile.

File:
1 edited

Legend:

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

    r12256 r12257  
    2020#
    2121
    22 DEPTH = ../../../..
    23 include $(KBUILD_PATH)/header.kmk
     22SUB_DEPTH = ../../../..
     23include $(KBUILD_PATH)/subheader.kmk
    2424
    2525#
     
    219219endif
    220220
    221 if 0 ## @todo not finished yet.
     221if "$(USER)" == "bird"
    222222ifdef VBOX_WITH_DEBUGGER_GUI ## @todo make this dynamically loadable and ship with release builds too.
    223223 ifeq ($(KBUILD_TARGET),win)
     
    461461# Generate the COM wrappers.
    462462#
    463 VirtualBox4_BLDDIRS       += $(PATH_VirtualBox4)/include/
     463VirtualBox4_BLDDIRS       += $(PATH_VirtualBox4)/include
    464464VirtualBox4_INTERMEDIATES += $(PATH_VirtualBox4)/include/COMWrappers.h
    465465VirtualBox4_CLEAN         += $(PATH_VirtualBox4)/include/COMWrappers.h
     
    467467$$(PATH_VirtualBox4)/include/COMWrappers.h: \
    468468                $(PATH_ROOT)/src/VBox/Main/idl/VirtualBox.xidl \
    469                 $(PATH_SUB_CURRENT)/include/COMWrappers.xsl \
     469                $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl \
    470470                | $$(dir $$@)
    471471        $(call MSG_GENERATE,VirtualBox4,$<,$@)
    472         $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_WRAPPERS_TEMPLATE4) $<
     472        $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl $<
    473473
    474474# alias for generating the COM Wrappers file.
     
    580580# Commit the magic.
    581581# (note: before custom rules that make usage of generated variables!).
    582 include $(KBUILD_PATH)/footer.kmk
     582include $(KBUILD_PATH)/subfooter.kmk
    583583
    584584
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