8eabef9322cbebebfcdc0252103cd4a0e972b838
[reactos.git] / reactos / base / applications / wordpad / wordpad.rbuild
1 <?xml version="1.0"?>
2 <rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
3 <module name="wordpad" type="win32gui" installbase="system32" installname="wordpad.exe">
4 <include base="wordpad">.</include>
5 <define name="UNICODE" />
6 <define name="_UNICODE" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_IE">0x0600</define>
9 <define name="_WIN32_WINNT">0x0501</define>
10 <library>kernel32</library>
11 <library>user32</library>
12 <library>gdi32</library>
13 <library>comdlg32</library>
14 <library>advapi32</library>
15 <library>shell32</library>
16 <library>comctl32</library>
17 <compilationunit name="unit.c">
18 <file>dialogs.c</file>
19 <file>editwnd.c</file>
20 <file>mainwnd.c</file>
21 <file>misc.c</file>
22 <file>opensave.c</file>
23 <file>wordpad.c</file>
24 </compilationunit>
25 <file>wordpad.rc</file>
26 <pch>precomp.h</pch>
27 </module>
28 </rbuild>