| 
														
															@@ -1065,6 +1065,8 @@ int cmake::Configure() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     m_GlobalGenerator->ClearEnabledLanguages(); 
														 | 
														
														 | 
														
															     m_GlobalGenerator->ClearEnabledLanguages(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															    
														 | 
														
														 | 
														
															    
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  this->CleanupWrittenFiles(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   // actually do the configure 
														 | 
														
														 | 
														
															   // actually do the configure 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   m_GlobalGenerator->Configure(); 
														 | 
														
														 | 
														
															   m_GlobalGenerator->Configure(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															    
														 | 
														
														 | 
														
															    
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1426,3 +1428,8 @@ bool cmake::HasWrittenFile(const char* file) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 { 
														 | 
														
														 | 
														
															 { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   return m_WrittenFiles.find(file) != m_WrittenFiles.end(); 
														 | 
														
														 | 
														
															   return m_WrittenFiles.find(file) != m_WrittenFiles.end(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+void cmake::CleanupWrittenFiles() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  m_WrittenFiles.clear(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+} 
														 |