mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:53:09 +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,6 +420,10 @@ MSVCBackend::_clean_project_files ( void )
|
||||||
remove ( NcbFileName ( module ).c_str () );
|
remove ( NcbFileName ( module ).c_str () );
|
||||||
remove ( SlnFileName ( module ).c_str () );
|
remove ( SlnFileName ( module ).c_str () );
|
||||||
remove ( SuoFileName ( module ).c_str () );
|
remove ( SuoFileName ( module ).c_str () );
|
||||||
|
|
||||||
|
if ( configuration.VSProjectVersion == "10.00" )
|
||||||
|
remove ( VcxprojFileName ( module ).c_str () );
|
||||||
|
else
|
||||||
remove ( VcprojFileName ( module ).c_str () );
|
remove ( VcprojFileName ( module ).c_str () );
|
||||||
|
|
||||||
string username = getenv ( "USERNAME" );
|
string username = getenv ( "USERNAME" );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue