mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
replaced rc with windres
svn path=/trunk/; revision=18525
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user