2007-11-29 11:04:34 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2008-01-14 15:42:52 +00:00
|
|
|
<group>
|
2009-01-21 14:41:23 +00:00
|
|
|
<module name="odbccp32" type="win32dll" baseaddress="${BASEADDRESS_ODBCCP32}" installbase="system32" installname="odbccp32.dll" allowwarnings="true" entrypoint="0">
|
2008-10-21 13:51:49 +00:00
|
|
|
<importlibrary definition="odbccp32.spec" />
|
2007-03-14 12:48:32 +00:00
|
|
|
<include base="odbccp32">.</include>
|
|
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
|
|
<define name="__WINESRC__" />
|
|
|
|
<library>wine</library>
|
|
|
|
<library>advapi32</library>
|
|
|
|
<library>uuid</library>
|
|
|
|
<library>ntdll</library>
|
|
|
|
<file>odbccp32.c</file>
|
|
|
|
</module>
|
2008-01-14 15:42:52 +00:00
|
|
|
</group>
|