$(BDS)\source\mfc 中 BDS是啥意思?

我要编译一个东西,readme里面写了下面这句话,不大懂啥意思
1) copy libs\mfc\source to $(BDS)\source\mfc
目录是这样的
图片说明图片说明
readme里面是这么写的
1) copy libs\mfc\source to $(BDS)\source\mfc

2) copy libs\mfc\include to $(BDS)\include\mfc

3) compile the mfc library using the command:
make -fborland.mak NO_WARNINGS=1
(warnings about missing object in library are ok, for the first build)

指高版本Builder的安装目录吧

那我想编译这个源码的话这个路径是什么意思呢