KJK::Hyperion is proud to present "dllimport purity", another landmark commit that...
[reactos.git] / reactos / dll / cpl / odbccp32 / odbccp32.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="odbccp32i" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_ODBCCP32}" installbase="system32" installname="odbccp32.cpl" unicode="yes">
4 <importlibrary definition="odbccp32.def" />
5 <include base="odbccp32">.</include>
6 <library>kernel32</library>
7 <library>user32</library>
8 <library>comctl32</library>
9 <file>odbccp32.c</file>
10 <file>odbccp32.rc</file>
11 </module>