提交 fc1d1b41 编写于 作者: M Matt Oliver

project_generate: Add debug as a reserved command line option.

Debug can be selected in the output VS projects and cannot be set via
command line.
上级 d8e8d36a
......@@ -369,6 +369,7 @@ void configGenerator::buildReservedValues( vector<string> & vReservedItems )
vReservedItems.push_back( "mm_empty" );
vReservedItems.push_back( "ebp_available" );
vReservedItems.push_back( "ebx_available" );
vReservedItems.push_back( "debug" );
}
void configGenerator::buildAdditionalDependencies( DependencyList & mAdditionalDependencies )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册