https://github.com/Ruzzz/MakeBat 为 sublime 提供了一个 C++ 工程编译模板
{INCLUDE_PATHS} → /I "Path1" /I "Path2" ...
{LIB_PATHS} → /LIBPATH:"Path1" /LIBPATH:"Path2" ...
{LIBS} → "file1.lib" "file2.lib" ...
{RC} → "file1.rc" "file2.rc" ...
{SOURCES} → "file1.cpp" "file2.cpp" "file1.res" "file2.res" ...