VirtualBox

Changeset 8768 in vbox for trunk/src


Ignore:
Timestamp:
May 12, 2008 1:12:42 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30753
Message:

while I'm at it - moving the non-linux stuff to xpcom.

Location:
trunk/src/VBox/Main
Files:
1 edited
1 copied
5 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r8766 r8768  
    233233ifdef VBOX_WITH_XPCOM
    234234VBoxSVC_SOURCES += \
    235         linux/server.cpp
     235        xpcom/server.cpp
    236236endif
    237237
     
    277277        $(PATH_CURRENT)
    278278VBoxSVCM_SOURCES        = \
    279         linux/server_module.cpp
     279        xpcom/server_module.cpp
    280280ifdef VBOX_WITH_ORIGIN
    281281VBoxSVCM_LDFLAGS        = '$(VBOX_GCC_RPATH_OPT)$$(VBOX_ORIGIN)/..'
     
    391391ifdef VBOX_WITH_XPCOM
    392392VBoxC_SOURCES += \
    393         linux/module.cpp
     393        xpcom/module.cpp
    394394endif
    395395
     
    458458        include
    459459 VBoxCOM_SOURCES       += \
    460         linux/helpers.cpp
     460        xpcom/helpers.cpp
    461461endif
    462462
     
    588588ifneq ($(KBUILD_TARGET),win)
    589589
    590 linux/helpers.cpp: $(IDLTYPELIB)
     590xpcom/helpers.cpp: $(IDLTYPELIB)
    591591
    592592$(IDLFILE): idl/xpidl.xsl $(XIDLFILE) | $(call DIRDEP,$(dir $(IDLFILE)))
  • trunk/src/VBox/Main/xpcom/server.cpp

    r8766 r8768  
    3232#include <nsGenericFactory.h>
    3333
    34 #include "linux/server.h"
     34#include "xpcom/server.h"
    3535
    3636#include "Logging.h"
  • trunk/src/VBox/Main/xpcom/server_module.cpp

    r8766 r8768  
    4545#include <VirtualBox_XPCOM.h>
    4646
    47 #include "linux/server.h"
     47#include "xpcom/server.h"
    4848#include "Logging.h"
    4949
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