Author: ros-arm-bringup Date: Mon Jun 30 03:51:19 2008 New Revision: 34211
URL: http://svn.reactos.org/svn/reactos?rev=34211&view=rev Log: - Registry configuration will likely end up having arch-specific settings, so separate bootdata folder for each architecture. - If we move away from a standard inf file (not necessarly a good idea), we may be able to return back to a single directory and dynamically generate .inf data. - Update rbuild to deal with this new fact.
Added: trunk/reactos/boot/bootdata/arm/ trunk/reactos/boot/bootdata/i386/ trunk/reactos/boot/bootdata/i386/hivecls.inf - copied unchanged from r34201, trunk/reactos/boot/bootdata/hivecls.inf trunk/reactos/boot/bootdata/i386/hivedef.inf - copied unchanged from r34201, trunk/reactos/boot/bootdata/hivedef.inf trunk/reactos/boot/bootdata/i386/hiveinst.inf - copied unchanged from r34201, trunk/reactos/boot/bootdata/hiveinst.inf trunk/reactos/boot/bootdata/i386/hivesft.inf - copied unchanged from r34201, trunk/reactos/boot/bootdata/hivesft.inf trunk/reactos/boot/bootdata/i386/hivesys.inf - copied unchanged from r34201, trunk/reactos/boot/bootdata/hivesys.inf Removed: trunk/reactos/boot/bootdata/hivecls.inf trunk/reactos/boot/bootdata/hivedef.inf trunk/reactos/boot/bootdata/hiveinst.inf trunk/reactos/boot/bootdata/hivesft.inf trunk/reactos/boot/bootdata/hivesys.inf Modified: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp
[This mail would be too long, it was shortened to contain the URLs only.]
Removed: trunk/reactos/boot/bootdata/hivecls.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?r...
Removed: trunk/reactos/boot/bootdata/hivedef.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivedef.inf?r...
Removed: trunk/reactos/boot/bootdata/hiveinst.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hiveinst.inf?...
Removed: trunk/reactos/boot/bootdata/hivesft.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft.inf?r...
Removed: trunk/reactos/boot/bootdata/hivesys.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesys.inf?r...
Modified: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw/...