"%_T%"=="" ( set _T=%cd% ) if "%a%"=="" ( echo %a% is not assigned ) else ( set _makefile=%a% ) ::%tmppath:~0,2% ::cd %tmppath% ::以下bash命令是为了从Dos环境进入cygwin环境 ::bash --login -i bash --login -i -c "make -f %_makefile%" ::运行编译脚本Make...