Sync to trunk (r44371)
[reactos.git] / rosapps / templates / old_wordpad / old_wordpad.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="old_wordpad" type="win32gui" installbase="system32" installname="old_wordpad.exe" unicode="yes">
4 <include base="old_wordpad">.</include>
5 <define name="_WIN32_IE">0x0600</define>
6 <define name="_WIN32_WINNT">0x0501</define>
7 <library>kernel32</library>
8 <library>user32</library>
9 <library>gdi32</library>
10 <library>comdlg32</library>
11 <library>advapi32</library>
12 <library>shell32</library>
13 <library>comctl32</library>
14 <compilationunit name="unit.c">
15 <file>dialogs.c</file>
16 <file>editwnd.c</file>
17 <file>mainwnd.c</file>
18 <file>misc.c</file>
19 <file>opensave.c</file>
20 <file>wordpad.c</file>
21 </compilationunit>
22 <file>wordpad.rc</file>
23 <pch>precomp.h</pch>
24 </module>