- Add a "host" attribute to the project's <include> and <define> tags to make it...
authorColin Finck <colin@reactos.org>
Sun, 26 Oct 2008 18:03:06 +0000 (18:03 +0000)
committerColin Finck <colin@reactos.org>
Sun, 26 Oct 2008 18:03:06 +0000 (18:03 +0000)
commit4ad62aac3859687590cf23e2770846b7aac71367
tree7a98d60023a50f4d7cf76db0809e7c6696ad5c16
parent3ad56b6c40ebf8b5c0694fc42fd7b231f74272ea
- Add a "host" attribute to the project's <include> and <define> tags to make it possible to define global includes/defines for host components
- Define TARGET_arm/TARGET_i386 in the ReactOS-arm.rbuild/ReactOS-i386.rbuild files for the host tools to make it possible for them to know about the target to build
- Make use of this define in winebuild to fix the issue of r36927 properly
- Define global includes for host tools to simplify all host tool/library rbuild files
- Remove dead rbuild code

- Remove the include/reactos/config.h file, none of its defines are still used
- Fix components accidentally using that file

svn path=/trunk/; revision=36995
24 files changed:
reactos/ReactOS-arm.rbuild
reactos/ReactOS-generic.rbuild
reactos/ReactOS-i386.rbuild
reactos/base/applications/winhlp32/winhlp32.rbuild
reactos/dll/directx/quartz/quartz.rbuild
reactos/dll/win32/netshell/precomp.h
reactos/dll/win32/user32/misc/dde.c
reactos/include/reactos/config.h [deleted file]
reactos/lib/cmlib/cmlib.rbuild
reactos/lib/host/wcsfuncs/wcsfuncs.rbuild
reactos/lib/inflib/inflib.rbuild
reactos/tools/cabman/cabman.rbuild
reactos/tools/mkhive/mkhive.rbuild
reactos/tools/rbuild/backend/mingw/modulehandler.cpp
reactos/tools/rbuild/backend/mingw/modulehandler.h
reactos/tools/rbuild/project.cpp
reactos/tools/rbuild/rbuild.h
reactos/tools/unicode/unicode.rbuild
reactos/tools/widl/widl.rbuild
reactos/tools/winebuild/main.c
reactos/tools/winebuild/winebuild.rbuild
reactos/tools/wmc/wmc.rbuild
reactos/tools/wpp/wpp.rbuild
reactos/tools/wrc/wrc.rbuild