786ee44d6cf5486a2c2d047d811887f603b714d9
[reactos.git] / base / applications / regedit / regedit.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
3 <group xmlns:xi="http://www.w3.org/2001/XInclude">
4 <module name="regedit" type="win32gui" installname="regedit.exe" unicode="yes">
5 <include base="regedit">.</include>
6 <define name="UNICODE" />
7 <define name="_UNICODE" />
8 <library>uuid</library>
9 <library>user32</library>
10 <library>gdi32</library>
11 <library>advapi32</library>
12 <library>ole32</library>
13 <library>shell32</library>
14 <library>comctl32</library>
15 <library>comdlg32</library>
16 <library>shlwapi</library>
17 <library>uuid</library>
18 <file>about.c</file>
19 <file>childwnd.c</file>
20 <file>edit.c</file>
21 <file>find.c</file>
22 <file>framewnd.c</file>
23 <file>hexedit.c</file>
24 <file>listview.c</file>
25 <file>main.c</file>
26 <file>error.c</file>
27 <file>regedit.c</file>
28 <file>regproc.c</file>
29 <file>security.c</file>
30 <file>treeview.c</file>
31 <file>regedit.rc</file>
32 <pch>regedit.h</pch>
33 </module>
34 <directory name="clb">
35 <xi:include href="clb/clb.rbuild" />
36 </directory>
37 </group>