- Timestamp:
- Jan 2, 2019 12:59:08 AM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 1 added
- 2 edited
- 2 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r76591 r76598 216 216 else if $(KMK_REVISION) >= 3250 && "$(KBUILD_TARGET)" != "darwin" && !defined(VBOX_WITHOUT_PRECOMPILED_HEADERS) && !defined(KBUILD_USE_KOBJCACHE) 217 217 VBoxAPIWrap_USES = gccprecomp 218 VBoxAPIWrap_PCH_HDR := $(PATH_SUB_CURRENT)/src-all/ win/VBoxAPIWrap-precomp_gcc.h218 VBoxAPIWrap_PCH_HDR := $(PATH_SUB_CURRENT)/src-all/xpcom/VBoxAPIWrap-precomp_gcc.h 219 219 endif 220 220 VBoxAPIWrap_SOURCES = \ … … 252 252 VBoxAPIWrap-x86_EXTENDS = VBoxAPIWrap 253 253 VBoxAPIWrap-x86_DTRACE_HDR_FLAGS = -32 # ugly, should be fixed in the tool in Config.kmk 254 ifeq ($(KBUILD_TARGET),win) ## @todo fix inheritance 254 ifeq ($(KBUILD_TARGET),win) ## @todo fix inheritance (fixed in r3253) 255 255 VBoxAPIWrap-x86_USES = vccprecomp 256 256 VBoxAPIWrap-x86_PCH_HDR := $(PATH_SUB_CURRENT)/src-all/win/VBoxAPIWrap-precomp_vcc.h … … 347 347 VBoxSVC_USES += vccprecomp 348 348 VBoxSVC_PCH_HDR := $(PATH_SUB_CURRENT)/src-server/win/precomp_vcc.h 349 else if $(KMK_REVISION) >= 3250 && "$(KBUILD_TARGET)" != "darwin" && !defined(VBOX_WITHOUT_PRECOMPILED_HEADERS) && !defined(KBUILD_USE_KOBJCACHE) 350 VBoxSVC_USES += gccprecomp 351 VBoxSVC_PCH_HDR := $(PATH_SUB_CURRENT)/src-server/xpcom/precomp_gcc.h 349 352 endif 350 353 ## r=bird: If you really think you might need VBOX_WITH_RECORDING and VBOX_WITH_AUDIO_RECORDING both here and for … … 744 747 VBoxC_USES = vccprecomp 745 748 VBoxC_PCH_HDR := $(PATH_SUB_CURRENT)/src-client/win/precomp_vcc.h 749 else if $(KMK_REVISION) >= 3250 && "$(KBUILD_TARGET)" != "darwin" && !defined(VBOX_WITHOUT_PRECOMPILED_HEADERS) && !defined(KBUILD_USE_KOBJCACHE) 750 VBoxC_USES += gccprecomp 751 VBoxC_PCH_HDR := $(PATH_SUB_CURRENT)/src-client/xpcom/precomp_gcc.h 746 752 endif 747 753 VBoxC_DEFS = \ … … 987 993 VBoxClient-x86_TEMPLATE = VBoxMainComp-x86 988 994 VBoxClient-x86_EXTENDS = VBoxC 989 if defined(VBOX_WITH_PRECOMPILED_HEADERS) && "$(KBUILD_TARGET)" == "win" ## @todo fix inheritance 995 if defined(VBOX_WITH_PRECOMPILED_HEADERS) && "$(KBUILD_TARGET)" == "win" ## @todo fix inheritance (fixed in r3253) 990 996 VBoxClient-x86_USES = vccprecomp 991 997 VBoxClient-x86_PCH_HDR := $(PATH_SUB_CURRENT)/src-client/win/precomp_vcc.h -
trunk/src/VBox/Main/src-client/xpcom/precomp_gcc.h
r76588 r76598 1 1 /* $Id$ */ 2 2 /** @file 3 * VirtualBox COM - VisualC++ precompiled header for VBoxC.3 * VirtualBox COM - GNU C++ precompiled header for VBoxC. 4 4 */ 5 5 … … 17 17 18 18 19 20 19 #include <iprt/cdefs.h> 21 #include <iprt/win/winsock2.h>22 #include <iprt/win/windows.h>23 20 #include <VBox/cdefs.h> 24 21 #include <iprt/types.h> … … 26 23 #include <iprt/cpp/meta.h> 27 24 #include <iprt/cpp/ministring.h> 28 #include <VBox/com/microatl.h>29 25 #include <VBox/com/com.h> 30 26 #include <VBox/com/array.h> 31 27 #include <VBox/com/Guid.h> 32 28 #include <VBox/com/string.h> 29 #include <VBox/com/VirtualBox.h> 33 30 34 #include "VBox/com/VirtualBox.h" 31 #if 1 32 # include "VirtualBoxBase.h" 33 # include <new> 34 # include <list> 35 # include <map> 36 # include <array> 37 # include <errno.h> 38 #endif 35 39 36 40 #if defined(Log) || defined(LogIsEnabled) -
trunk/src/VBox/Main/src-server/xpcom/precomp_gcc.h
r76588 r76598 1 1 /* $Id$ */ 2 2 /** @file 3 * VirtualBox COM - VisualC++ precompiled header for VBoxSVC.3 * VirtualBox COM - GNU C++ precompiled header for VBoxSVC. 4 4 */ 5 5 … … 18 18 19 19 #include <iprt/cdefs.h> 20 #include <iprt/win/winsock2.h>21 #include <iprt/win/windows.h>22 20 #include <VBox/cdefs.h> 23 21 #include <iprt/types.h> … … 25 23 #include <iprt/cpp/meta.h> 26 24 #include <iprt/cpp/ministring.h> 27 #include <VBox/com/microatl.h>28 25 #include <VBox/com/com.h> 29 26 #include <VBox/com/array.h> 30 27 #include <VBox/com/Guid.h> 31 28 #include <VBox/com/string.h> 29 #include <VBox/com/VirtualBox.h> 32 30 33 #include "VBox/com/VirtualBox.h" 31 #if 1 32 # include "VirtualBoxBase.h" 33 # include <list> 34 # include <vector> 35 # include <new> 36 # include <iprt/time.h> 37 #endif 34 38 35 39 #if defined(Log) || defined(LogIsEnabled) -
trunk/src/VBox/Main/xml/Settings.cpp
r76592 r76598 1487 1487 * Constructor. Needs to set sane defaults which stand the test of time. 1488 1488 */ 1489 Medium::Medium() :1489 settings::Medium::Medium() : 1490 1490 fAutoReset(false), 1491 1491 hdType(MediumType_Normal) … … 1498 1498 * machine settings have really changed and thus need to be written out to disk. 1499 1499 */ 1500 bool Medium::operator==(constMedium &m) const1500 bool settings::Medium::operator==(const settings::Medium &m) const 1501 1501 { 1502 1502 return (this == &m) … … 1511 1511 } 1512 1512 1513 const struct MediumMedium::Empty; /* default ctor is OK */1513 const struct settings::Medium settings::Medium::Empty; /* default ctor is OK */ 1514 1514 1515 1515 /**
Note:
See TracChangeset
for help on using the changeset viewer.