replaced rc with windres

svn path=/trunk/; revision=18525
This commit is contained in:
Christoph von Wittich 2005-10-17 17:30:45 +00:00
parent 16f6e946c5
commit 61a1cafcf4

View file

@ -250,7 +250,7 @@ MSVCBackend::_generate_dsp ( const Module& module )
fprintf ( OUT, "# PROP Scc_LocalPath \"\"\r\n" );
fprintf ( OUT, "CPP=cl.exe\r\n" );
if ( !lib && !exe ) fprintf ( OUT, "MTL=midl.exe\r\n" );
fprintf ( OUT, "RSC=rc.exe\r\n" );
fprintf ( OUT, "RSC=windres.exe\r\n" );
int n = 0;