- silence output

svn path=/trunk/; revision=25090
This commit is contained in:
Johannes Anderwald 2006-12-08 12:24:40 +00:00
parent bc5080e521
commit 9813d8a0b7

View file

@ -158,7 +158,6 @@ MSVCBackend::_generate_vcproj ( const Module& module )
module.GetBasePath() ); module.GetBasePath() );
if ( module.type != RpcServer && module.type != RpcClient ) if ( module.type != RpcServer && module.type != RpcClient )
{ {
printf("path %s\n", path.c_str ());
if ( path.find ("/include/reactos/idl") != string::npos) if ( path.find ("/include/reactos/idl") != string::npos)
{ {
include_idl = true; include_idl = true;