changeset 3696:554adcfb615e jdk7-b134

7027923: Disable VS2003 use in preparation for all VS2003 make logic removal Reviewed-by: prr
author ohair
date Wed, 16 Mar 2011 15:01:07 -0700
parents 76a2ea69f47f
children 0653cab602f2 1c7cac250f71 af4793ab50fb
files make/common/shared/Compiler-msvc.gmk
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/shared/Compiler-msvc.gmk	Wed Mar 16 09:42:55 2011 -0700
+++ b/make/common/shared/Compiler-msvc.gmk	Wed Mar 16 15:01:07 2011 -0700
@@ -153,6 +153,9 @@
   ifndef COMPILER_VERSION
     COMPILER_VERSION := $(error COMPILER_VERSION cannot be empty here)
   endif
+  ifneq ($(COMPILER_VERSION),VS2010)
+    COMPILER_VERSION := $(error COMPILER_VERSION must be VS2010)
+  endif
   
   # Shared library generation flag
   SHARED_LIBRARY_FLAG = -LD