[ros-diffs] [sedwards] 17546: Generate a GUID for each module
processed. Later on this will be needed to support msvc2k3/5
vcproj files.
sedwards at svn.reactos.com
sedwards at svn.reactos.com
Thu Aug 25 22:58:09 CEST 2005
Generate a GUID for each module processed. Later on this will be needed
to support msvc2k3/5 vcproj files.
Modified: trunk/reactos/tools/rbuild/backend/msvc/msvc.cpp
_____
Modified: trunk/reactos/tools/rbuild/backend/msvc/msvc.cpp
--- trunk/reactos/tools/rbuild/backend/msvc/msvc.cpp 2005-08-25
20:05:07 UTC (rev 17545)
+++ trunk/reactos/tools/rbuild/backend/msvc/msvc.cpp 2005-08-25
20:58:01 UTC (rev 17546)
@@ -96,8 +96,6 @@
#endif
fclose ( m_dswFile );
- gen_guid();
-
// The MSVC build still needs the mingw backend.
//ProcessModules();
@@ -120,6 +118,7 @@
Module &module = *ProjectNode.modules[i];
this->_generate_dsp ( module );
+ gen_guid();
/*for(size_t k = 0; k < module.non_if_data.files.size();
k++)
{
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050825/d7ac68de/attachment.html
More information about the Ros-diffs
mailing list