mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Build control panel applets
svn path=/branches/xmlbuildsystem/; revision=13217
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user