Author: spetreolle
Date: Fri Mar 12 22:22:04 2010
New Revision: 46150
URL:
http://svn.reactos.org/svn/reactos?rev=46150&view=rev
Log:
Sync build system.
Added:
branches/arty-newcc/tools/log2lines/
branches/arty-newcc/tools/log2lines/cache.c (with props)
branches/arty-newcc/tools/log2lines/cache.h (with props)
branches/arty-newcc/tools/log2lines/cmd.c (with props)
branches/arty-newcc/tools/log2lines/cmd.h (with props)
branches/arty-newcc/tools/log2lines/compat.h (with props)
branches/arty-newcc/tools/log2lines/config.h (with props)
branches/arty-newcc/tools/log2lines/help.c (with props)
branches/arty-newcc/tools/log2lines/help.h (with props)
branches/arty-newcc/tools/log2lines/image.c (with props)
branches/arty-newcc/tools/log2lines/image.h (with props)
branches/arty-newcc/tools/log2lines/list.c (with props)
branches/arty-newcc/tools/log2lines/list.h (with props)
branches/arty-newcc/tools/log2lines/log2lines.c (with props)
branches/arty-newcc/tools/log2lines/log2lines.h (with props)
branches/arty-newcc/tools/log2lines/log2lines.mak (with props)
branches/arty-newcc/tools/log2lines/options.c (with props)
branches/arty-newcc/tools/log2lines/options.h (with props)
branches/arty-newcc/tools/log2lines/revision.c (with props)
branches/arty-newcc/tools/log2lines/revision.h (with props)
branches/arty-newcc/tools/log2lines/stat.c (with props)
branches/arty-newcc/tools/log2lines/stat.h (with props)
branches/arty-newcc/tools/log2lines/util.c (with props)
branches/arty-newcc/tools/log2lines/util.h (with props)
branches/arty-newcc/tools/log2lines/version.h (with props)
branches/arty-newcc/tools/rbuild/backend/msvc/s_as_mscpp.rules
branches/arty-newcc/tools/rbuild/backend/msvc/spec.rules
branches/arty-newcc/tools/rbuild/backend/msvc/vspropsmaker.cpp (with props)
Modified:
branches/arty-newcc/Makefile
branches/arty-newcc/ReactOS-arm.rbuild
branches/arty-newcc/ReactOS-generic.rbuild
branches/arty-newcc/ReactOS-i386.rbuild
branches/arty-newcc/config-arm.template.rbuild
branches/arty-newcc/tools/rbuild/backend/backend.h
branches/arty-newcc/tools/rbuild/backend/codeblocks/codeblocks.h
branches/arty-newcc/tools/rbuild/backend/dependencymap/dependencymap.h
branches/arty-newcc/tools/rbuild/backend/mingw/compilers/gcc.mak
branches/arty-newcc/tools/rbuild/backend/mingw/linkers/ld.mak
branches/arty-newcc/tools/rbuild/backend/mingw/mingw.cpp
branches/arty-newcc/tools/rbuild/backend/mingw/mingw.h
branches/arty-newcc/tools/rbuild/backend/mingw/modulehandler.cpp
branches/arty-newcc/tools/rbuild/backend/mingw/modulehandler.h
branches/arty-newcc/tools/rbuild/backend/mingw/rule.h
branches/arty-newcc/tools/rbuild/backend/mingw/rules.mak
branches/arty-newcc/tools/rbuild/backend/msbuild/msbuild.h
branches/arty-newcc/tools/rbuild/backend/msvc/msvc.cpp
branches/arty-newcc/tools/rbuild/backend/msvc/msvc.h
branches/arty-newcc/tools/rbuild/backend/msvc/vcprojmaker.cpp
branches/arty-newcc/tools/rbuild/backend/versionreport/versionreport.h
branches/arty-newcc/tools/rbuild/exception.h
branches/arty-newcc/tools/rbuild/module.cpp
branches/arty-newcc/tools/rbuild/pch.h
branches/arty-newcc/tools/rbuild/project.cpp
branches/arty-newcc/tools/rbuild/rbuild.cpp
branches/arty-newcc/tools/rbuild/rbuild.h
branches/arty-newcc/tools/rbuild/rbuild.mak
branches/arty-newcc/tools/rbuild/rbuild.vcproj
branches/arty-newcc/tools/rbuild/test.h
branches/arty-newcc/tools/tools.mak
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/arty-newcc/Makefile
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/Makefile?rev=46150&a…
Modified: branches/arty-newcc/ReactOS-arm.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/ReactOS-arm.rbuild?r…
Modified: branches/arty-newcc/ReactOS-generic.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/ReactOS-generic.rbui…
Modified: branches/arty-newcc/ReactOS-i386.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/ReactOS-i386.rbuild?…
Modified: branches/arty-newcc/config-arm.template.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/config-arm.template.…
Added: branches/arty-newcc/tools/log2lines/cache.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/cach…
Added: branches/arty-newcc/tools/log2lines/cache.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/cach…
Added: branches/arty-newcc/tools/log2lines/cmd.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/cmd.…
Added: branches/arty-newcc/tools/log2lines/cmd.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/cmd.…
Added: branches/arty-newcc/tools/log2lines/compat.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/comp…
Added: branches/arty-newcc/tools/log2lines/config.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/conf…
Added: branches/arty-newcc/tools/log2lines/help.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/help…
Added: branches/arty-newcc/tools/log2lines/help.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/help…
Added: branches/arty-newcc/tools/log2lines/image.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/imag…
Added: branches/arty-newcc/tools/log2lines/image.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/imag…
Added: branches/arty-newcc/tools/log2lines/list.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/list…
Added: branches/arty-newcc/tools/log2lines/list.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/list…
Added: branches/arty-newcc/tools/log2lines/log2lines.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/log2…
Added: branches/arty-newcc/tools/log2lines/log2lines.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/log2…
Added: branches/arty-newcc/tools/log2lines/log2lines.mak
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/log2…
Added: branches/arty-newcc/tools/log2lines/options.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/opti…
Added: branches/arty-newcc/tools/log2lines/options.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/opti…
Added: branches/arty-newcc/tools/log2lines/revision.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/revi…
Added: branches/arty-newcc/tools/log2lines/revision.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/revi…
Added: branches/arty-newcc/tools/log2lines/stat.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/stat…
Added: branches/arty-newcc/tools/log2lines/stat.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/stat…
Added: branches/arty-newcc/tools/log2lines/util.c
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/util…
Added: branches/arty-newcc/tools/log2lines/util.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/util…
Added: branches/arty-newcc/tools/log2lines/version.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/log2lines/vers…
Modified: branches/arty-newcc/tools/rbuild/backend/backend.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/codeblocks/codeblocks.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/dependencymap/dependencymap.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/mingw/compilers/gcc.mak
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/mingw/linkers/ld.mak
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/mingw/mingw.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/mingw/mingw.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/mingw/modulehandler.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/mingw/modulehandler.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/mingw/rule.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/mingw/rules.mak
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/msbuild/msbuild.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/msvc/msvc.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/msvc/msvc.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Added: branches/arty-newcc/tools/rbuild/backend/msvc/s_as_mscpp.rules
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Added: branches/arty-newcc/tools/rbuild/backend/msvc/spec.rules
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/msvc/vcprojmaker.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Added: branches/arty-newcc/tools/rbuild/backend/msvc/vspropsmaker.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/backend/versionreport/versionreport.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
Modified: branches/arty-newcc/tools/rbuild/exception.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/excepti…
Modified: branches/arty-newcc/tools/rbuild/module.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/module.…
Modified: branches/arty-newcc/tools/rbuild/pch.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/pch.h?r…
Modified: branches/arty-newcc/tools/rbuild/project.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/project…
Modified: branches/arty-newcc/tools/rbuild/rbuild.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/rbuild.…
Modified: branches/arty-newcc/tools/rbuild/rbuild.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/rbuild.…
Modified: branches/arty-newcc/tools/rbuild/rbuild.mak
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/rbuild.…
Modified: branches/arty-newcc/tools/rbuild/rbuild.vcproj
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/rbuild.…
Modified: branches/arty-newcc/tools/rbuild/test.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/test.h?…
Modified: branches/arty-newcc/tools/tools.mak
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/tools.mak?rev=…