mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[RBUILD]
- Fix cleaning of msvc 10 project files svn path=/trunk/; revision=47004
This commit is contained in:
@@ -420,7 +420,11 @@ MSVCBackend::_clean_project_files ( void )
|
||||
remove ( NcbFileName ( module ).c_str () );
|
||||
remove ( SlnFileName ( module ).c_str () );
|
||||
remove ( SuoFileName ( module ).c_str () );
|
||||
remove ( VcprojFileName ( module ).c_str () );
|
||||
|
||||
if ( configuration.VSProjectVersion == "10.00" )
|
||||
remove ( VcxprojFileName ( module ).c_str () );
|
||||
else
|
||||
remove ( VcprojFileName ( module ).c_str () );
|
||||
|
||||
string username = getenv ( "USERNAME" );
|
||||
string computername = getenv ( "COMPUTERNAME" );
|
||||
|
||||
Reference in New Issue
Block a user