Build cabinet, advpack, rpcrt4, ole32, version, cards, and uuid
Added: branches/xmlbuildsystem/reactos/lib/advpack/advpack.xml
Added: branches/xmlbuildsystem/reactos/lib/cabinet/cabinet.coff
Added: branches/xmlbuildsystem/reactos/lib/cabinet/cabinet.xml
Added: branches/xmlbuildsystem/reactos/lib/cards/cards.xml
Modified: branches/xmlbuildsystem/reactos/lib/comctl32/comctl32.xml
Modified: branches/xmlbuildsystem/reactos/lib/directory.xml
Added: branches/xmlbuildsystem/reactos/lib/ole32/drag_copy.cur
Added: branches/xmlbuildsystem/reactos/lib/ole32/drag_link.cur
Added: branches/xmlbuildsystem/reactos/lib/ole32/drag_move.cur
Added: branches/xmlbuildsystem/reactos/lib/ole32/nodrop.cur
Added: branches/xmlbuildsystem/reactos/lib/ole32/ole32.xml
Added: branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.rc
Added: branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.xml
Added: branches/xmlbuildsystem/reactos/lib/uuid/uuid.xml
Added: branches/xmlbuildsystem/reactos/lib/version/version.xml
Property changes on: branches/xmlbuildsystem/reactos/drivers/video/displays/framebuf
___________________________________________________________________
Name: svn:ignore
   - *.coff
*.sym
*.o
*.a
*.dll
*.map
*.tmp
.*.d
   + *.coff
*.sym
*.o
*.a
*.dll
*.map
*.tmp
.*.d
*.sys

Added: branches/xmlbuildsystem/reactos/lib/advpack/advpack.xml
--- branches/xmlbuildsystem/reactos/lib/advpack/advpack.xml	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/advpack/advpack.xml	2005-01-21 18:09:02 UTC (rev 13190)
@@ -0,0 +1,20 @@
+<module name="advpack" type="win32dll">
+	<importlibrary definition="advpack.def" />
+	<include base="advpack">.</include>
+	<define name="UNICODE" />
+	<define name="_UNICODE" />
+	<define name="__REACTOS__" />
+	<define name="__USE_W32API" />
+	<define name="_WIN32_IE">0x0600</define>
+	<define name="_WIN32_WINNT">0x501</define>
+	<library>ntdll</library>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>gdi32</library>
+	<library>advapi32</library>
+	<library>ole32</library>
+	<library>version</library>
+	<file>advpack.c</file>
+	<file>stubs.c</file>
+	<file>advpack.rc</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cabinet/cabinet.coff
(Binary files differ)
Property changes on: branches/xmlbuildsystem/reactos/lib/cabinet/cabinet.coff
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: branches/xmlbuildsystem/reactos/lib/cabinet/cabinet.xml
--- branches/xmlbuildsystem/reactos/lib/cabinet/cabinet.xml	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/cabinet/cabinet.xml	2005-01-21 18:09:02 UTC (rev 13190)
@@ -0,0 +1,24 @@
+<module name="cabinet" type="win32dll">
+	<dependency>winebuild</dependency>
+	<importlibrary definition="cabinet.spec.def" />
+	<include base="cabinet">.</include>
+	<include base="ReactOS">include/wine</include>
+	<define name="UNICODE" />
+	<define name="_UNICODE" />
+	<define name="__REACTOS__" />
+	<define name="__USE_W32API" />
+	<define name="_WIN32_IE">0x600</define>
+	<define name="_WIN32_WINNT">0x501</define>
+	<define name="WINVER">0x501</define>
+	<library>wine</library>
+	<library>ntdll</library>
+	<library>kernel32</library>
+	<library>advapi32</library>
+	<library>iphlpapi</library>
+	<file>cabextract.c</file>
+	<file>cabinet_main.c</file>
+	<file>fci.c</file>
+	<file>fdi.c</file>
+	<file>cabinet.rc</file>
+	<file>cabinet.spec</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cards/cards.xml
--- branches/xmlbuildsystem/reactos/lib/cards/cards.xml	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/cards/cards.xml	2005-01-21 18:09:02 UTC (rev 13190)
@@ -0,0 +1,13 @@
+<module name="cards" type="win32dll">
+	<importlibrary definition="cards.def" />
+	<include base="cards">.</include>
+	<define name="UNICODE" />
+	<define name="_UNICODE" />
+	<define name="__USE_W32API" />
+	<library>ntdll</library>
+	<library>kernel32</library>
+	<library>gdi32</library>
+	<library>user32</library>
+	<file>cards.c</file>
+	<file>cards.rc</file>
+</module>

Modified: branches/xmlbuildsystem/reactos/lib/comctl32/comctl32.xml
--- branches/xmlbuildsystem/reactos/lib/comctl32/comctl32.xml	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/comctl32/comctl32.xml	2005-01-21 18:09:02 UTC (rev 13190)
@@ -1,5 +1,4 @@
 <module name="comctl32" type="win32dll">
-	<dependency>bin2res</dependency>
 	<dependency>winebuild</dependency>
 	<importlibrary definition="comctl32.spec.def" />
 	<include base="comctl32">.</include>

Modified: branches/xmlbuildsystem/reactos/lib/directory.xml
--- branches/xmlbuildsystem/reactos/lib/directory.xml	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/directory.xml	2005-01-21 18:09:02 UTC (rev 13190)
@@ -10,6 +10,15 @@
 <directory name="advapi32">
 	<xi:include href="advapi32/advapi32.xml" />
 </directory>
+<directory name="advpack">
+	<xi:include href="advpack/advpack.xml" />
+</directory>
+<directory name="cabinet">
+	<xi:include href="cabinet/cabinet.xml" />
+</directory>
+<directory name="cards">
+	<xi:include href="cards/cards.xml" />
+</directory>
 <directory name="comctl32">
 	<xi:include href="comctl32/comctl32.xml" />
 </directory>
@@ -40,12 +49,18 @@
 <directory name="ntdll">
 	<xi:include href="ntdll/ntdll.xml" />
 </directory>
+<directory name="ole32">
+	<xi:include href="ole32/ole32.xml" />
+</directory>
 <directory name="pseh">
 	<xi:include href="pseh/pseh.xml" />
 </directory>
 <directory name="rosrtl">
 	<xi:include href="rosrtl/rosrtl.xml" />
 </directory>
+<directory name="rpcrt4">
+	<xi:include href="rpcrt4/rpcrt4.xml" />
+</directory>
 <directory name="rtl">
 	<xi:include href="rtl/rtl.xml" />
 </directory>
@@ -55,6 +70,12 @@
 <directory name="user32">
 	<xi:include href="user32/user32.xml" />
 </directory>
+<directory name="uuid">
+	<xi:include href="uuid/uuid.xml" />
+</directory>
+<directory name="version">
+	<xi:include href="version/version.xml" />
+</directory>
 <directory name="winmm">
 	<xi:include href="winmm/winmm.xml" />
 </directory>
Property changes on: branches/xmlbuildsystem/reactos/lib/ole32
___________________________________________________________________
Name: svn:ignore
   - *.coff
*.dll
*.d
*.a
*.o
*.sym
*.map
*.tmp
Makefile.ros
*.spec.def
*.stubs.c
*.ico
*.bmp
*.cur
   + *.coff
*.dll
*.d
*.a
*.o
*.sym
*.map
*.tmp
Makefile.ros
*.spec.def
*.stubs.c

Added: branches/xmlbuildsystem/reactos/lib/ole32/drag_copy.cur
(Binary files differ)
Property changes on: branches/xmlbuildsystem/reactos/lib/ole32/drag_copy.cur
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: branches/xmlbuildsystem/reactos/lib/ole32/drag_link.cur
(Binary files differ)
Property changes on: branches/xmlbuildsystem/reactos/lib/ole32/drag_link.cur
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: branches/xmlbuildsystem/reactos/lib/ole32/drag_move.cur
(Binary files differ)
Property changes on: branches/xmlbuildsystem/reactos/lib/ole32/drag_move.cur
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: branches/xmlbuildsystem/reactos/lib/ole32/nodrop.cur
(Binary files differ)
Property changes on: branches/xmlbuildsystem/reactos/lib/ole32/nodrop.cur
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: branches/xmlbuildsystem/reactos/lib/ole32/ole32.xml
--- branches/xmlbuildsystem/reactos/lib/ole32/ole32.xml	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/ole32/ole32.xml	2005-01-21 18:09:02 UTC (rev 13190)
@@ -0,0 +1,51 @@
+<module name="ole32" type="win32dll">
+	<dependency>winebuild</dependency>
+	<importlibrary definition="ole32.spec.def" />
+	<include base="ole32">.</include>
+	<include base="ReactOS">include/wine</include>
+	<define name="UNICODE" />
+	<define name="_UNICODE" />
+	<define name="__REACTOS__" />
+	<define name="__USE_W32API" />
+	<define name="_WIN32_IE">0x600</define>
+	<define name="_WIN32_WINNT">0x501</define>
+	<define name="WINVER">0x501</define>
+	<library>wine</library>
+	<library>uuid</library>
+	<library>ntdll</library>
+	<library>kernel32</library>
+	<library>advapi32</library>
+	<library>gdi32</library>
+	<library>user32</library>
+	<library>rpcrt4</library>
+	<file>antimoniker.c</file>
+	<file>bindctx.c</file>
+	<file>clipboard.c</file>
+	<file>compobj.c</file>
+	<file>compositemoniker.c</file>
+	<file>datacache.c</file>
+	<file>defaulthandler.c</file>
+	<file>errorinfo.c</file>
+	<file>filemoniker.c</file>
+	<file>ftmarshal.c</file>
+	<file>git.c</file>
+	<file>hglobalstream.c</file>
+	<file>ifs.c</file>
+	<file>itemmoniker.c</file>
+	<file>marshal.c</file>
+	<file>memlockbytes.c</file>
+	<file>moniker.c</file>
+	<file>ole2.c</file>
+	<file>ole2stubs.c</file>
+	<file>ole2impl.c</file>
+	<file>ole32_main.c</file>
+	<file>oleobj.c</file>
+	<file>oleproxy.c</file>
+	<file>regsvr.c</file>
+	<file>rpc.c</file>
+	<file>stg_bigblockfile.c</file>
+	<file>stg_stream.c</file>
+	<file>storage32.c</file>
+	<file>ole32res.rc</file>
+	<file>ole32.spec</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.rc
--- branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.rc	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.rc	2005-01-21 18:09:02 UTC (rev 13190)
@@ -0,0 +1,7 @@
+#include <defines.h>
+
+#define REACTOS_VERSION_DLL
+#define REACTOS_STR_FILE_DESCRIPTION	"ReactOS RPC server API\0"
+#define REACTOS_STR_INTERNAL_NAME	"rpcrt4\0"
+#define REACTOS_STR_ORIGINAL_FILENAME	"rpcrt4.dll\0"
+#include <reactos/version.rc>

Added: branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.xml
--- branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.xml	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.xml	2005-01-21 18:09:02 UTC (rev 13190)
@@ -0,0 +1,38 @@
+<module name="rpcrt4" type="win32dll">
+	<dependency>winebuild</dependency>
+	<importlibrary definition="rpcrt4.spec.def" />
+	<include base="rpcrt4">.</include>
+	<include base="ReactOS">include/wine</include>
+	<define name="UNICODE" />
+	<define name="_UNICODE" />
+	<define name="__REACTOS__" />
+	<define name="__USE_W32API" />
+	<define name="_WIN32_IE">0x600</define>
+	<define name="_WIN32_WINNT">0x501</define>
+	<define name="WINVER">0x501</define>
+	<define name="_STDDEF_H" />
+	<define name="_RPCRT4_" />
+	<define name="COM_NO_WINDOWS_H" />
+	<define name="MSWMSG" />
+	<library>wine</library>
+	<library>uuid</library>
+	<library>ntdll</library>
+	<library>kernel32</library>
+	<library>advapi32</library>
+	<library>iphlpapi</library>
+	<file>cproxy.c</file>
+	<file>cpsf.c</file>
+	<file>cstub.c</file>
+	<file>ndr_marshall.c</file>
+	<file>ndr_midl.c</file>
+	<file>ndr_ole.c</file>
+	<file>ndr_stubless.c</file>
+	<file>rpc_binding.c</file>
+	<file>rpc_epmap.c</file>
+	<file>rpc_message.c</file>
+	<file>rpc_server.c</file>
+	<file>rpcrt4_main.c</file>
+	<file>rpcss_np_client.c</file>
+	<file>rpcrt4.rc</file>
+	<file>rpcrt4.spec</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/uuid/uuid.xml
--- branches/xmlbuildsystem/reactos/lib/uuid/uuid.xml	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/uuid/uuid.xml	2005-01-21 18:09:02 UTC (rev 13190)
@@ -0,0 +1,6 @@
+<module name="uuid" type="staticlibrary">
+	<include base="ReactOS">include/wine</include>
+	<define name="_DISABLE_TIDENTS" />
+	<define name="__USE_W32API" />
+	<file>uuid.c</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/version/version.xml
--- branches/xmlbuildsystem/reactos/lib/version/version.xml	2005-01-21 17:24:34 UTC (rev 13189)
+++ branches/xmlbuildsystem/reactos/lib/version/version.xml	2005-01-21 18:09:02 UTC (rev 13190)
@@ -0,0 +1,22 @@
+<module name="version" type="win32dll">
+	<dependency>winebuild</dependency>
+	<importlibrary definition="version.def" />
+	<include base="ReactOS">include/wine</include>
+	<define name="_DISABLE_TIDENTS" />
+	<define name="__REACTOS__" />
+	<define name="__USE_W32API" />
+	<define name="_WIN32_IE">0x600</define>
+	<define name="_WIN32_WINNT">0x501</define>
+	<define name="WINVER">0x501</define>
+	<library>wine</library>
+	<library>ntdll</library>
+	<library>kernel32</library>
+	<directory name="misc">
+		<file>libmain.c</file>
+		<file>stubs.c</file>
+	</directory>
+	<file>info.c</file>
+	<file>install.c</file>
+	<file>resource.c</file>
+	<file>version.rc</file>
+</module>