xml nodes now store the location they were parsed from; invalidbuildexceptions now...
authorRoyce Mitchell III <royce3@ev1.net>
Sat, 8 Jan 2005 03:37:32 +0000 (03:37 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Sat, 8 Jan 2005 03:37:32 +0000 (03:37 +0000)
commit774f167e5edadc9aec3835eb6334ac62ca38647c
tree3239b8e1f667fc9b2169e925d55943c47d96a810
parentde7c566b053fbb7c40396ac75b0fd86a32226891
xml nodes now store the location they were parsed from; invalidbuildexceptions now required a location of the error; don't allow modules to process xml until all modules are created; don't allow libraries, defines, includes, etc to process xml until all modules have processed; don't allow module to link against itself or a non-existant module; don't allow library to specify non-existant module;

svn path=/branches/xmlbuildsystem/; revision=12879
reactos/tools/rbuild/XML.cpp
reactos/tools/rbuild/XML.h
reactos/tools/rbuild/backend/mingw/modulehandler.cpp
reactos/tools/rbuild/define.cpp
reactos/tools/rbuild/exception.cpp
reactos/tools/rbuild/exception.h
reactos/tools/rbuild/include.cpp
reactos/tools/rbuild/module.cpp
reactos/tools/rbuild/project.cpp
reactos/tools/rbuild/rbuild.h