- Timestamp:
- Apr 8, 2015 9:45:01 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.vbs
r42606 r55124 1447 1447 if strPathMingW32 = "" then 1448 1448 if g_strTargetArch = "amd64" then 1449 MsgWarning "Can't locate a suitable MinGW32 installation, ignoring since we're target ting AMD64 and won't need it."1449 MsgWarning "Can't locate a suitable MinGW32 installation, ignoring since we're targeting AMD64 and won't need it." 1450 1450 elseif strOptMinGW32 = "" then 1451 1451 MsgError "Can't locate a suitable MinGW32 installation. Try specify the path with " _ … … 1584 1584 if strPathMinGWw64 = "" then 1585 1585 if g_strTargetArch = "x86" then 1586 MsgWarning "Can't locate a suitable MinGW-w64 installation, ignoring since we're target ting x86 and won't need it."1586 MsgWarning "Can't locate a suitable MinGW-w64 installation, ignoring since we're targeting x86 and won't need it." 1587 1587 elseif strOptMinGWw64 = "" then 1588 1588 MsgError "Can't locate a suitable MinGW-w64 installation. Try specify the path with " _ -
trunk/include/VBox/err.h
r55118 r55124 2489 2489 /** Process Verficiation Failure: An image has too many sections. */ 2490 2490 #define VERR_SUP_VP_TOO_MANY_SECTIONS (-5646) 2491 /** Process Verficiation Failure: An image is target ting an unexpected2491 /** Process Verficiation Failure: An image is targeting an unexpected 2492 2492 * machine/CPU. */ 2493 2493 #define VERR_SUP_VP_UNEXPECTED_IMAGE_MACHINE (-5647) -
trunk/include/iprt/cdefs.h
r55071 r55124 321 321 322 322 /** @def RT_OPSYS 323 * Indicates which OS we're target ting. It's a \#define with is323 * Indicates which OS we're targeting. It's a \#define with is 324 324 * assigned one of the RT_OPSYS_XXX defines above. 325 325 * -
trunk/include/iprt/nt/nt.h
r54998 r55124 223 223 /** @name Useful macros 224 224 * @{ */ 225 /** Indicates that we're target ting native NT in the current source. */225 /** Indicates that we're targeting native NT in the current source. */ 226 226 #define RTNT_USE_NATIVE_NT 1 227 227 /** Initializes a IO_STATUS_BLOCK. */ -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk
r53296 r55124 22 22 # VBoxDisp - Windows Guest Additions XPDM Display Driver 23 23 # 24 # Note. This has to run on NT4! (*_NT4 => *_W2K3 when target ting 64-bit.)24 # Note. This has to run on NT4! (*_NT4 => *_W2K3 when targeting 64-bit.) 25 25 # 26 26 SYSMODS += VBoxDisp -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk
r53624 r55124 22 22 # VBoxVideo - Windows Guest Additions XPDM Miniport Video Driver 23 23 # 24 # Note. This has to run on NT4! (*_NT4 => *_W2K3 when target ting 64-bit.)24 # Note. This has to run on NT4! (*_NT4 => *_W2K3 when targeting 64-bit.) 25 25 # 26 26 SYSMODS += VBoxVideo -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-first.mac
r52776 r55124 29 29 30 30 ; 31 ; Undefine thing that shouldn't be defined if we're target ting the31 ; Undefine thing that shouldn't be defined if we're targeting the 32 32 ; binary format directly. These macros comes from DEFS in Config.kmk. 33 33 ;
Note:
See TracChangeset
for help on using the changeset viewer.