Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / base / applications / notepad / notepad.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="notepad" type="win32gui" installbase="system32" installname="notepad.exe">
4 <include base="notepad">.</include>
5 <define name="__USE_W32API" />
6 <define name="_WIN32_IE">0x0501</define>
7 <library>kernel32</library>
8 <library>user32</library>
9 <library>gdi32</library>
10 <library>comdlg32</library>
11 <library>comctl32</library>
12 <library>advapi32</library>
13 <library>shell32</library>
14 <file>dialog.c</file>
15 <file>main.c</file>
16 <file>text.c</file>
17 <file>settings.c</file>
18 <file>rsrc.rc</file>
19 <pch>notepad.h</pch>
20 </module>