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 64... Line 64...
64
 
64
 
65
DevEnvDir           := $(subst \,/,$(patsubst %\,%,$(DevEnvDir)))
65
DevEnvDir           := $(subst \,/,$(patsubst %\,%,$(DevEnvDir)))
66
MSVCDir             := $(subst \,/,$(patsubst %\,%,$(MSVCDir)))
66
MSVCDir             := $(subst \,/,$(patsubst %\,%,$(MSVCDir)))
67
 
67
 
68
# Check for required update installed
68
# Check for required update installed
69
GBE_VS2012_ENVVER   ?= HKLM/SOFTWARE/Microsoft/VisualStudio/11.0/SplashInfo/EnvVersion
69
GBE_VS2012_ENVVER   ?= HKCU/SOFTWARE/Microsoft/VisualStudio/11.0_Config/SplashInfo/EnvVersion
70
GBE_VS2012_ENVVAL4   ?= 11.0.61030.00 Update 4
70
GBE_VS2012_ENVVAL4   ?= 11.0.61030.00 Update 4
71
GBE_VS2012_ENVVAL5   ?= 11.0.61219.00 Update 5
71
GBE_VS2012_ENVVAL5   ?= 11.0.61219.00 Update 5
72
 
72
 
73
 
73
 
74
# Verify environment variable requirements
74
# Verify environment variable requirements