7027923: Disable VS2003 use in preparation for all VS2003 make logic removal jdk7-b134
authorohair
Wed, 16 Mar 2011 15:01:07 -0700
changeset 3729554adcfb615e
parent 3728 76a2ea69f47f
child 3730 0653cab602f2
child 3731 1c7cac250f71
child 3741 af4793ab50fb
7027923: Disable VS2003 use in preparation for all VS2003 make logic removal
Reviewed-by: prr
make/common/shared/Compiler-msvc.gmk
     1.1 --- a/make/common/shared/Compiler-msvc.gmk	Wed Mar 16 09:42:55 2011 -0700
     1.2 +++ b/make/common/shared/Compiler-msvc.gmk	Wed Mar 16 15:01:07 2011 -0700
     1.3 @@ -153,6 +153,9 @@
     1.4    ifndef COMPILER_VERSION
     1.5      COMPILER_VERSION := $(error COMPILER_VERSION cannot be empty here)
     1.6    endif
     1.7 +  ifneq ($(COMPILER_VERSION),VS2010)
     1.8 +    COMPILER_VERSION := $(error COMPILER_VERSION must be VS2010)
     1.9 +  endif
    1.10    
    1.11    # Shared library generation flag
    1.12    SHARED_LIBRARY_FLAG = -LD