MakefileBuild.vc line 239 # Runtime library configuration !IF "$(RTLIBCFG)"=="static" RTLIB = /MT RTLIB_DEBUG = /MTd !ELSE RTLIB = /MD RTLIB_DEBUG = /MDd !ENDIF RTLIBCFG is not exist. it's look like a bug.