From c6a67c9fb7cb35f1b5c6bf2076e3a01a6488ac1e Mon Sep 17 00:00:00 2001 From: ohair Date: Tue, 21 Dec 2010 16:44:00 -0800 Subject: [PATCH] 6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location Reviewed-by: ksrini --- Makefile | 3 --- README-builds.html | 13 ++++++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index d42650e..6b29608 100644 --- a/Makefile +++ b/Makefile @@ -456,7 +456,6 @@ CACERTS_FILE.desc = Location of certificates file DEVTOOLS_PATH.desc = Directory containing zip and gnumake CUPS_HEADERS_PATH.desc = Include directory location for CUPS header files DXSDK_PATH.desc = Root directory of DirectX SDK -MSDEVTOOLS_PATH.desc = Root directory of VC++ tools (e.g. rc.exe) MSVCRT_DLL_PATH.desc = Directory containing mscvrt.dll # Make variables to print out (description and value) @@ -487,12 +486,10 @@ ifeq ($(PLATFORM), windows) VARIABLE_PRINTVAL_LIST += \ DXSDK_PATH \ - MSDEVTOOLS_PATH \ MSVCRT_DLL_PATH VARIABLE_CHECKDIR_LIST += \ DXSDK_PATH \ - MSDEVTOOLS_PATH \ MSVCRT_DLL_PATH endif diff --git a/README-builds.html b/README-builds.html index 1c2504c..297494f 100644 --- a/README-builds.html +++ b/README-builds.html @@ -1650,13 +1650,16 @@ Windows binaries use the the 7.1 Windows SDK.END WARNING.
Windows specific:
-
ALT_MSDEVTOOLS_PATH
+
ALT_WINDOWSSDKDIR
The location of the - Microsoft Visual Studio - tools 'bin' directory. - The default is usually derived from - ALT_COMPILER_PATH. + Microsoft Windows SDK where some tools will be + located. + The default is whatever WINDOWSSDKDIR is set to + (or WindowsSdkDir) or the path +
+                            c:\Program Files\Microsoft SDKs\Windows\v6.1a
+			    
ALT_DXSDK_PATH
-- GitLab