reactos/reactos
KJK::Hyperion 9ac0fa4e4d modified tools/rbuild/backend/mingw/modulehandler.cpp
modified   tools/rbuild/backend/mingw/modulehandler.h
modified   tools/rbuild/module.cpp
   Split rules for .spec files as input files vs import libraries. .spec files can now be specified independently as <file>s (to generate and compile a .stubs.c file) and <importlibrary> (to generate and compile a .spec.def file)
   .spec files are now specified in <importlibrary>s directly (instead of pointing to the non-existing, generated .spec.def file. Whose idea was that? sounds like the doing of Arch Blackmann)
   Allow multiple modules to share a single .spec file without using <importlibrary base="...">
   Allow static libraries to use .spec files in <importlibrary>
   Emit comments in makefile.auto so rules can be traced back to the code that generated them

deleted    lib/debugsup/debugsup-ntos.def
added      lib/debugsup/debugsup-ntos.spec
modified   lib/debugsup/debugsup.rbuild
   .def -> .spec

<<hundreds of rbuild files>>
   Remove <file> entry for spec file if there are no stubs to compile
   .spec.def -> .spec in <importlibrary> entries

Soon: making all keyboard layouts use a single .spec file
Dedicated to: Samuel Serapión, Stefan Ginsberg, and all the fellow team members who'll have an aneurysm at this commit

See issue #3746 for more details.

svn path=/trunk/; revision=36870
2008-10-21 13:51:49 +00:00
..
base modified tools/rbuild/backend/mingw/modulehandler.cpp 2008-10-21 13:51:49 +00:00
boot - Fix livecd font substitution 2008-10-17 00:04:53 +00:00
dll modified tools/rbuild/backend/mingw/modulehandler.cpp 2008-10-21 13:51:49 +00:00
drivers modified tools/rbuild/backend/mingw/modulehandler.cpp 2008-10-21 13:51:49 +00:00
hal modified tools/rbuild/backend/mingw/modulehandler.cpp 2008-10-21 13:51:49 +00:00
include - Finish shared info based on XP and update user connect. 2008-10-21 00:23:49 +00:00
lib modified tools/rbuild/backend/mingw/modulehandler.cpp 2008-10-21 13:51:49 +00:00
media Sync to wine-0.9.60: 2008-10-19 12:30:41 +00:00
modules
ntoskrnl modified tools/rbuild/backend/mingw/modulehandler.cpp 2008-10-21 13:51:49 +00:00
subsystems - Quick setup for NtUserProcessConnect. 2008-10-20 23:42:53 +00:00
tools modified tools/rbuild/backend/mingw/modulehandler.cpp 2008-10-21 13:51:49 +00:00
apistatus.lst
baseaddress.rbuild - Move kernel32's baseaddress lower. Should fix problem with relocated kernel32 after linking in the ICU library. 2008-10-20 08:17:04 +00:00
config-arm.template.rbuild
config-ppc.template.rbuild
config.template.rbuild
COPYING
COPYING.ARM
CREDITS
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile
proxy.mak
ReactOS-arm.rbuild
ReactOS-generic.rbuild
ReactOS-i386.rbuild
ReactOS-ppc.rbuild
README
vreport.xsl

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.