- Timestamp:
- May 12, 2008 1:12:42 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30753
- Location:
- trunk/src/VBox/Main
- Files:
-
- 1 edited
- 1 copied
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r8766 r8768 233 233 ifdef VBOX_WITH_XPCOM 234 234 VBoxSVC_SOURCES += \ 235 linux/server.cpp235 xpcom/server.cpp 236 236 endif 237 237 … … 277 277 $(PATH_CURRENT) 278 278 VBoxSVCM_SOURCES = \ 279 linux/server_module.cpp279 xpcom/server_module.cpp 280 280 ifdef VBOX_WITH_ORIGIN 281 281 VBoxSVCM_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$$(VBOX_ORIGIN)/..' … … 391 391 ifdef VBOX_WITH_XPCOM 392 392 VBoxC_SOURCES += \ 393 linux/module.cpp393 xpcom/module.cpp 394 394 endif 395 395 … … 458 458 include 459 459 VBoxCOM_SOURCES += \ 460 linux/helpers.cpp460 xpcom/helpers.cpp 461 461 endif 462 462 … … 588 588 ifneq ($(KBUILD_TARGET),win) 589 589 590 linux/helpers.cpp: $(IDLTYPELIB)590 xpcom/helpers.cpp: $(IDLTYPELIB) 591 591 592 592 $(IDLFILE): idl/xpidl.xsl $(XIDLFILE) | $(call DIRDEP,$(dir $(IDLFILE))) -
trunk/src/VBox/Main/xpcom/server.cpp
r8766 r8768 32 32 #include <nsGenericFactory.h> 33 33 34 #include " linux/server.h"34 #include "xpcom/server.h" 35 35 36 36 #include "Logging.h" -
trunk/src/VBox/Main/xpcom/server_module.cpp
r8766 r8768 45 45 #include <VirtualBox_XPCOM.h> 46 46 47 #include " linux/server.h"47 #include "xpcom/server.h" 48 48 #include "Logging.h" 49 49
Note:
See TracChangeset
for help on using the changeset viewer.