- Merge from trunk up to r45543
[reactos.git] / 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" unicode="yes">
4 <include base="notepad">.</include>
5 <library>user32</library>
6 <library>gdi32</library>
7 <library>comdlg32</library>
8 <library>comctl32</library>
9 <library>advapi32</library>
10 <library>shell32</library>
11 <file>dialog.c</file>
12 <file>main.c</file>
13 <file>text.c</file>
14 <file>settings.c</file>
15 <file>rsrc.rc</file>
16 <pch>notepad.h</pch>
17 </module>