File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $Id: .scm-settings 112403 2026-01-11 19:29:08Z knut.osmundsen@oracle.com $
1+ # $Id: .scm-settings 114044 2026-04-29 08:38:05Z knut.osmundsen@oracle.com $
22## @file
33# Source code massager settings for the OS/2 guest additions.
44#
2727
2828# Not everything is exported here, but the default is exporting stuff.
2929--svn-sync-process-export all
30- /Bin/*|/VBoxGradd/*|/VBoxGrext/*|/ VBoxMouse/*: --svn-sync-process-export none
30+ /Bin/*|/VBoxGradd/*|/VBoxMouse/*: --svn-sync-process-export none
3131
3232/VBoxSF/*: --external-copyright
3333
4242/VBoxGradd/vboxioctl.c: --no-external-copyright
4343/VBoxGradd/vboxioctl.h: --no-external-copyright
4444
45- /VBoxGrext/*.c: --external-copyright
46- /VBoxGrext/*.h: --external-copyright --no-fix-header-guards
47-
4845/VBoxMouse/*.c: --external-copyright --no-convert-tabs
4946/VBoxMouse/*.asm: --external-copyright --no-convert-tabs
5047/VBoxMouse/*.inc: --external-copyright --no-convert-tabs
Original file line number Diff line number Diff line change 1+ # $Id: Makefile.kmk 114044 2026-04-29 08:38:05Z knut.osmundsen@oracle.com $
2+ ## @file
3+ # VirtualBox OS/2 GRADD driver
4+ #
5+
6+ #
7+ # Copyright (C) 2008-2026 Oracle and/or its affiliates.
8+ #
9+ # This file is part of VirtualBox base platform packages, as
10+ # available from https://www.virtualbox.org.
11+ #
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+ #
27+
28+ SUB_DEPTH = ../../../../..
29+ include $(KBUILD_PATH)/subheader.kmk
30+
31+ DLLS += VBoxGrext
32+ VBoxGrext_TEMPLATE = VBoxOs2Vac308
33+ VBoxGrext_SOURCES = \
34+ VBoxGrext.c
35+
36+ include $(FILE_KBUILD_SUB_FOOTER)
37+
You can’t perform that action at this time.
0 commit comments