1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-12 06:34:13 +00:00
reactos/base/applications/notepad/notepad.rbuild

18 lines
535 B
Text
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="notepad" type="win32gui" installbase="system32" installname="notepad.exe" unicode="yes">
<include base="notepad">.</include>
<library>user32</library>
<library>gdi32</library>
<library>comdlg32</library>
<library>comctl32</library>
<library>advapi32</library>
<library>shell32</library>
<file>dialog.c</file>
<file>main.c</file>
<file>text.c</file>
<file>settings.c</file>
<file>rsrc.rc</file>
<pch>notepad.h</pch>
</module>