# HG changeset patch # User ohair # Date 1292978640 28800 # Node ID 4346ba98938b2cbb31ab00158b33e6fd41c57fcc # Parent 6d8ed82e5070d6311589d492952742ea81de3f1d 6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location Reviewed-by: ksrini diff -r 6d8ed82e5070 -r 4346ba98938b Makefile --- a/Makefile Mon Dec 20 08:44:58 2010 -0800 +++ b/Makefile Tue Dec 21 16:44:00 2010 -0800 @@ -456,7 +456,6 @@ 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 @@ VARIABLE_PRINTVAL_LIST += \ DXSDK_PATH \ - MSDEVTOOLS_PATH \ MSVCRT_DLL_PATH VARIABLE_CHECKDIR_LIST += \ DXSDK_PATH \ - MSDEVTOOLS_PATH \ MSVCRT_DLL_PATH endif diff -r 6d8ed82e5070 -r 4346ba98938b README-builds.html --- a/README-builds.html Mon Dec 20 08:44:58 2010 -0800 +++ b/README-builds.html Tue Dec 21 16:44:00 2010 -0800 @@ -1650,13 +1650,16 @@
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