Notepad enhancements:
[reactos.git] / reactos / subsys / system / notepad / notepad.xml
1 <module name="notepad" type="win32gui" installbase="system32" installname="notepad.exe">
2 <include base="notepad">.</include>
3 <define name="__USE_W32API" />
4 <define name="_WIN32_IE">0x0501</define>
5 <library>kernel32</library>
6 <library>user32</library>
7 <library>gdi32</library>
8 <library>comdlg32</library>
9 <file>License_En.c</file>
10 <file>dialog.c</file>
11 <file>license.c</file>
12 <file>main.c</file>
13 <file>text.c</file>
14 <file>rsrc.rc</file>
15 </module>