VirtualBox

Changeset 99548 in vbox


Ignore:
Timestamp:
Apr 27, 2023 12:38:38 PM (19 months ago)
Author:
vboxsync
Message:

FE/VBoxBFE: Some very simple SDL based display output and add more devices, bugref:10397 [scm fixes]

Location:
trunk/src/VBox/Frontends/VBoxBFE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/Framebuffer.h

    r99546 r99548  
    66
    77/*
    8  * Copyright (C) 2006-2010 Oracle Corporation
     8 * Copyright (C) 2023 Oracle and/or its affiliates.
    99 *
    10  * This file is part of VirtualBox Open Source Edition (OSE), as
    11  * available from http://www.virtualbox.org. This file is free software;
    12  * you can redistribute it and/or modify it under the terms of the GNU
    13  * General Public License (GPL) as published by the Free Software
    14  * Foundation, in version 2 as it comes in the "COPYING" file of the
    15  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    16  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     10 * This file is part of VirtualBox base platform packages, as
     11 * available from https://www.virtualbox.org.
     12 *
     13 * This program is free software; you can redistribute it and/or
     14 * modify it under the terms of the GNU General Public License
     15 * as published by the Free Software Foundation, in version 3 of the
     16 * License.
     17 *
     18 * This program is distributed in the hope that it will be useful, but
     19 * WITHOUT ANY WARRANTY; without even the implied warranty of
     20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     21 * General Public License for more details.
     22 *
     23 * You should have received a copy of the GNU General Public License
     24 * along with this program; if not, see <https://www.gnu.org/licenses>.
     25 *
     26 * SPDX-License-Identifier: GPL-3.0-only
    1727 */
    1828
  • trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk

    r99546 r99548  
    6767VBoxBFE_INTERMEDIATES = $(VBoxBFE_0_OUTDIR)/Ico64x01.h
    6868
    69  # Convert the pnm-file to a byte array.
    70  $$(VBoxBFE_0_OUTDIR)/Ico64x01.h: $(PATH_ROOT)/src/VBox/Frontends/VBoxSDL/ico64x01.pnm $(VBOX_BIN2C) | $$(dir $$@)
     69# Convert the pnm-file to a byte array.
     70$$(VBoxBFE_0_OUTDIR)/Ico64x01.h: $(PATH_ROOT)/src/VBox/Frontends/VBoxSDL/ico64x01.pnm $(VBOX_BIN2C) | $$(dir $$@)
    7171        $(call MSG_TOOL,bin2c,VBoxSDL,$<,$@)
    7272        $(QUIET)$(VBOX_BIN2C) Ico64x01 $< $@
Note: See TracChangeset for help on using the changeset viewer.

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