f3215c350bd1da09982119894d4d4963a392b2ea
[reactos.git] / reactos / base / applications / regedit / clb / clb.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="clb" type="win32dll" baseaddress="${BASEADDRESS_CLB}" installbase="system32" installname="clb.dll">
4 <importlibrary definition="clb.def" />
5 <include base="clb">.</include>
6 <define name="UNICODE" />
7 <define name="_UNICODE" />
8 <define name="_WIN32_IE">0x0500</define>
9 <define name="_WIN32_WINNT">0x0600</define>
10 <define name="WINVER">0x0600</define>
11 <library>ntdll</library>
12 <library>kernel32</library>
13 <library>user32</library>
14 <library>gdi32</library>
15 <library>comctl32</library>
16 <file>clb.c</file>
17 <file>clb.rc</file>
18 <pch>precomp.h</pch>
19 </module>