Lines Matching refs:SDK
211 - run the SDK setenv.cmd script, passing /RETAIL and the target
262 SDK, in particular the 64-bit support. This includes an Itanium compiler
263 (future releases of the SDK likely include an AMD64 compiler as well).
298 * A recent Platform SDK
300 * The .NET 1.1 SDK
306 compiler supplied with the .NET SDK is a non-optimising version). The
307 platform SDK is needed to provide the Windows header files and libraries
310 SDK is needed because it contains a version of msvcrt.dll which links to
311 the msvcr71.dll CRT. Note that the .NET 2.0 SDK is NOT acceptable, as it
317 will need the C runtime sources installed as part of the platform SDK.
327 Start a platform SDK "build environment window" from the start menu. The
332 * The SDK "Win64" binaries directory
338 * The .NET SDK Visual Studio 2003 VC7\lib directory
344 set SDK=C:\Program Files\Microsoft Platform SDK
348 set PATH=%TOOLKIT%\bin;%PATH%;%SDK%\Bin\win64;%NANT%\bin
352 The "win64" directory from the SDK is added to supply executables such as
410 SDK. However, the sources are available (in the crt source code). To
413 Copy setargv.c, cruntime.h and internal.h from %SDK%\src\crt to a
417 (%SDK%\lib is a reasonable place).