VirtualBox

Changeset 4841 in vbox


Ignore:
Timestamp:
Sep 17, 2007 5:42:47 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24556
Message:

Solaris.

Location:
trunk/src/VBox
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk

    r4637 r4841  
    6464VBoxSDL_LIBS.linux = \
    6565        $(LIB_XCURSOR)
    66 VBoxSDL_LDFLAGS.darwin = \
    67         -framework Foundation -framework AppKit
     66VBoxSDL_LIBS.solaris = \
     67        $(LIB_XCURSOR) \
     68        $(LIB_X11)
    6869ifdef VBOX_OPENGL
    6970 #VBoxSDL_LIBS.linux += GL
     
    7172VBoxSDL_LIBPATH.linux = \
    7273        $(VBOX_LIBPATH_X11)
     74VBoxSDL_LIBPATH.solaris = \
     75        $(VBOX_LIBPATH_X11)
     76VBoxSDL_LDFLAGS.darwin = \
     77        -framework Foundation -framework AppKit
    7378
    7479VBoxSDL_CLEAN = $(PATH_VBoxSDL)/Ico64x01.h
     
    101106tstSDL_LIBS.linux += GL
    102107endif
     108tstSDL_LDFLAGS.darwin = \
     109        -framework Foundation -framework AppKit
    103110tstSDL_LIBPATH.linux = \
    104111        $(VBOX_LIBPATH_X11)
    105 tstSDL_LDFLAGS.darwin = \
    106         -framework Foundation -framework AppKit
     112tstSDL_LIBPATH.solaris = \
     113        $(VBOX_LIBPATH_X11)
    107114
    108115tstSDL_CXXFLAGS.win = \
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r4540 r4841  
    52225222        /** @todo Implement tap networking for OS/2. */
    52235223        int rcVBox = VERR_NOT_IMPLEMENTED;
     5224#elif defined(RT_OS_SOLARIS)
     5225        /** @todo Implemented tap networking for Solaris. */
     5226        int rcVBox = VERR_NOT_IMPLEMENTED;
    52245227#elif defined(VBOX_WITH_UNIXY_TAP_NETWORKING)
    52255228# error "PORTME: Implement OS specific TAP interface open/creation."
  • trunk/src/VBox/Main/Makefile.kmk

    r4426 r4841  
    457457VBOX_XML_SCHEMA.win    = xml/VirtualBox-settings-windows.xsd
    458458VBOX_XML_SCHEMA.os2    = xml/VirtualBox-settings-os2.xsd
     459VBOX_XML_SCHEMA.solaris= xml/VirtualBox-settings-solaris.xsd
    459460
    460461VirtualBoxXMLUtil.cpp_DEPS = $(VBOX_XML_ENTITIES) $(VBOX_XML_ENTITIES_COMMON)
  • trunk/src/VBox/Main/include/VirtualBoxXMLUtil.h

    r4071 r4841  
    4040#elif defined (RT_OS_OS2)
    4141#   define VBOX_XML_PLATFORM     "os2"
     42#elif defined (RT_OS_SOLARIS)
     43#   define VBOX_XML_PLATFORM     "solaris"
    4244#else
    4345#   error Unsupported platform!
  • trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd

    r4831 r4841  
    44 *  :folding=explicit:collapseFolds=1:
    55 *
    6  *  innotek VirtualBox Settings Schema Version 1.0-linux
     6 *  innotek VirtualBox Settings Schema Version 1.0-solaris
    77
    88     Copyright (C) 2004-2007 innotek GmbH
     
    2727<xsd:annotation>
    2828  <xsd:documentation xml:lang="en">
    29     innotek VirtualBox Settings Schema Version 1.0-linux.
     29    innotek VirtualBox Settings Schema Version 1.0-solaris.
    3030    Copyright (c) 2004-2007 innotek GmbH.
    3131  </xsd:documentation>
     
    9292      <xsd:restriction base="xsd:token">
    9393        <xsd:enumeration value="null"/>
    94         <xsd:enumeration value="oss"/>
    95         <xsd:enumeration value="alsa"/>
     94        <xsd:enumeration value="esd"/>
    9695      </xsd:restriction>
    9796    </xsd:simpleType>
     
    108107    <xsd:complexContent>
    109108      <xsd:extension base="TVirtualBox">
    110         <xsd:attribute name="version" type="xsd:token" fixed="1.2-linux" use="required"/>
     109        <xsd:attribute name="version" type="xsd:token" fixed="1.2-solaris" use="required"/>
    111110      </xsd:extension>
    112111    </xsd:complexContent>
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