reactos/reactos/base/applications/regedit/regedit.rbuild
Aleksey Bragin 2bb39272f6 [REGEDIT]
Adam Kachwalla <geekdundee@gmail.com>
- "Load Hive..." and "Unload Hive..." menu items implemented
- Make address bar case-insensitive
- Remove trailing slashes in address bar when at root keys (e.g. "HKEY_LOCAL_MACHINE\" or "HKEY_CURRENT_USER\")
- Address "go" button added
- Removed ~8px slack from bottom of the app (not needed and looks better)
- Factored out error displaying functions into error.c file.

See issue #5711 for more details.

svn path=/trunk/; revision=49465
2010-11-04 12:05:35 +00:00

38 lines
1,021 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="regedit" type="win32gui" installname="regedit.exe" unicode="yes">
<include base="regedit">.</include>
<define name="UNICODE" />
<define name="_UNICODE" />
<library>uuid</library>
<library>user32</library>
<library>gdi32</library>
<library>advapi32</library>
<library>ole32</library>
<library>shell32</library>
<library>comctl32</library>
<library>comdlg32</library>
<library>shlwapi</library>
<library>uuid</library>
<file>about.c</file>
<file>childwnd.c</file>
<file>edit.c</file>
<file>find.c</file>
<file>framewnd.c</file>
<file>hexedit.c</file>
<file>listview.c</file>
<file>main.c</file>
<file>error.c</file>
<file>regedit.c</file>
<file>regproc.c</file>
<file>security.c</file>
<file>treeview.c</file>
<file>regedit.rc</file>
<pch>regedit.h</pch>
</module>
<directory name="clb">
<xi:include href="clb/clb.rbuild" />
</directory>
</group>