make/common/shared/Compiler-msvc.gmk

changeset 57
9c0cc0d0eca2
parent 49
e2f388853a9d
child 114
1c130e7b7a2e
equal deleted inserted replaced
56:53d5b45f73ab 57:9c0cc0d0eca2
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

mercurial