VirtualBox

Ignore:
Timestamp:
Nov 25, 2008 1:30:03 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39868
Message:

FE/Qt4: Fixed the testwrappres target.

File:
1 edited

Legend:

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

    r14450 r14571  
    426426# Generate the COM wrappers.
    427427#
     428VirtualBox4_COM_WRAPPERS   = $(PATH_VirtualBox4)/include/COMWrappers.h
     429
    428430VirtualBox4_BLDDIRS       += $(PATH_VirtualBox4)/include
    429 VirtualBox4_INTERMEDIATES += $(PATH_VirtualBox4)/include/COMWrappers.h
    430 VirtualBox4_CLEAN         += $(PATH_VirtualBox4)/include/COMWrappers.h
    431 
    432 $$(PATH_VirtualBox4)/include/COMWrappers.h: \
     431VirtualBox4_INTERMEDIATES += $(VirtualBox4_COM_WRAPPERS)
     432VirtualBox4_CLEAN         += $(VirtualBox4_COM_WRAPPERS)
     433
     434$$(VirtualBox4_COM_WRAPPERS): \
    433435                $(PATH_ROOT)/src/VBox/Main/idl/VirtualBox.xidl \
    434436                $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl \
     
    436438        $(call MSG_GENERATE,VirtualBox4,$<,$@)
    437439        $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl $<
     440
     441# alias for generating the COM Wrappers file.
     442testwrappers:: $$(VirtualBox4_COM_WRAPPERS)
     443
    438444
    439445#
     
    464470                $<
    465471
    466 # alias for generating the COM Wrappers file.
    467 testwrappers:: $(VBOX_WRAPPERS_FILE4)
    468 
    469472
    470473ifeq ($(KBUILD_TARGET),win)
Note: See TracChangeset for help on using the changeset viewer.

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