make/windows/makefiles/sanity.make

changeset 3518
719f7007c8e8
parent 2384
0a8e0d4345b3
child 4153
b9a9ed0f8eeb
     1.1 --- a/make/windows/makefiles/sanity.make	Tue Jan 31 13:12:39 2012 +0100
     1.2 +++ b/make/windows/makefiles/sanity.make	Mon Feb 06 09:14:22 2012 +0100
     1.3 @@ -31,5 +31,5 @@
     1.4  	echo *** WARNING *** unrecognized cl.exe version $(MSC_VER) ($(RAW_MSC_VER)).  Use FORCE_MSC_VER to override automatic detection.
     1.5  
     1.6  checkLink:
     1.7 -	@ if "$(LINK_VER)" NEQ "710" if "$(LINK_VER)" NEQ "800" if "$(LINK_VER)" NEQ "900" if "$(LINK_VER)" NEQ "1000" \
     1.8 -	echo *** WARNING *** unrecognized link.exe version $(LINK_VER) ($(RAW_LINK_VER)).  Use FORCE_LINK_VER to override automatic detection.
     1.9 +	@ if "$(LD_VER)" NEQ "710" if "$(LD_VER)" NEQ "800" if "$(LD_VER)" NEQ "900" if "$(LD_VER)" NEQ "1000" \
    1.10 +	echo *** WARNING *** unrecognized link.exe version $(LD_VER) ($(RAW_LD_VER)).  Use FORCE_LD_VER to override automatic detection.

mercurial