VirtualBox

Changeset 10052

Show
Ignore:
Timestamp:
07/01/08 03:16:15 (6 months ago)
Author:
vboxsync
Message:

VBOX_KBUILD_HACKING

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Debugger/Makefile.kmk

    r8820 r10052  
    2020# 
    2121 
    22 DEPTH = ../../.. 
    23 include $(KBUILD_PATH)/header.kmk 
     22ifdef VBOX_KBUILD_HACKING 
     23SUB_DEPTH = ../../.. 
     24else 
     25SUB_DEPTH = . 
     26DEPTH     = ../../.. 
     27endif 
     28include $(KBUILD_PATH)/subheader.kmk 
    2429 
    2530# 
     
    9196 
    9297# Headers containing definitions of classes that use the Q_OBJECT macro 
    93 VBoxDbg_QT_MOCHDRS = \ 
    94         VBoxDbgConsole.h \ 
    95         VBoxDbgStats.h \ 
    96         VBoxDbgGui.h 
     98VBoxDbg_QT_MOCHDRS := \ 
     99        $(PATH_SUB_CURRENT)/VBoxDbgConsole.h \ 
     100        $(PATH_SUB_CURRENT)/VBoxDbgStats.h \ 
     101        $(PATH_SUB_CURRENT)/VBoxDbgGui.h 
    97102 
    98103# UI headers (ui.h) containing local definitions of classes that use the Q_OBJECT macro 
     
    108113        $(foreach ui,$(basename $(VBoxDbg_QT_UISRCS)), $(PATH_VBoxDbg)/$(ui).h) 
    109114 
    110 VBoxDbg_SOURCES    = \ 
     115VBoxDbg_SOURCES = \ 
    111116        $(VBoxDbg_GENSRCS) \ 
    112117        VBoxDbg.cpp \ 
     
    152157 
    153158 
    154 include $(KBUILD_PATH)/footer.kmk 
     159include $(KBUILD_PATH)/subfooter.kmk 
    155160 
    156161 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy