Add resources to existing modules.
Modified: branches/xmlbuildsystem/reactos/lib/advapi32/advapi32.xml
Modified: branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml
Modified: branches/xmlbuildsystem/reactos/lib/kernel32/kernel32.xml
Modified: branches/xmlbuildsystem/reactos/lib/msvcrt/msvcrt.xml
Modified: branches/xmlbuildsystem/reactos/lib/ntdll/ntdll.xml
Modified: branches/xmlbuildsystem/reactos/lib/user32/user32.xml
Modified: branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.xml

Modified: branches/xmlbuildsystem/reactos/lib/advapi32/advapi32.xml
--- branches/xmlbuildsystem/reactos/lib/advapi32/advapi32.xml	2005-01-16 11:29:03 UTC (rev 13076)
+++ branches/xmlbuildsystem/reactos/lib/advapi32/advapi32.xml	2005-01-16 11:52:30 UTC (rev 13077)
@@ -44,4 +44,5 @@
 		<file>privilege.c</file>
 		<file>token.c</file>
 	</directory>
+	<file>advapi32.rc</file>
 </module>

Modified: branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml
--- branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml	2005-01-16 11:29:03 UTC (rev 13076)
+++ branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml	2005-01-16 11:52:30 UTC (rev 13077)
@@ -32,4 +32,5 @@
 		<file>region.c</file>
 		<file>text.c</file>
 	</directory>
+	<file>gdi32.rc</file>
 </module>

Modified: branches/xmlbuildsystem/reactos/lib/kernel32/kernel32.xml
--- branches/xmlbuildsystem/reactos/lib/kernel32/kernel32.xml	2005-01-16 11:29:03 UTC (rev 13076)
+++ branches/xmlbuildsystem/reactos/lib/kernel32/kernel32.xml	2005-01-16 11:52:30 UTC (rev 13077)
@@ -1,12 +1,23 @@
 <module name="kernel32" type="win32dll">
+	<dependency>wmc</dependency>
 	<importlibrary definition="kernel32.def" />
 	<include base="kernel32">.</include>
 	<include base="kernel32">include</include>
 	<define name="_DISABLE_TIDENTS" />
 	<define name="_SEH_NO_NATIVE_NLG" />
+	<define name="WINVER">0x0500</define>
 	<library>pseh</library>
 	<library>rosrtl</library>
 	<library>ntdll</library>
+	<invoke module="wmc">
+		<input>
+			<inputfile>kernel32.mc</inputfile>
+		</input>
+		<output>
+			<outputfile switches="-H">../../include/reactos/errcodes.h</outputfile>
+			<outputfile switches="-o">errcodes.rc</outputfile>
+		</output>
+	</invoke>
 	<directory name="debug">
 		<file>break.c</file>
 		<file>debugger.c</file>
@@ -104,4 +115,5 @@
 		<file>thread.c</file>
 		<file>tls.c</file>
 	</directory>
+	<file>kernel32.rc</file>
 </module>

Modified: branches/xmlbuildsystem/reactos/lib/msvcrt/msvcrt.xml
--- branches/xmlbuildsystem/reactos/lib/msvcrt/msvcrt.xml	2005-01-16 11:29:03 UTC (rev 13076)
+++ branches/xmlbuildsystem/reactos/lib/msvcrt/msvcrt.xml	2005-01-16 11:52:30 UTC (rev 13077)
@@ -440,4 +440,5 @@
 		<file>wcsxfrm.c</file>
 		<file>wlasttok.c</file>
 	</directory>
+	<file>msvcrt.rc</file>
 </module>

Modified: branches/xmlbuildsystem/reactos/lib/ntdll/ntdll.xml
--- branches/xmlbuildsystem/reactos/lib/ntdll/ntdll.xml	2005-01-16 11:29:03 UTC (rev 13076)
+++ branches/xmlbuildsystem/reactos/lib/ntdll/ntdll.xml	2005-01-16 11:52:30 UTC (rev 13077)
@@ -104,5 +104,8 @@
 		<file>strupr.c</file>
 		<file>wstring.c</file>
 	</directory>
+	<directory name="def">
+		<file>ntdll.rc</file>
+	</directory>
 	<file>napi.c</file>
 </module>

Modified: branches/xmlbuildsystem/reactos/lib/user32/user32.xml
--- branches/xmlbuildsystem/reactos/lib/user32/user32.xml	2005-01-16 11:29:03 UTC (rev 13076)
+++ branches/xmlbuildsystem/reactos/lib/user32/user32.xml	2005-01-16 11:52:30 UTC (rev 13077)
@@ -1,6 +1,7 @@
 <module name="user32" type="win32dll">
 	<dependency>addsys</dependency>
 	<importlibrary definition="user32.def" />
+	<include base="user32">.</include>
 	<include base="user32">include</include>
 	<define name="_DISABLE_TIDENTS" />
 	<define name="UNICODE" />
@@ -71,4 +72,5 @@
 		<file>window.c</file>
 		<file>winpos.c</file>
 	</directory>
+	<file>user32.rc</file>
 </module>

Modified: branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.xml
--- branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.xml	2005-01-16 11:29:03 UTC (rev 13076)
+++ branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.xml	2005-01-16 11:52:30 UTC (rev 13077)
@@ -378,4 +378,5 @@
 		<file>sid.c</file>
 		<file>token.c</file>
 	</directory>
+	<file>ntoskrnl.rc</file>
 </module>