reactos/reactos/base/applications/regedit/regedit.rbuild
Colin Finck 9960c6fc98 More XML compliance fixes for the .rbuild files by Marc Piulachs (marc DOT piulachs AT codexchange DOT net)
The added '<include base="ntoskrnl" root="intermediate">include</include>' line in "ntoskrnl.rbuild" was left out, as this include path is already added through the "ntoskrnl.h" precompiled header. (thanks to Hervé for figuring this out)
I applied patches 1904 and 1905 of the Bugzilla bug entry.

See issue #2649 for more details.

svn path=/trunk/; revision=29056
2007-09-15 14:37:02 +00:00

42 lines
1.1 KiB
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">
<include base="regedit">.</include>
<define name="__USE_W32API" />
<define name="UNICODE" />
<define name="_UNICODE" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0600</define>
<library>uuid</library>
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<library>advapi32</library>
<library>comdlg32</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>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>