corba/make/common/shared/Compiler-msvc.gmk
changeset 2200 69f669804c0a
parent 2192 7e916cf3102a
child 3871 3d528461f61d
equal deleted inserted replaced
2199:05f4bf151242 2200:69f669804c0a
   126 	  COMPILER_NAME=Microsoft Platform SDK - April 2005 Edition (3790.1830)
   126 	  COMPILER_NAME=Microsoft Platform SDK - April 2005 Edition (3790.1830)
   127           COMPILER_VERSION=VS2005
   127           COMPILER_VERSION=VS2005
   128         endif
   128         endif
   129       endif
   129       endif
   130     endif
   130     endif
   131     # This will cause problems if ALT_COMPILER_PATH is defined to ""
   131     ifeq ($(CC_MAJORVER), 15)
   132     # which is a directive to use the PATH.
   132       # This should be: CC_VER=15.00.21022.8 LINK_VER=9.00.21022.8
   133     REBASE         = $(COMPILER_PATH)../REBASE
   133       REQUIRED_CC_VER = 15.00.21022.8
       
   134       REQUIRED_LINK_VER = 9.00.21022.8
       
   135       COMPILER_NAME=Windows SDK 6.1 Visual Studio 9
       
   136       COMPILER_VERSION=VS2008
       
   137       RC = $(MSSDK61)/bin/x64/rc
       
   138       REBASE = $(MSSDK61/bin/x64/rebase
       
   139     else
       
   140       # This will cause problems if ALT_COMPILER_PATH is defined to ""
       
   141       # which is a directive to use the PATH.
       
   142       REBASE         = $(COMPILER_PATH)../REBASE
       
   143     endif
   134     ifndef COMPILER_PATH
   144     ifndef COMPILER_PATH
   135       COMPILER_PATH := $(error COMPILER_PATH cannot be empty here)
   145       COMPILER_PATH := $(error COMPILER_PATH cannot be empty here)
   136     endif
   146     endif
   137   endif
   147   endif
   138   ifndef COMPILER_VERSION
   148   ifndef COMPILER_VERSION