- Timestamp:
- Oct 24, 2013 9:57:22 PM (11 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r49020 r49282 21 21 # Include sub-makefiles. 22 22 ifndef VBOX_ONLY_EXTPACKS 23 include $(PATH_SUB_CURRENT)/ Preload/Makefile.kmk23 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk 24 24 endif 25 25 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk -
trunk/src/VBox/VMM/tools/Makefile.kmk
r41477 r49282 2 2 # $Id$ 3 3 ## @file 4 # Sub-Makefile for the headless frontend.4 # Sub-Makefile for VMM tools. 5 5 # 6 6 7 7 # 8 # Copyright (C) 2006-201 2Oracle Corporation8 # Copyright (C) 2006-2013 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.