mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
replaced rc with windres
svn path=/trunk/; revision=18525
This commit is contained in:
parent
16f6e946c5
commit
61a1cafcf4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue