Subversion Repositories DevTools

Rev

Rev 5637 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5637 Rev 6133
Line 50... Line 50...
50
 
50
 
51
DevEnvDir           := $(subst \,/,$(patsubst %\,%,$(DevEnvDir)))
51
DevEnvDir           := $(subst \,/,$(patsubst %\,%,$(DevEnvDir)))
52
MSVCDir             := $(subst \,/,$(patsubst %\,%,$(MSVCDir)))
52
MSVCDir             := $(subst \,/,$(patsubst %\,%,$(MSVCDir)))
53
 
53
 
54
# Check for required update installed
54
# Check for required update installed
55
GBE_VS2012_ENVVER   ?= HKLM/SOFTWARE/Microsoft/VisualStudio/11.0/SplashInfo/EnvVersion
55
GBE_VS2012_ENVVER   ?= HKCU/SOFTWARE/Microsoft/VisualStudio/11.0_Config/SplashInfo/EnvVersion
56
GBE_VS2012_ENVVAL4   ?= 11.0.61030.00 Update 4
56
GBE_VS2012_ENVVAL4   ?= 11.0.61030.00 Update 4
57
GBE_VS2012_ENVVAL5   ?= 11.0.61219.00 Update 5
57
GBE_VS2012_ENVVAL5   ?= 11.0.61219.00 Update 5
58
 
58
 
59
 
59
 
60
# Verify environment variable requirements
60
# Verify environment variable requirements