make/windows/makefiles/sanity.make

changeset 1080
c3a720eefe82
parent 631
d1605aabd0a1
child 1279
bd02caa94611
     1.1 --- a/make/windows/makefiles/sanity.make	Fri Mar 13 18:39:22 2009 -0700
     1.2 +++ b/make/windows/makefiles/sanity.make	Mon Mar 16 15:06:33 2009 -0700
     1.3 @@ -27,9 +27,9 @@
     1.4  all: checkCL checkLink
     1.5  
     1.6  checkCL:
     1.7 -	@ if "$(MSC_VER)" NEQ "1310" if "$(MSC_VER)" NEQ "1399" if "$(MSC_VER)" NEQ "1400" \
     1.8 +	@ if "$(MSC_VER)" NEQ "1310" if "$(MSC_VER)" NEQ "1399" if "$(MSC_VER)" NEQ "1400" if "$(MSC_VER)" NEQ "1500" \
     1.9  	echo *** WARNING *** unrecognized cl.exe version $(MSC_VER) ($(RAW_MSC_VER)).  Use FORCE_MSC_VER to override automatic detection.
    1.10  
    1.11  checkLink:
    1.12 -	@ if "$(LINK_VER)" NEQ "710" if "$(LINK_VER)" NEQ "800" \
    1.13 +	@ if "$(LINK_VER)" NEQ "710" if "$(LINK_VER)" NEQ "800" if "$(LINK_VER)" NEQ "900" \
    1.14  	echo *** WARNING *** unrecognized link.exe version $(LINK_VER) ($(RAW_LINK_VER)).  Use FORCE_LINK_VER to override automatic detection.

mercurial