Build control panel applets
Added: branches/xmlbuildsystem/reactos/lib/cpl/access/access.xml
Added: branches/xmlbuildsystem/reactos/lib/cpl/appwiz/appwiz.xml
Added: branches/xmlbuildsystem/reactos/lib/cpl/control/control.xml
Added: branches/xmlbuildsystem/reactos/lib/cpl/desk/desk.xml
Added: branches/xmlbuildsystem/reactos/lib/cpl/intl/intl.xml
Added: branches/xmlbuildsystem/reactos/lib/cpl/main/main.xml
Added: branches/xmlbuildsystem/reactos/lib/cpl/ncpa/ncpa.xml
Added: branches/xmlbuildsystem/reactos/lib/cpl/sysdm/sysdm.xml
Added: branches/xmlbuildsystem/reactos/lib/cpl/timedate/timedate.xml
Modified: branches/xmlbuildsystem/reactos/lib/directory.xml

Added: branches/xmlbuildsystem/reactos/lib/cpl/access/access.xml
--- branches/xmlbuildsystem/reactos/lib/cpl/access/access.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/cpl/access/access.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -0,0 +1,20 @@
+<module name="access" type="win32dll" extension=".cpl">
+	<importlibrary definition="access.def" />
+	<include base="access">.</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>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>comctl32</library>
+	<file>access.c</file>
+	<file>display.c</file>
+	<file>general.c</file>
+	<file>keyboard.c</file>
+	<file>mouse.c</file>
+	<file>sound.c</file>
+	<file>access.rc</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cpl/appwiz/appwiz.xml
--- branches/xmlbuildsystem/reactos/lib/cpl/appwiz/appwiz.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/cpl/appwiz/appwiz.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -0,0 +1,15 @@
+<module name="appwiz" type="win32dll" extension=".cpl">
+	<importlibrary definition="appwiz.def" />
+	<include base="appwiz">.</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>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>comctl32</library>
+	<file>appwiz.c</file>
+	<file>appwiz.rc</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cpl/control/control.xml
--- branches/xmlbuildsystem/reactos/lib/cpl/control/control.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/cpl/control/control.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -0,0 +1,14 @@
+<module name="control" type="win32gui">
+	<include base="control">.</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>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>comctl32</library>
+	<file>control.c</file>
+	<file>control.rc</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cpl/desk/desk.xml
--- branches/xmlbuildsystem/reactos/lib/cpl/desk/desk.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/cpl/desk/desk.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -0,0 +1,15 @@
+<module name="desk" type="win32dll" extension=".cpl">
+	<importlibrary definition="desk.def" />
+	<include base="desk">.</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>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>comctl32</library>
+	<file>desk.c</file>
+	<file>desk.rc</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cpl/intl/intl.xml
--- branches/xmlbuildsystem/reactos/lib/cpl/intl/intl.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/cpl/intl/intl.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -0,0 +1,21 @@
+<module name="intl" type="win32dll" extension=".cpl">
+	<importlibrary definition="intl.def" />
+	<include base="intl">.</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>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>comctl32</library>
+	<file>currency.c</file>
+	<file>date.c</file>
+	<file>general.c</file>
+	<file>intl.c</file>
+	<file>locale.c</file>
+	<file>numbers.c</file>
+	<file>time.c</file>
+	<file>intl.rc</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cpl/main/main.xml
--- branches/xmlbuildsystem/reactos/lib/cpl/main/main.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/cpl/main/main.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -0,0 +1,17 @@
+<module name="main" type="win32dll" extension=".cpl">
+	<importlibrary definition="main.def" />
+	<include base="main">.</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>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>comctl32</library>
+	<file>keyboard.c</file>
+	<file>main.c</file>
+	<file>mouse.c</file>
+	<file>main.rc</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cpl/ncpa/ncpa.xml
--- branches/xmlbuildsystem/reactos/lib/cpl/ncpa/ncpa.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/cpl/ncpa/ncpa.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -0,0 +1,17 @@
+<module name="ncpa" type="win32dll" extension=".cpl">
+	<importlibrary definition="ncpa.def" />
+	<include base="ncpa">.</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>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>comctl32</library>
+	<library>iphlpapi</library>
+	<file>ncpa.c</file>
+	<file>tcpip_properties.c</file>
+	<file>ncpa.rc</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cpl/sysdm/sysdm.xml
--- branches/xmlbuildsystem/reactos/lib/cpl/sysdm/sysdm.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/cpl/sysdm/sysdm.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -0,0 +1,21 @@
+<module name="sysdm" type="win32dll" extension=".cpl">
+	<importlibrary definition="sysdm.def" />
+	<include base="sysdm">.</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>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>comctl32</library>
+	<file>advanced.c</file>
+	<file>computer.c</file>
+	<file>environment.c</file>
+	<file>general.c</file>
+	<file>hardware.c</file>
+	<file>sysdm.c</file>
+	<file>userprofile.c</file>
+	<file>sysdm.rc</file>
+</module>

Added: branches/xmlbuildsystem/reactos/lib/cpl/timedate/timedate.xml
--- branches/xmlbuildsystem/reactos/lib/cpl/timedate/timedate.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/cpl/timedate/timedate.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -0,0 +1,16 @@
+<module name="timedate" type="win32dll" extension=".cpl">
+	<importlibrary definition="timedate.def" />
+	<include base="timedate">.</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>
+	<library>kernel32</library>
+	<library>user32</library>
+	<library>comctl32</library>
+	<library>iphlpapi</library>
+	<file>timedate.c</file>
+	<file>timedate.rc</file>
+</module>

Modified: branches/xmlbuildsystem/reactos/lib/directory.xml
--- branches/xmlbuildsystem/reactos/lib/directory.xml	2005-01-22 17:38:31 UTC (rev 13216)
+++ branches/xmlbuildsystem/reactos/lib/directory.xml	2005-01-22 18:06:37 UTC (rev 13217)
@@ -25,6 +25,9 @@
 <directory name="comdlg32">
 	<xi:include href="comdlg32/comdlg32.xml" />
 </directory>
+<directory name="cpl">
+	<xi:include href="cpl/directory.xml" />
+</directory>
 <directory name="dnsapi">
 	<xi:include href="dnsapi/dnsapi.xml" />
 </directory>