Build control panel applets

svn path=/branches/xmlbuildsystem/; revision=13217
This commit is contained in:
Casper Hornstrup
2005-01-22 18:06:37 +00:00
parent d0acee6af8
commit 28243f499d
10 changed files with 159 additions and 0 deletions
+20
View File
@@ -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>
+15
View File
@@ -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>
+14
View File
@@ -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>
+15
View File
@@ -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>
+21
View File
@@ -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>
+17
View File
@@ -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>
+17
View File
@@ -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>
+21
View File
@@ -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>
+16
View File
@@ -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>
+3
View File
@@ -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>