VirtualBox

Ignore:
Timestamp:
Aug 28, 2009 5:58:24 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51589
Message:

Main,VBoxControl,VBoxManage,VBoxNetDHCP,VBoxNetNAT: Use RTBldCfg for getting the svn revision and/or VirtualBox version.

Location:
trunk/src/VBox/Additions/common/VBoxControl
Files:
2 deleted
4 edited

Legend:

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

    r14220 r22562  
    3939        $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS VBOX_WITH_HGCM,)
    4040VBoxControl_SOURCES = \
    41         VBoxControl.cpp \
    42         VBoxControlSVN.cpp
     41        VBoxControl.cpp
    4342VBoxControl_SOURCES.win = \
    4443        VBoxControl.rc
     
    4847        $(VBOX_LIB_IPRT_GUEST_R3)
    4948
    50 # VBoxControlSVN.cpp uses VBOX_SVN_REV.
    51 VBoxControlSVN.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV)
    52 VBoxControlSVN.cpp_DEPS = $(VBOX_SVN_REV_KMK)
    53 
    5449include $(KBUILD_PATH)/subfooter.kmk
    5550
  • trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp

    r21218 r22562  
    1 /** $Id$ */
     1/* $Id$ */
    22/** @file
    33 * VBoxControl - Guest Additions Command Line Management Interface.
     
    2525#include <iprt/alloca.h>
    2626#include <iprt/autores.h>
     27#include <iprt/buildconfig.h>
    2728#include <iprt/initterm.h>
    2829#include <iprt/mem.h>
     
    3940# include <VBox/HostServices/GuestPropertySvc.h>
    4041#endif
    41 #include "VBoxControl.h"
    4242
    4343/*******************************************************************************
     
    13121312            {
    13131313                /* Print version number, and do nothing else. */
    1314                 RTPrintf("%sr%d\n", VBOX_VERSION_STRING, VBoxSVNRev ());
     1314                RTPrintf("%sr%u\n", VBOX_VERSION_STRING, RTBldCfgRevision());
    13151315                onlyinfo = true;
    13161316                showlogo = false;
  • trunk/src/VBox/Additions/common/VBoxControl/testcase/Makefile.kmk

    r14233 r22562  
    3131tstVBoxControl_TEMPLATE = VBOXR3TSTEXE
    3232tstVBoxControl_DEFS     = VBOX_CONTROL_TEST
    33 tstVBoxControl_SOURCES  = tstVBoxControl.cpp ../VBoxControl.cpp ../VBoxControlSVN.cpp
     33tstVBoxControl_SOURCES  = tstVBoxControl.cpp ../VBoxControl.cpp
    3434tstVBoxControl_LIBS     = $(LIB_RUNTIME)
    3535tstVBoxControl_DEFS    += \
    3636        $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS VBOX_WITH_HGCM,)
    37 
    38 # VBoxControlSVN.cpp uses VBOX_SVN_REV.
    39 tstVBoxControl_DEFS    += VBOX_SVN_REV=$(VBOX_SVN_REV)
    40 tstVBoxControl_DEPS     = $(VBOX_SVN_REV_KMK)
    4137
    4238endif # VBOX_WITH_TESTCASES
  • trunk/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp

    r21218 r22562  
    1 /** $Id$ */
     1/* $Id$ */
    22/** @file
    33 * VBoxControl - Guest Additions Command Line Management Interface, test case
Note: See TracChangeset for help on using the changeset viewer.

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