VirtualBox

Ignore:
Timestamp:
Nov 25, 2008 1:30:03 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Fixed the testwrappres target.

File:
1 edited

Legend:

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

    r14092 r14571  
    409409# Generate COM Wrappers
    410410#
     411VirtualBox_COM_WRAPPERS   = $(PATH_VirtualBox)/include/COMWrappers.h
     412
    411413VirtualBox_BLDDIRS       += $(PATH_VirtualBox)/include
    412 VirtualBox_CLEAN         += $(PATH_VirtualBox)/include/COMWrappers.h
    413 VirtualBox_INTERMEDIATES += $(PATH_VirtualBox)/include/COMWrappers.h
    414 
    415 $$(PATH_VirtualBox)/include/COMWrappers.h: \
     414VirtualBox_CLEAN         += $(VirtualBox_COM_WRAPPERS)
     415VirtualBox_INTERMEDIATES += $(VirtualBox_COM_WRAPPERS)
     416
     417$$(VirtualBox_COM_WRAPPERS): \
    416418                $(PATH_ROOT)/src/VBox/Main/idl/VirtualBox.xidl \
    417419                $(VBOX_PATH_VIRTUALBOX3_SRC)/include/COMWrappers.xsl \
     
    421423
    422424# alias for generating the COM Wrappers file.
    423 testwrappers:: $(PATH_VirtualBox)/include/COMWrappers.h
     425testwrappers:: $$(VirtualBox_COM_WRAPPERS)
    424426
    425427
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