VirtualBox

Changeset 10052 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 1, 2008 1:16:15 AM (17 years ago)
Author:
vboxsync
Message:

VBOX_KBUILD_HACKING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
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