[ros-svn] [martinf] 111: first draft of rbuild with Expat integration

martinf at svn.reactos.org martinf at svn.reactos.org
Sun Feb 12 23:21:35 CET 2006


first draft of rbuild with Expat integration
current state: builds and runs with MSVC, still problems with GCC


Added files:
branches/expat-rbuild/reactos/tools/expat/
branches/expat-rbuild/reactos/tools/expat/ascii.h
branches/expat-rbuild/reactos/tools/expat/asciitab.h
branches/expat-rbuild/reactos/tools/expat/expat.h
branches/expat-rbuild/reactos/tools/expat/expat_config.h
branches/expat-rbuild/reactos/tools/expat/expat_external.h
branches/expat-rbuild/reactos/tools/expat/iasciitab.h
branches/expat-rbuild/reactos/tools/expat/internal.h
branches/expat-rbuild/reactos/tools/expat/latin1tab.h
branches/expat-rbuild/reactos/tools/expat/nametab.h
branches/expat-rbuild/reactos/tools/expat/utf8tab.h
branches/expat-rbuild/reactos/tools/expat/xmlparse.c
branches/expat-rbuild/reactos/tools/expat/xmlrole.c
branches/expat-rbuild/reactos/tools/expat/xmlrole.h
branches/expat-rbuild/reactos/tools/expat/xmltok.c
branches/expat-rbuild/reactos/tools/expat/xmltok.h
branches/expat-rbuild/reactos/tools/expat/xmltok_impl.c
branches/expat-rbuild/reactos/tools/expat/xmltok_impl.h
branches/expat-rbuild/reactos/tools/expat/xmltok_ns.c
branches/expat-rbuild/reactos/tools/xmlstorage.cpp
branches/expat-rbuild/reactos/tools/xmlstorage.h

Updated files:
branches/expat-rbuild/reactos/Makefile
branches/expat-rbuild/reactos/ReactOS.rbuild
branches/expat-rbuild/reactos/base/applications/applications.rbuild
branches/expat-rbuild/reactos/base/applications/devmgr/devmgrapp.rbuild
branches/expat-rbuild/reactos/base/applications/games/directory.rbuild
branches/expat-rbuild/reactos/base/applications/games/solitaire/solitaire.rbuild
branches/expat-rbuild/reactos/base/applications/games/winemine/winemine.rbuild
branches/expat-rbuild/reactos/base/applications/getfirefox/getfirefox.rbuild
branches/expat-rbuild/reactos/base/applications/hostname/hostname.rbuild
branches/expat-rbuild/reactos/base/applications/shutdown/shutdown.rbuild
branches/expat-rbuild/reactos/base/base.rbuild
branches/expat-rbuild/reactos/base/setup/setup.rbuild
branches/expat-rbuild/reactos/base/setup/welcome/welcome.rbuild
branches/expat-rbuild/reactos/base/shell/cmd/cmd.rbuild
branches/expat-rbuild/reactos/base/shell/cmd/tests/cmd_test.rbuild
branches/expat-rbuild/reactos/base/shell/cmd/tests/stubs.rbuild
branches/expat-rbuild/reactos/base/shell/shell.rbuild
branches/expat-rbuild/reactos/base/system/system.rbuild
branches/expat-rbuild/reactos/baseaddress.rbuild
branches/expat-rbuild/reactos/boot/boot.rbuild
branches/expat-rbuild/reactos/include/reactos/debug.h
branches/expat-rbuild/reactos/lib/directory.rbuild
branches/expat-rbuild/reactos/lib/inflib/builddep.h
branches/expat-rbuild/reactos/lib/inflib/infcore.c
branches/expat-rbuild/reactos/lib/inflib/infget.c
branches/expat-rbuild/reactos/lib/inflib/infhostgen.c
branches/expat-rbuild/reactos/lib/inflib/infhostget.c
branches/expat-rbuild/reactos/lib/inflib/infhostglue.c
branches/expat-rbuild/reactos/lib/inflib/infhostput.c
branches/expat-rbuild/reactos/lib/inflib/infput.c
branches/expat-rbuild/reactos/media/media.rbuild
branches/expat-rbuild/reactos/subsystems/subsystems.rbuild
branches/expat-rbuild/reactos/tools/rbuild/automaticdependency.cpp
branches/expat-rbuild/reactos/tools/rbuild/backend/backend.cpp
branches/expat-rbuild/reactos/tools/rbuild/backend/backend.h
branches/expat-rbuild/reactos/tools/rbuild/backend/devcpp/devcpp.cpp
branches/expat-rbuild/reactos/tools/rbuild/backend/devcpp/devcpp.h
branches/expat-rbuild/reactos/tools/rbuild/backend/mingw/mingw.cpp
branches/expat-rbuild/reactos/tools/rbuild/backend/mingw/mingw.h
branches/expat-rbuild/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
branches/expat-rbuild/reactos/tools/rbuild/backend/mingw/modulehandler.h
branches/expat-rbuild/reactos/tools/rbuild/backend/mingw/proxymakefile.cpp
branches/expat-rbuild/reactos/tools/rbuild/backend/msvc/genguid.cpp
branches/expat-rbuild/reactos/tools/rbuild/backend/msvc/msvc.cpp
branches/expat-rbuild/reactos/tools/rbuild/backend/msvc/msvc.h
branches/expat-rbuild/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp
branches/expat-rbuild/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp
branches/expat-rbuild/reactos/tools/rbuild/bootstrap.cpp
branches/expat-rbuild/reactos/tools/rbuild/cdfile.cpp
branches/expat-rbuild/reactos/tools/rbuild/compilationunit.cpp
branches/expat-rbuild/reactos/tools/rbuild/compilationunitsupportcode.cpp
branches/expat-rbuild/reactos/tools/rbuild/compilerflag.cpp
branches/expat-rbuild/reactos/tools/rbuild/define.cpp
branches/expat-rbuild/reactos/tools/rbuild/directory.cpp
branches/expat-rbuild/reactos/tools/rbuild/exception.cpp
branches/expat-rbuild/reactos/tools/rbuild/exception.h
branches/expat-rbuild/reactos/tools/rbuild/filesupportcode.cpp
branches/expat-rbuild/reactos/tools/rbuild/global.cpp
branches/expat-rbuild/reactos/tools/rbuild/include.cpp
branches/expat-rbuild/reactos/tools/rbuild/installfile.cpp
branches/expat-rbuild/reactos/tools/rbuild/linkerflag.cpp
branches/expat-rbuild/reactos/tools/rbuild/linkerscript.cpp
branches/expat-rbuild/reactos/tools/rbuild/module.cpp
branches/expat-rbuild/reactos/tools/rbuild/pch.h
branches/expat-rbuild/reactos/tools/rbuild/project.cpp
branches/expat-rbuild/reactos/tools/rbuild/rbuild.cpp
branches/expat-rbuild/reactos/tools/rbuild/rbuild.dsp
branches/expat-rbuild/reactos/tools/rbuild/rbuild.h
branches/expat-rbuild/reactos/tools/rbuild/rbuild.mak
branches/expat-rbuild/reactos/tools/rbuild/rbuild.vcproj
branches/expat-rbuild/reactos/tools/rbuild/stubbedcomponent.cpp
branches/expat-rbuild/reactos/tools/rbuild/syssetupgenerator.cpp
branches/expat-rbuild/reactos/tools/rbuild/test.h
branches/expat-rbuild/reactos/tools/rbuild/testsupportcode.cpp
branches/expat-rbuild/reactos/tools/rbuild/wineresource.cpp
branches/expat-rbuild/reactos/tools/ssprintf.cpp
branches/expat-rbuild/reactos/tools/tools.mak
branches/expat-rbuild/reactos/tools/xml.cpp
branches/expat-rbuild/reactos/tools/xml.h




More information about the Ros-svn mailing list