VirtualBox

source: kBuild/trunk/tests/inherit-bld/Config.kmk@ 1402

最後變更 在這個檔案從1402是 1402,由 bird 提交於 17 年 前

Initial testcases (two todos).

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id
檔案大小: 1.2 KB
 
1# $Id: Config.kmk 1402 2008-03-16 23:32:34Z bird $
2## @file
3# Tests - Build Type Inheritance.
4#
5# Just to set up some additional build types the correct way.
6#
7
8#
9# Copyright (c) 2008 knut st. osmundsen <[email protected]>
10#
11# This file is part of kBuild.
12#
13# kBuild is free software; you can redistribute it and/or modify
14# it under the terms of the GNU General Public License as published by
15# the Free Software Foundation; either version 2 of the License, or
16# (at your option) any later version.
17#
18# kBuild is distributed in the hope that it will be useful,
19# but WITHOUT ANY WARRANTY; without even the implied warranty of
20# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21# GNU General Public License for more details.
22#
23# You should have received a copy of the GNU General Public License
24# along with kBuild; if not, write to the Free Software
25# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26#
27#
28
29
30#
31# Include our parent Config.kmk
32#
33include $(PATH_ROOT)/tests/Config.kmk
34
35
36#
37# For inherit-bld3 - no inheritance.
38#
39KBUILD_BLD_TYPES += dbgbld3
40
41
42#
43# For inherit-bld4 - default inheritance (override).
44#
45KBUILD_BLD_TYPES += dbgbld4
46BLD_TYPE_dbgbld4_EXTENDS = dbgbld3
47
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette