msce【c++】mdl.mki文件中宏toolsPath在什么地方定义的?

各位老师:今天读mdl.mki文件,如下:

#----------------------------------------------------------
# Define tools commands common to all platforms
#----------------------------------------------------------
%ifndef MLibCmd
MLibCmd = $(toolsPath)mlib
%endif

%ifndef RCompCmd
RCompCmd = $(toolsPath)rcomp
%endif

%ifndef RTypeCmd
RTypeCmd = $(toolsPath)rsctype
%endif

%ifndef RLibCmd
RLibCmd = $(toolsPath)rlib
%endif

宏toolsPath的定义搜索了整个mki文件夹目录都没有找到,环境配置也没有。想知道这个宏是在哪里定义的。另外想查看宏定义的展开值如何查看。