- Timestamp:
- Dec 5, 2013 11:25:05 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91129
- Location:
- trunk/src/VBox/Main
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r49547 r49797 18 18 SUB_DEPTH = ../../.. 19 19 include $(KBUILD_PATH)/subheader.kmk 20 21 # 22 # Make sure our Config.kmk is included. 23 # 24 ifndef VBOX_MAIN_CONFIG_KMK_INCLUDED 25 include $(PATH_SUB_CURRENT)/Config.kmk 26 endif 20 27 21 28 # … … 291 298 $(VBoxSVC_0_OUTDIR) \ 292 299 $(dir $(VBOX_XML_SCHEMADEFS_H)) \ 293 $(VB oxAPIWrap_0_OUTDIR) \300 $(VBOX_MAIN_APIWRAPPER_INCS) \ 294 301 . 295 302 VBoxSVC_INCS.win = \ … … 618 625 include \ 619 626 $(VBoxC_0_OUTDIR) \ 620 $(VB oxAPIWrap_0_OUTDIR) \627 $(VBOX_MAIN_APIWRAPPER_INCS) \ 621 628 $(dir $(VBOX_XML_SCHEMADEFS_H)) 622 629 VBoxC_INCS.win = \ … … 1045 1052 $(VBOX_PATH_MAIN_SRC)/glue/tests/Makefile=>Makefile 1046 1053 1047 # moved those rules to the end so that VBoxAPIWrap_0_OUTDIR can be expanded without $$ trickery1054 # Moved those rules to the end so that VBoxAPIWrap_0_OUTDIR can be expanded without $$ trickery. 1048 1055 $(VBoxAPIWrap_RAWSRC) \ 1049 1056 +| $(VBoxAPIWrap_GENERATEDSOURCES): \ -
trunk/src/VBox/Main/include/MediumImpl.h
r49795 r49797 23 23 #include <VBox/vd.h> 24 24 #include "MediumWrap.h" 25 #include "VirtualBoxBase.h" 26 #include "AutoCaller.h" 25 27 class Progress; 26 28 class MediumFormat; -
trunk/src/VBox/Main/testcase/Makefile.kmk
r48164 r49797 114 114 tstCollector.cpp \ 115 115 ../src-server/Performance.cpp 116 tstCollector_INCS = ../include 116 tstCollector_INCS = ../include $(VBOX_MAIN_APIWRAPPER_INCS) 117 117 tstCollector_DEFS += VBOX_COLLECTOR_TEST_CASE 118 118 tstCollector_LDFLAGS.darwin += -lproc
Note:
See TracChangeset
for help on using the changeset viewer.