mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +00:00
[RBUILD]
- Fix cleaning of msvc 10 project files svn path=/trunk/; revision=47004
This commit is contained in:
parent
ee1d26e73c
commit
16910e9140
1 changed files with 5 additions and 1 deletions
|
@ -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" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue