From 2124c8eccccad897a71e5fbd52dae2eecd70f45e Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Wed, 15 Aug 2012 15:10:27 +0100 Subject: Removing obsolete m9 platform. Removing obsolete Visual C setup script. Copied from Perforce Change: 178933 ServerID: perforce.ravenbrook.com --- mps/code/configure_sdk.cmd | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 mps/code/configure_sdk.cmd (limited to 'mps/code/configure_sdk.cmd') diff --git a/mps/code/configure_sdk.cmd b/mps/code/configure_sdk.cmd deleted file mode 100644 index 8a67d289274..00000000000 --- a/mps/code/configure_sdk.cmd +++ /dev/null @@ -1,33 +0,0 @@ -@ECHO OFF -REM +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -REM $Id$ -REM $Change$ $DateTime$ $Author$ -REM -REM Configure access to the Microsoft SDK. -REM -REM This procedure has only been tested under NT6.1. Earlier versions -REM of the operating system will have different SDK configuration -REM details. -REM -REM This procedure requires delayed environment expansion. -REM The presence of REG in the command path is assumed. -REM -REM The registry is queried to determine the SDK installation location -REM and its SETENV command procedure is invoked to configure it. -REM Note that SETENV, as installed, has a tendency to alter the color -REM settings for the console. -REM -REM Copyright (C) 2011 Ravenbrook Limited. All rights reserved. -REM -REM ------------------------------------------------------------------- -REM -SET WinSDKRegKeyPath=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.1 - -FOR /F "tokens=2*" %%A IN ('REG QUERY "%WinSDKRegKeyPath%" /v InstallationFolder') DO SET WindowsSDKDir=%%B - -SET "sdkdir=%WindowsSDKDir%" - -%sdkdir%\bin\setenv - -REM -- End of program - -- cgit v1.2.1