Generate a GUID for each module processed. Later on this will be needed to support msvc2k3/5 vcproj files.

svn path=/trunk/; revision=17546
This commit is contained in:
Steven Edwards 2005-08-25 20:58:01 +00:00
parent c7b88afc3f
commit 95164f7065

View file

@ -96,8 +96,6 @@ void MSVCBackend::Process()
#endif
fclose ( m_dswFile );
gen_guid();
// The MSVC build still needs the mingw backend.
//ProcessModules();
@ -120,6 +118,7 @@ void MSVCBackend::ProcessModules()
Module &module = *ProjectNode.modules[i];
this->_generate_dsp ( module );
gen_guid();
/*for(size_t k = 0; k < module.non_if_data.files.size(); k++)
{