Changeset 10052 in vbox for trunk/src/VBox
- Timestamp:
- Jul 1, 2008 1:16:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/Makefile.kmk
r8820 r10052 20 20 # 21 21 22 DEPTH = ../../.. 23 include $(KBUILD_PATH)/header.kmk 22 ifdef VBOX_KBUILD_HACKING 23 SUB_DEPTH = ../../.. 24 else 25 SUB_DEPTH = . 26 DEPTH = ../../.. 27 endif 28 include $(KBUILD_PATH)/subheader.kmk 24 29 25 30 # … … 91 96 92 97 # Headers containing definitions of classes that use the Q_OBJECT macro 93 VBoxDbg_QT_MOCHDRS = \94 VBoxDbgConsole.h \95 VBoxDbgStats.h \96 VBoxDbgGui.h98 VBoxDbg_QT_MOCHDRS := \ 99 $(PATH_SUB_CURRENT)/VBoxDbgConsole.h \ 100 $(PATH_SUB_CURRENT)/VBoxDbgStats.h \ 101 $(PATH_SUB_CURRENT)/VBoxDbgGui.h 97 102 98 103 # UI headers (ui.h) containing local definitions of classes that use the Q_OBJECT macro … … 108 113 $(foreach ui,$(basename $(VBoxDbg_QT_UISRCS)), $(PATH_VBoxDbg)/$(ui).h) 109 114 110 VBoxDbg_SOURCES 115 VBoxDbg_SOURCES = \ 111 116 $(VBoxDbg_GENSRCS) \ 112 117 VBoxDbg.cpp \ … … 152 157 153 158 154 include $(KBUILD_PATH)/ footer.kmk159 include $(KBUILD_PATH)/subfooter.kmk 155 160 156 161
Note:
See TracChangeset
for help on using the changeset viewer.