[76563] | 1 | # $Id: .scm-settings 98103 2023-01-17 14:15:46Z vboxsync $
|
---|
| 2 | ## @file
|
---|
| 3 | # Source code massager settings for the Additions.
|
---|
| 4 | #
|
---|
| 5 |
|
---|
| 6 | #
|
---|
[98103] | 7 | # Copyright (C) 2019-2023 Oracle and/or its affiliates.
|
---|
[76563] | 8 | #
|
---|
[96407] | 9 | # This file is part of VirtualBox base platform packages, as
|
---|
| 10 | # available from https://www.virtualbox.org.
|
---|
[76563] | 11 | #
|
---|
[96407] | 12 | # This program is free software; you can redistribute it and/or
|
---|
| 13 | # modify it under the terms of the GNU General Public License
|
---|
| 14 | # as published by the Free Software Foundation, in version 3 of the
|
---|
| 15 | # License.
|
---|
| 16 | #
|
---|
| 17 | # This program is distributed in the hope that it will be useful, but
|
---|
| 18 | # WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 19 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
| 20 | # General Public License for more details.
|
---|
| 21 | #
|
---|
| 22 | # You should have received a copy of the GNU General Public License
|
---|
| 23 | # along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
| 24 | #
|
---|
| 25 | # SPDX-License-Identifier: GPL-3.0-only
|
---|
| 26 | #
|
---|
[76563] | 27 |
|
---|
[76588] | 28 | /*.h: --guard-relative-to-dir . --guard-prefix GA_INCLUDED_SRC_
|
---|
[76563] | 29 | /3D/mesa/include/*.h: --guard-relative-to-dir 3D/mesa/include --guard-prefix GA_INCLUDED_3D_MESA_
|
---|
| 30 | /3D/win/include/*.h: --guard-relative-to-dir 3D/win/include --guard-prefix GA_INCLUDED_3D_WIN_
|
---|
| 31 | /WINNT/include/*.h: --guard-relative-to-dir WINNT/include --guard-prefix GA_INCLUDED_WINNT_
|
---|
| 32 | /haiku/include/*.h: --guard-relative-to-dir haiku/include --guard-prefix GA_INCLUDED_HAIKU_
|
---|
| 33 |
|
---|
| 34 | # Some drop in header replacement weirdness:
|
---|
| 35 | /x11/vboxvideo/VBoxVideoIPRT.h|/x11/vboxvideo/HGSMIMemAlloc.h: \
|
---|
| 36 | --guard-relative-to-dir x11/vboxvideo --guard-prefix VBOX_INCLUDED_Graphics_
|
---|
| 37 |
|
---|