- Implement ProtocolResetComplete
[reactos.git] / base / applications / wordpad / wordpad.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="wordpad" type="win32gui" installbase="system32" installname="wordpad.exe" allowwarnings="true">
4 <include base="wordpad">.</include>
5 <define name="UNICODE" />
6 <define name="_UNICODE" />
7 <define name="_WIN32_IE">0x0600</define>
8 <define name="_WIN32_WINNT">0x0501</define>
9 <library>comdlg32</library>
10 <library>shell32</library>
11 <library>user32</library>
12 <library>gdi32</library>
13 <library>msvcrt</library>
14 <library>advapi32</library>
15 <library>kernel32</library>
16 <library>comctl32</library>
17 <compilationunit name="unit.c">
18 <file>print.c</file>
19 <file>registry.c</file>
20 <file>wordpad.c</file>
21 </compilationunit>
22 <file>rsrc.rc</file>
23 </module>