- Fix what seems to be a typo in the module name. Undo it if the name was intentional
[reactos.git] / reactos / dll / cpl / odbccp32 / odbccp32.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="odbccp32" 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 <define name="_WIN32_IE">0x600</define>
7 <define name="_WIN32_WINNT">0x501</define>
8 <library>kernel32</library>
9 <library>user32</library>
10 <library>comctl32</library>
11 <library>msvcrt</library>
12 <file>odbccp32.c</file>
13 <file>odbccp32.rc</file>
14 </module>