VirtualBox

Changeset 33128 in vbox


Ignore:
Timestamp:
Oct 14, 2010 12:12:09 PM (14 years ago)
Author:
vboxsync
Message:

VBoxService: Added simple 'cat' functionality to new internal toolbox (only enabled on Windows yet).

Location:
trunk/src/VBox/Additions/common/VBoxService
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk

    r33064 r33128  
    3535VBoxService_TEMPLATE      = VBOXGUESTR3EXE
    3636VBoxService_DEFS          = VBOX_WITH_HGCM VBOXSERVICE_TIMESYNC VBOXSERVICE_MANAGEMENT
    37 VBoxService_DEFS.win     += _WIN32_WINNT=0x0501
     37VBoxService_DEFS.win     += _WIN32_WINNT=0x0501 VBOXSERVICE_TOOLBOX
    3838VBoxService_DEFS.os2      = VBOX_WITH_HGCM VBOXSERVICE_CLIPBOARD
    3939ifdef VBOX_WITH_GUEST_PROPS
     
    104104VBoxService_SOURCES.win  += \
    105105        VBoxService-win.rc \
    106         VBoxService-win.cpp
     106        VBoxService-win.cpp \
     107        VBoxServiceToolBox.cpp
    107108
    108109VBoxService_SOURCES.os2   = \
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r32842 r33128  
    558558         *        is running... */
    559559    }
     560#endif
     561
     562#ifdef VBOXSERVICE_TOOLBOX
     563    rc = VBoxServiceToolboxMain(argc, argv);
     564    if (rc != VERR_NOT_FOUND) /* Internal tool found? Then bail out. */
     565        return rc;
    560566#endif
    561567
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

    r33064 r33128  
    264264#endif
    265265
     266#ifdef VBOXSERVICE_TOOLBOX
     267extern int VBoxServiceToolboxMain(int argc, char **argv);
     268#endif
     269
    266270#ifdef RT_OS_WINDOWS
    267271# ifdef VBOX_WITH_GUEST_PROPS
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